Color Hex Logo

#08b478 Color Hex

#08B478
(8,180,120)
0 Favorites   0 Comments

Color spaces of #08b478

RGB 8180120
HSL0.440.910.37
HSV159°96°71°
CMYK 0.960.000.33   0.29
XYZ19.811634.050223.2975
Yxy34.05020.25680.4413
Hunter Lab58.3525-41.513417.1750
CIE-Lab65.0024-52.689920.0368

#08b478 color RGB value is (8,180,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10110100 01111000
Octal 10 264 170
Decimal 8 180 120
Hex 8 B4 78

RGB Percentages of Color #08b478

%2.60
%58.44
%38.96

CMYK Percentages of Color #08b478

%96
%0
%33
%29

Triadic Colors of #08b478

#08b478 #7808b4 #b47808

Analogous Colors of #08b478

#08b478 #089ab4 #08b422

Monochromatic Colors of #08b478

#08b478

Complementary Color

#08b478 #b40844

#08b478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08b478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#08b478 Color CSS Codes

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

#08b478 Text Font Color

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

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


#08b478 Background Color

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

This div background color is #08b478


#08b478 Border Color

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

This div border color is #08b478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08b478


Comments

No comments written yet.

Please login to write comment.