Color Hex Logo

#08924e Color Hex

#08924E
(8,146,78)
0 Favorites   0 Comments

Color spaces of #08924e

RGB 814678
HSL0.420.900.30
HSV150°95°57°
CMYK 0.950.000.47   0.43
XYZ11.754221.159510.6724
Yxy21.15950.26970.4855
Hunter Lab45.9995-34.887118.4437
CIE-Lab53.1236-48.838326.9645

#08924e color RGB value is (8,146,78).

#08924e hex color red value is 8, green value is 146 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #08924e hue: 0.42 , saturation: 0.90 and the lightness value of 08924e is 0.30.

The process color (four color CMYK) of #08924e color hex is 0.95, 0.00, 0.47, 0.43. Web safe color of #08924e is #009966. Color #08924e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010010 01001110
Octal 10 222 116
Decimal 8 146 78
Hex 8 92 4E

RGB Percentages of Color #08924e

%3.45
%62.93
%33.62

CMYK Percentages of Color #08924e

%95
%0
%47
%43

Triadic Colors of #08924e

#08924e #4e0892 #924e08

Analogous Colors of #08924e

#08924e #089192 #089209

Monochromatic Colors of #08924e

#08924e

Complementary Color

#08924e #92084c

#08924e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08924e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08924e Color CSS Codes

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

#08924e Text Font Color

<p style="color:#08924e">Text here</p>

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


#08924e Background Color

<div style="background-color:#08924e">
Div content here</div>

This div background color is #08924e


#08924e Border Color

<div style="border:3px solid #08924e">
Div here</div>

This div border color is #08924e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,146,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08924e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08924e;
  -webkit-box-shadow: 1px 1px 3px 2px #08924e;
  box-shadow:         1px 1px 3px 2px #08924e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08924e


Comments

No comments written yet.

Please login to write comment.