Color Hex Logo

#08894b Color Hex

#08894B
(8,137,75)
0 Favorites   0 Comments

Color spaces of #08894b

RGB 813775
HSL0.420.890.28
HSV151°94°54°
CMYK 0.940.000.45   0.46
XYZ10.315818.45099.6743
Yxy18.45090.26840.4800
Hunter Lab42.9545-32.302516.7147
CIE-Lab50.0385-46.147024.6146

#08894b color RGB value is (8,137,75).

#08894b hex color red value is 8, green value is 137 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #08894b hue: 0.42 , saturation: 0.89 and the lightness value of 08894b is 0.28.

The process color (four color CMYK) of #08894b color hex is 0.94, 0.00, 0.45, 0.46. Web safe color of #08894b is #009933. Color #08894b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001001 01001011
Octal 10 211 113
Decimal 8 137 75
Hex 8 89 4B

RGB Percentages of Color #08894b

%3.64
%62.27
%34.09

CMYK Percentages of Color #08894b

%94
%0
%45
%46

Triadic Colors of #08894b

#08894b #4b0889 #894b08

Analogous Colors of #08894b

#08894b #088789 #08890b

Monochromatic Colors of #08894b

#08894b

Complementary Color

#08894b #890846

#08894b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08894b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08894b Color CSS Codes

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

#08894b Text Font Color

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

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


#08894b Background Color

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

This div background color is #08894b


#08894b Border Color

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

This div border color is #08894b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,137,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 #08894b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08894b


Comments

No comments written yet.

Please login to write comment.