Color Hex Logo

#088eab Color Hex

#088EAB
(8,142,171)
0 Favorites   0 Comments

Color spaces of #088eab

RGB 8142171
HSL0.530.910.35
HSV191°95°67°
CMYK 0.950.170.00   0.33
XYZ17.123822.337941.9372
Yxy22.33790.21040.2744
Hunter Lab47.2630-18.0381-19.5249
CIE-Lab54.3837-20.9829-24.1645

#088eab color RGB value is (8,142,171).

#088eab hex color red value is 8, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #088eab hue: 0.53 , saturation: 0.91 and the lightness value of 088eab is 0.35.

The process color (four color CMYK) of #088eab color hex is 0.95, 0.17, 0.00, 0.33. Web safe color of #088eab is #009999. Color #088eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001110 10101011
Octal 10 216 253
Decimal 8 142 171
Hex 8 8E AB

RGB Percentages of Color #088eab

%2.49
%44.24
%53.27

CMYK Percentages of Color #088eab

%95
%17
%0
%33

Triadic Colors of #088eab

#088eab #ab088e #8eab08

Analogous Colors of #088eab

#088eab #083dab #08ab77

Monochromatic Colors of #088eab

#088eab

Complementary Color

#088eab #ab2508

#088eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#088eab Color CSS Codes

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

#088eab Text Font Color

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

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


#088eab Background Color

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

This div background color is #088eab


#088eab Border Color

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

This div border color is #088eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,142,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #088eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #088eab;
  -webkit-box-shadow: 1px 1px 3px 2px #088eab;
  box-shadow:         1px 1px 3px 2px #088eab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088eab


Comments

No comments written yet.

Please login to write comment.