Color Hex Logo

#08967b Color Hex

#08967B
(8,150,123)
0 Favorites   0 Comments

Color spaces of #08967b

RGB 8150123
HSL0.470.900.31
HSV169°95°59°
CMYK 0.950.000.18   0.41
XYZ14.581623.294422.4666
Yxy23.29440.24160.3860
Hunter Lab48.2643-30.53416.1860
CIE-Lab55.3743-39.98244.8759

#08967b color RGB value is (8,150,123).

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

The process color (four color CMYK) of #08967b color hex is 0.95, 0.00, 0.18, 0.41. Web safe color of #08967b is #009966. Color #08967b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010110 01111011
Octal 10 226 173
Decimal 8 150 123
Hex 8 96 7B

RGB Percentages of Color #08967b

%2.85
%53.38
%43.77

CMYK Percentages of Color #08967b

%95
%0
%18
%41

Triadic Colors of #08967b

#08967b #7b0896 #967b08

Analogous Colors of #08967b

#08967b #086a96 #089634

Monochromatic Colors of #08967b

#08967b

Complementary Color

#08967b #960823

#08967b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08967b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08967b Color CSS Codes

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

#08967b Text Font Color

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

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


#08967b Background Color

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

This div background color is #08967b


#08967b Border Color

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

This div border color is #08967b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08967b


Comments

No comments written yet.

Please login to write comment.