Color Hex Logo

#09814b Color Hex

#09814B
(9,129,75)
0 Favorites   0 Comments

Color spaces of #09814b

RGB 912975
HSL0.430.870.27
HSV153°93°51°
CMYK 0.930.000.42   0.49
XYZ9.232916.26669.3098
Yxy16.26660.26520.4673
Hunter Lab40.3319-29.718014.5464
CIE-Lab47.3223-43.095321.0668

#09814b color RGB value is (9,129,75).

#09814b hex color red value is 9, green value is 129 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #09814b hue: 0.43 , saturation: 0.87 and the lightness value of 09814b is 0.27.

The process color (four color CMYK) of #09814b color hex is 0.93, 0.00, 0.42, 0.49. Web safe color of #09814b is #009933. Color #09814b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000001 01001011
Octal 11 201 113
Decimal 9 129 75
Hex 9 81 4B

RGB Percentages of Color #09814b

%4.23
%60.56
%35.21

CMYK Percentages of Color #09814b

%93
%0
%42
%49

Triadic Colors of #09814b

#09814b #4b0981 #814b09

Analogous Colors of #09814b

#09814b #097b81 #09810f

Monochromatic Colors of #09814b

#09814b

Complementary Color

#09814b #81093f

#09814b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09814b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09814b Color CSS Codes

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

#09814b Text Font Color

<p style="color:#09814b">Text here</p>

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


#09814b Background Color

<div style="background-color:#09814b">
Div content here</div>

This div background color is #09814b


#09814b Border Color

<div style="border:3px solid #09814b">
Div here</div>

This div border color is #09814b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,129,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09814b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09814b;
  -webkit-box-shadow: 1px 1px 3px 2px #09814b;
  box-shadow:         1px 1px 3px 2px #09814b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09814b


Comments

No comments written yet.

Please login to write comment.