crispedge.com

Color picker

Loading...

#0eefdd hex color - Blue - Cool color - Information

#0eefdd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #0eefdd Color code in RGB color code model is created after adding 5.49% red color, 93.73% green color and 86.67% blue color. Hex #0eefdd Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 0% magenta, 8% yellow and 6% black.

Hex #0eefdd color code is between #11eecc web safe hex color code and #00ffee web safe hex color code. #11eecc is the nearest web safe color code. You can see here many more shades of #0eefdd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0eefdd#0eefdd
RGB Decimal14, 239, 221rgb(14, 239, 221)
RGB Percent5%, 94%, 87%rgb(5%, 94%, 87%)
CSS RGBa14, 239, 221,1rgba(14,239,221,1)
CMYK Modelcmyk(94%,0%,8%,6%)
HSL Color Space175,89% ,50%hsl(175,89% ,50%)
HSV Color Space175°, 94%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011101110111111011101
Octal16357335
Decimal14239221
Hex0eefdd

Different shades of #0eefdd color code.

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

Light Shade of #0eefdd
#3cf4e5
Dark Shade of #0eefdd
#0bbfb0
Saturated Shade of #0eefdd
#01fce8
Desaturated Shade of #0eefdd
#1be2d2
Grey scale Shade of #0eefdd
#7e7e7e
Brighten Shade
#27fff6
Most Readable Shade
#000000

Shades of #0eefdd color code

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

#0eefdd
#0cd4c4
#0ab9ab
#099f93
#07847a
#066a62
#044f49
#033531
#011a18
#000000

Similar Color like #0eefdd color

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

#0ff0de
#10f1df
#11f2e0
#12f3e1
#13f4e2
#14f5e3
#15f6e4
#16f7e5
#17f8e6
#18f9e7
#19fae8
#1afbe9
#1bfcea
#1cfdeb
#0deedc
#0ceddb
#0becda
#0aebd9
#09ead8
#08e9d7
#07e8d6
#06e7d5
#05e6d4
#04e5d3
#03e4d2
#02e3d1
#01e2d0
#00e1cf

Monochromatic Color with #0eefdd

#0eefdd
#021a18
#044540
#076f67
#099a8e
#0cc4b6

Tints of #0eefdd Color

#0eefdd
#28f0e0
#43f2e4
#5ef4e8
#79f6ec
#93f7ef
#aef9f3
#c9fbf7
#e4fdfb
#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

#0eefdd
#ef0e20

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

Split Complementary

#0eefdd
#ef0e91
#ef6c0e

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

Analogous Color

#0eef83
#0eefb0
#0eefdd
#0ed4ef
#0ea7ef

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

#0eefdd
#dd0eef
#efdd0e

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

#0eefdd
#6c0eef
#ef0e20
#90ef0e

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

#0eefdd
#ef0e20
#ef6c0e
#0e91ef

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 #0eefdd 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.

#0eefdd Color Code Preview on Black Background Color

This is how #0eefdd Color will look on black background color. Color contrast ratio is 14.41

#0eefdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0eefdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0eefdd

#0eefdd color code is use for CSS Background Color

Background color for the above div is #0eefdd

HTML with inline CSS

<div style="background-color:#0eefdd;"></div>

#0eefdd color code is use for CSS Border Color

CSS Border color for the above div is #0eefdd

HTML with inline CSS

<div style="border:5px solid #0eefdd;"></div>

CSS Border Left color for the above div is #0eefdd

HTML with inline CSS

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

CSS Border Right color for the above div is #0eefdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0eefdd

HTML with inline CSS

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

CSS Border Top color for the above div is #0eefdd

HTML with inline CSS

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

#0eefdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0eefdd Color code Preview on White Background

This is how #0eefdd 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 #0eefdd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #0eefdd; }

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(14,239,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,14,32,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(14,239,221,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.