Color Hex Logo

#08695a Color Hex

#08695A
(8,105,90)
0 Favorites   0 Comments

Color spaces of #08695a

RGB 810590
HSL0.470.860.22
HSV171°92°41°
CMYK 0.920.000.14   0.59
XYZ6.997210.893011.4066
Yxy10.89300.23880.3718
Hunter Lab33.0045-19.91472.6121
CIE-Lab39.3997-29.23641.2347

#08695a color RGB value is (8,105,90).

#08695a hex color red value is 8, green value is 105 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #08695a hue: 0.47 , saturation: 0.86 and the lightness value of 08695a is 0.22.

The process color (four color CMYK) of #08695a color hex is 0.92, 0.00, 0.14, 0.59. Web safe color of #08695a is #006666. Color #08695a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101001 01011010
Octal 10 151 132
Decimal 8 105 90
Hex 8 69 5A

RGB Percentages of Color #08695a

%3.94
%51.72
%44.33

CMYK Percentages of Color #08695a

%92
%0
%14
%59

Triadic Colors of #08695a

#08695a #5a0869 #695a08

Analogous Colors of #08695a

#08695a #084869 #08692a

Monochromatic Colors of #08695a

#08695a

Complementary Color

#08695a #690817

#08695a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08695a Color Preview on White Background

Lorem ipsum dolor sit amet.

#08695a Color CSS Codes

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

#08695a Text Font Color

<p style="color:#08695a">Text here</p>

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


#08695a Background Color

<div style="background-color:#08695a">
Div content here</div>

This div background color is #08695a


#08695a Border Color

<div style="border:3px solid #08695a">
Div here</div>

This div border color is #08695a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,105,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08695a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08695a;
  -webkit-box-shadow: 1px 1px 3px 2px #08695a;
  box-shadow:         1px 1px 3px 2px #08695a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08695a


Comments

No comments written yet.

Please login to write comment.