Color Hex Logo

#00edad Color Hex

#00EDAD
(0,237,173)
0 Favorites   0 Comments

Color spaces of #00edad

RGB 0237173
HSL0.451.000.46
HSV164°100°93°
CMYK 1.000.000.27   0.07
XYZ37.827063.585549.8147
Yxy63.58550.25010.4205
Hunter Lab79.7405-54.869818.7793
CIE-Lab83.7495-62.172117.8725

#00edad color RGB value is (0,237,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101101 10101101
Octal 0 355 255
Decimal 0 237 173
Hex 0 ED AD

RGB Percentages of Color #00edad

%0.00
%57.80
%42.20

CMYK Percentages of Color #00edad

%100
%0
%27
%7

Triadic Colors of #00edad

#00edad #ad00ed #edad00

Analogous Colors of #00edad

#00edad #00b7ed #00ed37

Monochromatic Colors of #00edad

#00edad

Complementary Color

#00edad #ed0040

#00edad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00edad Color Preview on White Background

Lorem ipsum dolor sit amet.

#00edad Color CSS Codes

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

#00edad Text Font Color

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

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


#00edad Background Color

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

This div background color is #00edad


#00edad Border Color

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

This div border color is #00edad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00edad


Comments

No comments written yet.

Please login to write comment.