crispedge.com

Color picker

Loading...

#03efda hex color - Blue - Cool color - Information

#03efda hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #03efda Color code in RGB color code model is created after adding 1.18% red color, 93.73% green color and 85.49% blue color. Hex #03efda Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 0% magenta, 9% yellow and 6% black.

Hex #03efda color code is between #00eedd web safe hex color code and #00ffcc web safe hex color code. #00eedd is the nearest web safe color code. You can see here many more shades of #03efda color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code03efda#03efda
RGB Decimal3, 239, 218rgb(3, 239, 218)
RGB Percent1%, 94%, 85%rgb(1%, 94%, 85%)
CSS RGBa3, 239, 218,1rgba(3,239,218,1)
CMYK Modelcmyk(99%,0%,9%,6%)
HSL Color Space175,98% ,47%hsl(175,98% ,47%)
HSV Color Space175°, 99%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000111110111111011010
Octal3357332
Decimal3239218
Hex03efda

Different shades of #03efda color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #03efda
#29fce9
Dark Shade of #03efda
#02bdac
Saturated Shade of #03efda
#00f2dc
Desaturated Shade of #03efda
#0fe3d0
Grey scale Shade of #03efda
#797979
Brighten Shade
#1cfff3
Most Readable Shade
#000000

Shades of #03efda color code

Generate more color scales with scales (color stack) generator.

#03efda
#02d4c1
#02b9a9
#029f91
#018479
#016a60
#014f48
#003530
#001a18
#000000

Similar Color like #03efda color

Find visually similar hex color codes nearing to #03efda hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#04f0db
#05f1dc
#06f2dd
#07f3de
#08f4df
#09f5e0
#0af6e1
#0bf7e2
#0cf8e3
#0df9e4
#0efae5
#0ffbe6
#10fce7
#11fde8
#02eed9
#01edd8
#00ecd7
#00ebd6
#00ead5
#00e9d4
#00e8d3
#00e7d2
#00e6d1
#00e5d0
#00e4cf
#00e3ce
#00e2cd
#00e1cc

Monochromatic Color with #03efda

#03efda
#001a18
#01453f
#016f66
#029a8c
#02c4b3

Tints of #03efda Color

#03efda
#1ff0de
#3bf2e2
#57f4e6
#73f6ea
#8ff7ee
#abf9f2
#c7fbf6
#e3fdfa
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#03efda
#ef0318

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#03efda
#ef038e
#ef6403

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#03ef7c
#03efab
#03efda
#03d5ef
#03a6ef

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#03efda
#da03ef
#efda03

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#03efda
#6403ef
#ef0318
#8eef03

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#03efda
#ef0318
#ef6403
#038eef

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #03efda Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#03efda Color Code Preview on Black Background Color

This is how #03efda Color will look on black background color. Color contrast ratio is 14.36

#03efda in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#03efda">Your Example Paragraph content text in with font color #03efda </p>

Your Example Paragraph content text in with font color #03efda

HTML with inline CSS

<div style="color:#03efda">Your Paragraph text in with font color #03efda </div>

Your Example Paragraph content text in with font color #03efda

#03efda color code is use for CSS Background Color

Background color for the above div is #03efda

HTML with inline CSS

<div style="background-color:#03efda;"></div>

#03efda color code is use for CSS Border Color

CSS Border color for the above div is #03efda

HTML with inline CSS

<div style="border:5px solid #03efda;"></div>

CSS Border Left color for the above div is #03efda

HTML with inline CSS

<div style="border-left:5px solid #03efda;"></div>

CSS Border Right color for the above div is #03efda

HTML with inline CSS

<div style="border-right:5px solid #03efda;"></div>

CSS Border Bottom color for the above div is #03efda

HTML with inline CSS

<div style="border-bottom:5px solid #03efda;"></div>

CSS Border Top color for the above div is #03efda

HTML with inline CSS

<div style="border-top:5px solid #03efda;"></div>

#03efda hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#03efda; } .examplecolorclass {color:#03efda; } .examplebordercolor {border:3px solid #03efda; }

#03efda Color code Preview on White Background

This is how #03efda Color code will look on white background color. Color contrast ratio is 1.46

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #03efda; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #03efda; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(3,239,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,3,24,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(3,239,218,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.