Color Hex Logo

#01edb5 Color Hex

#01EDB5
(1,237,181)
0 Favorites   0 Comments

Color spaces of #01edb5

RGB 1237181
HSL0.460.990.47
HSV166°100°93°
CMYK 1.000.000.24   0.07
XYZ38.637263.911054.0157
Yxy63.91100.24680.4082
Hunter Lab79.9444-53.633415.9008
CIE-Lab83.9194-60.297313.9497

#01edb5 color RGB value is (1,237,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101101 10110101
Octal 1 355 265
Decimal 1 237 181
Hex 1 ED B5

RGB Percentages of Color #01edb5

%0.24
%56.56
%43.20

CMYK Percentages of Color #01edb5

%100
%0
%24
%7

Triadic Colors of #01edb5

#01edb5 #b501ed #edb501

Analogous Colors of #01edb5

#01edb5 #01afed #01ed3f

Monochromatic Colors of #01edb5

#01edb5

Complementary Color

#01edb5 #ed0139

#01edb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01edb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01edb5 Color CSS Codes

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

#01edb5 Text Font Color

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

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


#01edb5 Background Color

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

This div background color is #01edb5


#01edb5 Border Color

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

This div border color is #01edb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01edb5


Comments

No comments written yet.

Please login to write comment.