Color Hex Logo

#088fab Color Hex

#088FAB
(8,143,171)
0 Favorites   0 Comments

Color spaces of #088fab

RGB 8143171
HSL0.530.910.35
HSV190°95°67°
CMYK 0.950.160.00   0.33
XYZ17.273322.636841.9870
Yxy22.63680.21090.2764
Hunter Lab47.5781-18.4571-19.0178
CIE-Lab54.6962-21.5106-23.6832

#088fab color RGB value is (8,143,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001111 10101011
Octal 10 217 253
Decimal 8 143 171
Hex 8 8F AB

RGB Percentages of Color #088fab

%2.48
%44.41
%53.11

CMYK Percentages of Color #088fab

%95
%16
%0
%33

Triadic Colors of #088fab

#088fab #ab088f #8fab08

Analogous Colors of #088fab

#088fab #083eab #08ab76

Monochromatic Colors of #088fab

#088fab

Complementary Color

#088fab #ab2408

#088fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#088fab Color CSS Codes

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

#088fab Text Font Color

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

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


#088fab Background Color

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

This div background color is #088fab


#088fab Border Color

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

This div border color is #088fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088fab


Comments

No comments written yet.

Please login to write comment.