Color Hex Logo

#088dab Color Hex

#088DAB
(8,141,171)
0 Favorites   0 Comments

Color spaces of #088dab

RGB 8141171
HSL0.530.910.35
HSV191°95°67°
CMYK 0.950.180.00   0.33
XYZ16.975722.041741.8878
Yxy22.04170.20980.2724
Hunter Lab46.9486-17.6179-20.0349
CIE-Lab54.0712-20.4524-24.6461

#088dab color RGB value is (8,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001101 10101011
Octal 10 215 253
Decimal 8 141 171
Hex 8 8D AB

RGB Percentages of Color #088dab

%2.50
%44.06
%53.44

CMYK Percentages of Color #088dab

%95
%18
%0
%33

Triadic Colors of #088dab

#088dab #ab088d #8dab08

Analogous Colors of #088dab

#088dab #083cab #08ab78

Monochromatic Colors of #088dab

#088dab

Complementary Color

#088dab #ab2608

#088dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#088dab Color CSS Codes

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

#088dab Text Font Color

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

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


#088dab Background Color

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

This div background color is #088dab


#088dab Border Color

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

This div border color is #088dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,141,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 #088dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088dab


Comments

No comments written yet.

Please login to write comment.