Color Hex Logo

#088dbc Color Hex

#088DBC
(8,141,188)
0 Favorites   0 Comments

Color spaces of #088dbc

RGB 8141188
HSL0.540.920.38
HSV196°96°74°
CMYK 0.960.250.00   0.26
XYZ18.702122.732250.9790
Yxy22.73220.20240.2460
Hunter Lab47.6783-13.4193-30.0198
CIE-Lab54.7954-14.3351-33.2398

#088dbc color RGB value is (8,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001101 10111100
Octal 10 215 274
Decimal 8 141 188
Hex 8 8D BC

RGB Percentages of Color #088dbc

%2.37
%41.84
%55.79

CMYK Percentages of Color #088dbc

%96
%25
%0
%26

Triadic Colors of #088dbc

#088dbc #bc088d #8dbc08

Analogous Colors of #088dbc

#088dbc #0833bc #08bc91

Monochromatic Colors of #088dbc

#088dbc

Complementary Color

#088dbc #bc3708

#088dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#088dbc Color CSS Codes

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

#088dbc Text Font Color

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

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


#088dbc Background Color

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

This div background color is #088dbc


#088dbc Border Color

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

This div border color is #088dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088dbc


Comments

No comments written yet.

Please login to write comment.