Color Hex Logo

#01b66e Color Hex

#01B66E
(1,182,110)
0 Favorites   0 Comments

Color spaces of #01b66e

RGB 1182110
HSL0.430.990.36
HSV156°99°71°
CMYK 0.990.000.40   0.29
XYZ19.554934.588120.3974
Yxy34.58810.26230.4640
Hunter Lab58.8116-43.569120.6048
CIE-Lab65.4267-55.804825.9534

#01b66e color RGB value is (1,182,110).

#01b66e hex color red value is 1, green value is 182 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #01b66e hue: 0.43 , saturation: 0.99 and the lightness value of 01b66e is 0.36.

The process color (four color CMYK) of #01b66e color hex is 0.99, 0.00, 0.40, 0.29. Web safe color of #01b66e is #00cc66. Color #01b66e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10110110 01101110
Octal 1 266 156
Decimal 1 182 110
Hex 1 B6 6E

RGB Percentages of Color #01b66e

%0.34
%62.12
%37.54

CMYK Percentages of Color #01b66e

%99
%0
%40
%29

Triadic Colors of #01b66e

#01b66e #6e01b6 #b66e01

Analogous Colors of #01b66e

#01b66e #01a4b6 #01b614

Monochromatic Colors of #01b66e

#01b66e

Complementary Color

#01b66e #b60149

#01b66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01b66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01b66e Color CSS Codes

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

#01b66e Text Font Color

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

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


#01b66e Background Color

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

This div background color is #01b66e


#01b66e Border Color

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

This div border color is #01b66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01b66e


Comments

No comments written yet.

Please login to write comment.