Color Hex Logo

#008f9a Color Hex

#008F9A
(0,143,154)
0 Favorites   0 Comments

Color spaces of #008f9a

RGB 0143154
HSL0.511.000.30
HSV184°100°60°
CMYK 1.000.070.00   0.40
XYZ15.655221.978033.9889
Yxy21.97800.21860.3069
Hunter Lab46.8807-22.4335-10.1693
CIE-Lab54.0037-27.6603-14.9757

#008f9a color RGB value is (0,143,154).

#008f9a hex color red value is 0, green value is 143 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #008f9a hue: 0.51 , saturation: 1.00 and the lightness value of 008f9a is 0.30.

The process color (four color CMYK) of #008f9a color hex is 1.00, 0.07, 0.00, 0.40. Web safe color of #008f9a is #009999. Color #008f9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001111 10011010
Octal 0 217 232
Decimal 0 143 154
Hex 0 8F 9A

RGB Percentages of Color #008f9a

%0.00
%48.15
%51.85

CMYK Percentages of Color #008f9a

%100
%7
%0
%40

Triadic Colors of #008f9a

#008f9a #9a008f #8f9a00

Analogous Colors of #008f9a

#008f9a #00429a #009a58

Monochromatic Colors of #008f9a

#008f9a

Complementary Color

#008f9a #9a0b00

#008f9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008f9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#008f9a Color CSS Codes

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

#008f9a Text Font Color

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

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


#008f9a Background Color

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

This div background color is #008f9a


#008f9a Border Color

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

This div border color is #008f9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,143,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #008f9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #008f9a;
  -webkit-box-shadow: 1px 1px 3px 2px #008f9a;
  box-shadow:         1px 1px 3px 2px #008f9a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008f9a

#008f9a Color Palettes


Comments

No comments written yet.

Please login to write comment.