Color Hex Logo

#0edfae Color Hex

#0EDFAE
(14,223,174)
0 Favorites   0 Comments

Color spaces of #0edfae

RGB 14223174
HSL0.460.880.46
HSV166°94°87°
CMYK 0.940.000.22   0.13
XYZ34.208855.924749.0360
Yxy55.92470.24580.4018
Hunter Lab74.7828-49.216513.4708
CIE-Lab79.5709-56.282511.4753

#0edfae color RGB value is (14,223,174).

#0edfae hex color red value is 14, green value is 223 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0edfae hue: 0.46 , saturation: 0.88 and the lightness value of 0edfae is 0.46.

The process color (four color CMYK) of #0edfae color hex is 0.94, 0.00, 0.22, 0.13. Web safe color of #0edfae is #00cc99. Color #0edfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011111 10101110
Octal 16 337 256
Decimal 14 223 174
Hex E DF AE

RGB Percentages of Color #0edfae

%3.41
%54.26
%42.34

CMYK Percentages of Color #0edfae

%94
%0
%22
%13

Triadic Colors of #0edfae

#0edfae #ae0edf #dfae0e

Analogous Colors of #0edfae

#0edfae #0ea8df #0edf46

Monochromatic Colors of #0edfae

#0edfae

Complementary Color

#0edfae #df0e3f

#0edfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edfae Color CSS Codes

.mybgcolor {background-color:#0edfae; } 
.myforecolor {color:#0edfae; }
.mybordercolor {border:3px solid #0edfae; }

#0edfae Text Font Color

<p style="color:#0edfae">Text here</p>

This sample text font color is #0edfae
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0edfae Background Color

<div style="background-color:#0edfae">
Div content here</div>

This div background color is #0edfae


#0edfae Border Color

<div style="border:3px solid #0edfae">
Div here</div>

This div border color is #0edfae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,223,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0edfae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0edfae;
  -webkit-box-shadow: 1px 1px 3px 2px #0edfae;
  box-shadow:         1px 1px 3px 2px #0edfae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,223,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0edfae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0edfae;
  -webkit-box-shadow: 1px 1px 3px 2px #0edfae;
  box-shadow:         1px 1px 3px 2px #0edfae;">
Div content here</div>

This div box has shadow with color #0edfae


Comments

No comments written yet.

Please login to write comment.