Color Hex Logo

#088fad Color Hex

#088FAD
(8,143,173)
0 Favorites   0 Comments

Color spaces of #088fad

RGB 8143173
HSL0.530.910.35
HSV191°95°68°
CMYK 0.950.170.00   0.32
XYZ17.465422.713742.9988
Yxy22.71370.21000.2731
Hunter Lab47.6589-17.9887-20.1314
CIE-Lab54.7762-20.8092-24.7054

#088fad color RGB value is (8,143,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001111 10101101
Octal 10 217 255
Decimal 8 143 173
Hex 8 8F AD

RGB Percentages of Color #088fad

%2.47
%44.14
%53.40

CMYK Percentages of Color #088fad

%95
%17
%0
%32

Triadic Colors of #088fad

#088fad #ad088f #8fad08

Analogous Colors of #088fad

#088fad #083dad #08ad79

Monochromatic Colors of #088fad

#088fad

Complementary Color

#088fad #ad2608

#088fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#088fad Color CSS Codes

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

#088fad Text Font Color

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

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


#088fad Background Color

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

This div background color is #088fad


#088fad Border Color

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

This div border color is #088fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088fad


Comments

No comments written yet.

Please login to write comment.