Color Hex Logo

#009d81 Color Hex

#009D81
(0,157,129)
0 Favorites   0 Comments

Color spaces of #009d81

RGB 0157129
HSL0.471.000.31
HSV169°100°62°
CMYK 1.000.000.18   0.38
XYZ16.019425.698924.8850
Yxy25.69890.24050.3859
Hunter Lab50.6941-32.30846.3812
CIE-Lab57.7501-41.69984.8753

#009d81 color RGB value is (0,157,129).

#009d81 hex color red value is 0, green value is 157 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #009d81 hue: 0.47 , saturation: 1.00 and the lightness value of 009d81 is 0.31.

The process color (four color CMYK) of #009d81 color hex is 1.00, 0.00, 0.18, 0.38. Web safe color of #009d81 is #009999. Color #009d81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011101 10000001
Octal 0 235 201
Decimal 0 157 129
Hex 0 9D 81

RGB Percentages of Color #009d81

%0.00
%54.90
%45.10

CMYK Percentages of Color #009d81

%100
%0
%18
%38

Triadic Colors of #009d81

#009d81 #81009d #9d8100

Analogous Colors of #009d81

#009d81 #006b9d #009d33

Monochromatic Colors of #009d81

#009d81

Complementary Color

#009d81 #9d001c

#009d81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009d81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#009d81 Color CSS Codes

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

#009d81 Text Font Color

<p style="color:#009d81">Text here</p>

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


#009d81 Background Color

<div style="background-color:#009d81">
Div content here</div>

This div background color is #009d81


#009d81 Border Color

<div style="border:3px solid #009d81">
Div here</div>

This div border color is #009d81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,157,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #009d81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #009d81;
  -webkit-box-shadow: 1px 1px 3px 2px #009d81;
  box-shadow:         1px 1px 3px 2px #009d81; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009d81


Comments

No comments written yet.

Please login to write comment.