Color Hex Logo

#00879f Color Hex

#00879F
(0,135,159)
1 Favorites   0 Comments

Color spaces of #00879f

RGB 0135159
HSL0.531.000.31
HSV189°100°62°
CMYK 1.000.150.00   0.38
XYZ14.922019.831135.8422
Yxy19.83110.21140.2809
Hunter Lab44.5321-18.1187-16.5478
CIE-Lab51.6457-21.8441-21.4635

#00879f color RGB value is (0,135,159).

#00879f hex color red value is 0, green value is 135 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #00879f hue: 0.53 , saturation: 1.00 and the lightness value of 00879f is 0.31.

The process color (four color CMYK) of #00879f color hex is 1.00, 0.15, 0.00, 0.38. Web safe color of #00879f is #009999. Color #00879f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000111 10011111
Octal 0 207 237
Decimal 0 135 159
Hex 0 87 9F

RGB Percentages of Color #00879f

%0.00
%45.92
%54.08

CMYK Percentages of Color #00879f

%100
%15
%0
%38

Triadic Colors of #00879f

#00879f #9f0087 #879f00

Analogous Colors of #00879f

#00879f #00389f #009f68

Monochromatic Colors of #00879f

#00879f

Complementary Color

#00879f #9f1800

#00879f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00879f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00879f Color CSS Codes

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

#00879f Text Font Color

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

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


#00879f Background Color

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

This div background color is #00879f


#00879f Border Color

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

This div border color is #00879f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,135,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00879f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00879f;
  -webkit-box-shadow: 1px 1px 3px 2px #00879f;
  box-shadow:         1px 1px 3px 2px #00879f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,135,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00879f

#00879f Color Palettes


Comments

No comments written yet.

Please login to write comment.