Color Hex Logo

#088dca Color Hex

#088DCA
(8,141,202)
0 Favorites   0 Comments

Color spaces of #088dca

RGB 8141202
HSL0.550.920.41
HSV199°96°79°
CMYK 0.960.300.00   0.21
XYZ20.285723.365659.3180
Yxy23.36560.19700.2269
Hunter Lab48.3380-9.6815-38.9212
CIE-Lab55.4469-9.1564-40.1605

#088dca color RGB value is (8,141,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001101 11001010
Octal 10 215 312
Decimal 8 141 202
Hex 8 8D CA

RGB Percentages of Color #088dca

%2.28
%40.17
%57.55

CMYK Percentages of Color #088dca

%96
%30
%0
%21

Triadic Colors of #088dca

#088dca #ca088d #8dca08

Analogous Colors of #088dca

#088dca #082cca #08caa6

Monochromatic Colors of #088dca

#088dca

Complementary Color

#088dca #ca4508

#088dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#088dca Color CSS Codes

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

#088dca Text Font Color

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

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


#088dca Background Color

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

This div background color is #088dca


#088dca Border Color

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

This div border color is #088dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088dca


Comments

No comments written yet.

Please login to write comment.