Color Hex Logo

#01edaf Color Hex

#01EDAF
(1,237,175)
0 Favorites   0 Comments

Color spaces of #01edaf

RGB 1237175
HSL0.460.990.47
HSV164°100°93°
CMYK 1.000.000.26   0.07
XYZ38.034663.670050.8423
Yxy63.67000.24930.4174
Hunter Lab79.7935-54.554318.0774
CIE-Lab83.7937-61.690916.8961

#01edaf color RGB value is (1,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101101 10101111
Octal 1 355 257
Decimal 1 237 175
Hex 1 ED AF

RGB Percentages of Color #01edaf

%0.24
%57.38
%42.37

CMYK Percentages of Color #01edaf

%100
%0
%26
%7

Triadic Colors of #01edaf

#01edaf #af01ed #edaf01

Analogous Colors of #01edaf

#01edaf #01b5ed #01ed39

Monochromatic Colors of #01edaf

#01edaf

Complementary Color

#01edaf #ed013f

#01edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#01edaf Color CSS Codes

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

#01edaf Text Font Color

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

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


#01edaf Background Color

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

This div background color is #01edaf


#01edaf Border Color

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

This div border color is #01edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01edaf


Comments

No comments written yet.

Please login to write comment.