Color Hex Logo

#088bce Color Hex

#088BCE
(8,139,206)
0 Favorites   0 Comments

Color spaces of #088bce

RGB 8139206
HSL0.560.930.42
HSV200°96°81°
CMYK 0.960.330.00   0.19
XYZ20.473322.973161.7477
Yxy22.97310.19460.2184
Hunter Lab47.9303-7.6321-42.8311
CIE-Lab55.0446-6.5040-43.0546

#088bce color RGB value is (8,139,206).

#088bce hex color red value is 8, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #088bce hue: 0.56 , saturation: 0.93 and the lightness value of 088bce is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001011 11001110
Octal 10 213 316
Decimal 8 139 206
Hex 8 8B CE

RGB Percentages of Color #088bce

%2.27
%39.38
%58.36

CMYK Percentages of Color #088bce

%96
%33
%0
%19

Triadic Colors of #088bce

#088bce #ce088b #8bce08

Analogous Colors of #088bce

#088bce #0828ce #08ceae

Monochromatic Colors of #088bce

#088bce

Complementary Color

#088bce #ce4b08

#088bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#088bce Color CSS Codes

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

#088bce Text Font Color

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

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


#088bce Background Color

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

This div background color is #088bce


#088bce Border Color

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

This div border color is #088bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088bce


Comments

No comments written yet.

Please login to write comment.