Color Hex Logo

#087969 Color Hex

#087969
(8,121,105)
0 Favorites   0 Comments

Color spaces of #087969

RGB 8121105
HSL0.480.880.25
HSV172°93°47°
CMYK 0.930.000.13   0.53
XYZ9.487314.746315.7109
Yxy14.74630.23750.3692
Hunter Lab38.4009-23.10152.6234
CIE-Lab45.2847-32.22060.7630

#087969 color RGB value is (8,121,105).

#087969 hex color red value is 8, green value is 121 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #087969 hue: 0.48 , saturation: 0.88 and the lightness value of 087969 is 0.25.

The process color (four color CMYK) of #087969 color hex is 0.93, 0.00, 0.13, 0.53. Web safe color of #087969 is #006666. Color #087969 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111001 01101001
Octal 10 171 151
Decimal 8 121 105
Hex 8 79 69

RGB Percentages of Color #087969

%3.42
%51.71
%44.87

CMYK Percentages of Color #087969

%93
%0
%13
%53

Triadic Colors of #087969

#087969 #690879 #796908

Analogous Colors of #087969

#087969 #085079 #087931

Monochromatic Colors of #087969

#087969

Complementary Color

#087969 #790818

#087969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#087969 Color CSS Codes

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

#087969 Text Font Color

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

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


#087969 Background Color

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

This div background color is #087969


#087969 Border Color

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

This div border color is #087969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087969


Comments

No comments written yet.

Please login to write comment.