Color Hex Logo

#088bbf Color Hex

#088BBF
(8,139,191)
0 Favorites   0 Comments

Color spaces of #088bbf

RGB 8139191
HSL0.550.920.39
HSV197°96°75°
CMYK 0.960.270.00   0.25
XYZ18.736722.278452.6029
Yxy22.27840.20010.2380
Hunter Lab47.2000-11.7419-33.0368
CIE-Lab54.3212-12.1116-35.6892

#088bbf color RGB value is (8,139,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001011 10111111
Octal 10 213 277
Decimal 8 139 191
Hex 8 8B BF

RGB Percentages of Color #088bbf

%2.37
%41.12
%56.51

CMYK Percentages of Color #088bbf

%96
%27
%0
%25

Triadic Colors of #088bbf

#088bbf #bf088b #8bbf08

Analogous Colors of #088bbf

#088bbf #0830bf #08bf98

Monochromatic Colors of #088bbf

#088bbf

Complementary Color

#088bbf #bf3c08

#088bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#088bbf Color CSS Codes

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

#088bbf Text Font Color

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

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


#088bbf Background Color

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

This div background color is #088bbf


#088bbf Border Color

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

This div border color is #088bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088bbf


Comments

No comments written yet.

Please login to write comment.