Color Hex Logo

#088bad Color Hex

#088BAD
(8,139,173)
0 Favorites   0 Comments

Color spaces of #088bad

RGB 8139173
HSL0.530.910.35
HSV192°95°68°
CMYK 0.950.200.00   0.32
XYZ16.875621.534042.8022
Yxy21.53400.20780.2652
Hunter Lab46.4047-16.2948-22.2038
CIE-Lab53.5290-18.6700-26.6317

#088bad color RGB value is (8,139,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001011 10101101
Octal 10 213 255
Decimal 8 139 173
Hex 8 8B AD

RGB Percentages of Color #088bad

%2.50
%43.44
%54.06

CMYK Percentages of Color #088bad

%95
%20
%0
%32

Triadic Colors of #088bad

#088bad #ad088b #8bad08

Analogous Colors of #088bad

#088bad #0839ad #08ad7d

Monochromatic Colors of #088bad

#088bad

Complementary Color

#088bad #ad2a08

#088bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#088bad Color CSS Codes

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

#088bad Text Font Color

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

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


#088bad Background Color

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

This div background color is #088bad


#088bad Border Color

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

This div border color is #088bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088bad


Comments

No comments written yet.

Please login to write comment.