Color Hex Logo

#08b35e Color Hex

#08B35E
(8,179,94)
0 Favorites   0 Comments

Color spaces of #08b35e

RGB 817994
HSL0.420.910.37
HSV150°96°70°
CMYK 0.960.000.47   0.30
XYZ18.240633.100016.0172
Yxy33.10000.27080.4914
Hunter Lab57.5326-44.089023.7664
CIE-Lab64.2418-57.464332.7702

#08b35e color RGB value is (8,179,94).

#08b35e hex color red value is 8, green value is 179 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #08b35e hue: 0.42 , saturation: 0.91 and the lightness value of 08b35e is 0.37.

The process color (four color CMYK) of #08b35e color hex is 0.96, 0.00, 0.47, 0.30. Web safe color of #08b35e is #00cc66. Color #08b35e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10110011 01011110
Octal 10 263 136
Decimal 8 179 94
Hex 8 B3 5E

RGB Percentages of Color #08b35e

%2.85
%63.70
%33.45

CMYK Percentages of Color #08b35e

%96
%0
%47
%30

Triadic Colors of #08b35e

#08b35e #5e08b3 #b35e08

Analogous Colors of #08b35e

#08b35e #08b3b3 #08b309

Monochromatic Colors of #08b35e

#08b35e

Complementary Color

#08b35e #b3085d

#08b35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08b35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08b35e Color CSS Codes

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

#08b35e Text Font Color

<p style="color:#08b35e">Text here</p>

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


#08b35e Background Color

<div style="background-color:#08b35e">
Div content here</div>

This div background color is #08b35e


#08b35e Border Color

<div style="border:3px solid #08b35e">
Div here</div>

This div border color is #08b35e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,179,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08b35e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08b35e;
  -webkit-box-shadow: 1px 1px 3px 2px #08b35e;
  box-shadow:         1px 1px 3px 2px #08b35e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08b35e


Comments

No comments written yet.

Please login to write comment.