Color Hex Logo

#08953b Color Hex

#08953B
(8,149,59)
0 Favorites   0 Comments

Color spaces of #08953b

RGB 814959
HSL0.390.900.31
HSV142°95°58°
CMYK 0.950.000.60   0.42
XYZ11.637021.86237.7442
Yxy21.86230.28220.5301
Hunter Lab46.7571-37.399622.9100
CIE-Lab53.8806-52.931937.6192

#08953b color RGB value is (8,149,59).

#08953b hex color red value is 8, green value is 149 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #08953b hue: 0.39 , saturation: 0.90 and the lightness value of 08953b is 0.31.

The process color (four color CMYK) of #08953b color hex is 0.95, 0.00, 0.60, 0.42. Web safe color of #08953b is #009933. Color #08953b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010101 00111011
Octal 10 225 73
Decimal 8 149 59
Hex 8 95 3B

RGB Percentages of Color #08953b

%3.70
%68.98
%27.31

CMYK Percentages of Color #08953b

%95
%0
%60
%42

Triadic Colors of #08953b

#08953b #3b0895 #953b08

Analogous Colors of #08953b

#08953b #089582 #1c9508

Monochromatic Colors of #08953b

#08953b

Complementary Color

#08953b #950862

#08953b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08953b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08953b Color CSS Codes

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

#08953b Text Font Color

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

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


#08953b Background Color

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

This div background color is #08953b


#08953b Border Color

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

This div border color is #08953b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,149,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08953b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08953b;
  -webkit-box-shadow: 1px 1px 3px 2px #08953b;
  box-shadow:         1px 1px 3px 2px #08953b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,149,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08953b


Comments

No comments written yet.

Please login to write comment.