color codes Logo

#01edad color codes

#01EDAD
(1,237,173)
0 Favorites   0 Comments

Color spaces of #01edad

RGB 1237173
HSL0.450.990.47
HSV164°100°93°
CMYK 1.000.000.27   0.07
XYZ37.839563.592049.8153
Yxy63.59200.25020.4205
Hunter Lab79.7446-54.853218.7836
CIE-Lab83.7529-62.146317.8777

#01edad color RGB value is (1,237,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101101 10101101
Octal 1 355 255
Decimal 1 237 173
Hex 1 ED AD

RGB Percentages of Color #01edad

%0.24
%57.66
%42.09

CMYK Percentages of Color #01edad

%100
%0
%27
%7

Triadic Colors of #01edad

#01edad #ad01ed #edad01

Analogous Colors of #01edad

#01edad #01b7ed #01ed37

Monochromatic Colors of #01edad

#01edad

Complementary Color

#01edad #ed0141

#01edad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01edad Color Preview on White Background

Lorem ipsum dolor sit amet.

#01edad Color CSS Codes

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

#01edad Text Font Color

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

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


#01edad Background Color

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

This div background color is #01edad


#01edad Border Color

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

This div border color is #01edad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,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 #01edad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01edad


Comments

No comments written yet.

Please login to write comment.