Color Hex Logo

#00edac Color Hex

#00EDAC
(0,237,172)
0 Favorites   0 Comments

Color spaces of #00edac

RGB 0237172
HSL0.451.000.46
HSV164°100°93°
CMYK 1.000.000.27   0.07
XYZ37.730663.546949.3069
Yxy63.54690.25060.4220
Hunter Lab79.7163-55.017519.1288
CIE-Lab83.7293-62.397818.3631

#00edac color RGB value is (0,237,172).

#00edac hex color red value is 0, green value is 237 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #00edac hue: 0.45 , saturation: 1.00 and the lightness value of 00edac is 0.46.

The process color (four color CMYK) of #00edac color hex is 1.00, 0.00, 0.27, 0.07. Web safe color of #00edac is #00ff99. Color #00edac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101101 10101100
Octal 0 355 254
Decimal 0 237 172
Hex 0 ED AC

RGB Percentages of Color #00edac

%0.00
%57.95
%42.05

CMYK Percentages of Color #00edac

%100
%0
%27
%7

Triadic Colors of #00edac

#00edac #ac00ed #edac00

Analogous Colors of #00edac

#00edac #00b8ed #00ed36

Monochromatic Colors of #00edac

#00edac

Complementary Color

#00edac #ed0041

#00edac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00edac Color Preview on White Background

Lorem ipsum dolor sit amet.

#00edac Color CSS Codes

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

#00edac Text Font Color

<p style="color:#00edac">Text here</p>

This sample text font color is #00edac
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.


#00edac Background Color

<div style="background-color:#00edac">
Div content here</div>

This div background color is #00edac


#00edac Border Color

<div style="border:3px solid #00edac">
Div here</div>

This div border color is #00edac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,237,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00edac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00edac;
  -webkit-box-shadow: 1px 1px 3px 2px #00edac;
  box-shadow:         1px 1px 3px 2px #00edac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,237,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00edac


Comments

No comments written yet.

Please login to write comment.