Color Hex Logo

#088dbd Color Hex

#088DBD
(8,141,189)
0 Favorites   0 Comments

Color spaces of #088dbd

RGB 8141189
HSL0.540.920.39
HSV196°96°74°
CMYK 0.960.250.00   0.26
XYZ18.810322.775551.5488
Yxy22.77550.20200.2445
Hunter Lab47.7237-13.1606-30.6356
CIE-Lab54.8403-13.9689-33.7388

#088dbd color RGB value is (8,141,189).

#088dbd hex color red value is 8, green value is 141 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #088dbd hue: 0.54 , saturation: 0.92 and the lightness value of 088dbd is 0.39.

The process color (four color CMYK) of #088dbd color hex is 0.96, 0.25, 0.00, 0.26. Web safe color of #088dbd is #0099cc. Color #088dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001101 10111101
Octal 10 215 275
Decimal 8 141 189
Hex 8 8D BD

RGB Percentages of Color #088dbd

%2.37
%41.72
%55.92

CMYK Percentages of Color #088dbd

%96
%25
%0
%26

Triadic Colors of #088dbd

#088dbd #bd088d #8dbd08

Analogous Colors of #088dbd

#088dbd #0833bd #08bd93

Monochromatic Colors of #088dbd

#088dbd

Complementary Color

#088dbd #bd3808

#088dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#088dbd Color CSS Codes

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

#088dbd Text Font Color

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

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


#088dbd Background Color

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

This div background color is #088dbd


#088dbd Border Color

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

This div border color is #088dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088dbd


Comments

No comments written yet.

Please login to write comment.