Color Hex Logo

#008eaa Color Hex

#008EAA
(0,142,170)
0 Favorites   0 Comments

Color spaces of #008eaa

RGB 0142170
HSL0.531.000.33
HSV190°100°67°
CMYK 1.000.160.00   0.33
XYZ16.928722.248341.4323
Yxy22.24830.21000.2760
Hunter Lab47.1681-18.4803-19.0625
CIE-Lab54.2895-21.6533-23.7406

#008eaa color RGB value is (0,142,170).

#008eaa hex color red value is 0, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #008eaa hue: 0.53 , saturation: 1.00 and the lightness value of 008eaa is 0.33.

The process color (four color CMYK) of #008eaa color hex is 1.00, 0.16, 0.00, 0.33. Web safe color of #008eaa is #009999. Color #008eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001110 10101010
Octal 0 216 252
Decimal 0 142 170
Hex 0 8E AA

RGB Percentages of Color #008eaa

%0.00
%45.51
%54.49

CMYK Percentages of Color #008eaa

%100
%16
%0
%33

Triadic Colors of #008eaa

#008eaa #aa008e #8eaa00

Analogous Colors of #008eaa

#008eaa #0039aa #00aa71

Monochromatic Colors of #008eaa

#008eaa

Complementary Color

#008eaa #aa1c00

#008eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#008eaa Color CSS Codes

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

#008eaa Text Font Color

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

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


#008eaa Background Color

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

This div background color is #008eaa


#008eaa Border Color

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

This div border color is #008eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008eaa

#008eaa Color Palettes


Comments

No comments written yet.

Please login to write comment.