Color Hex Logo

#08767f Color Hex

#08767F
(8,118,127)
0 Favorites   0 Comments

Color spaces of #08767f

RGB 8118127
HSL0.510.880.26
HSV185°94°50°
CMYK 0.940.070.00   0.50
XYZ10.409314.540822.3367
Yxy14.54080.22010.3075
Hunter Lab38.1324-18.0052-8.0374
CIE-Lab44.9987-23.7054-12.7848

#08767f color RGB value is (8,118,127).

#08767f hex color red value is 8, green value is 118 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #08767f hue: 0.51 , saturation: 0.88 and the lightness value of 08767f is 0.26.

The process color (four color CMYK) of #08767f color hex is 0.94, 0.07, 0.00, 0.50. Web safe color of #08767f is #006666. Color #08767f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110110 01111111
Octal 10 166 177
Decimal 8 118 127
Hex 8 76 7F

RGB Percentages of Color #08767f

%3.16
%46.64
%50.20

CMYK Percentages of Color #08767f

%94
%7
%0
%50

Triadic Colors of #08767f

#08767f #7f0876 #767f08

Analogous Colors of #08767f

#08767f #083a7f #087f4d

Monochromatic Colors of #08767f

#08767f

Complementary Color

#08767f #7f1108

#08767f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08767f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08767f Color CSS Codes

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

#08767f Text Font Color

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

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


#08767f Background Color

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

This div background color is #08767f


#08767f Border Color

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

This div border color is #08767f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,118,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08767f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08767f;
  -webkit-box-shadow: 1px 1px 3px 2px #08767f;
  box-shadow:         1px 1px 3px 2px #08767f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08767f


Comments

No comments written yet.

Please login to write comment.