Color Hex Logo

#088cdc Color Hex

#088CDC
(8,140,220)
0 Favorites   0 Comments

Color spaces of #088cdc

RGB 8140220
HSL0.560.930.45
HSV203°96°86°
CMYK 0.960.360.00   0.14
XYZ22.396523.975171.1574
Yxy23.97510.19060.2040
Hunter Lab48.9644-4.0410-51.8880
CIE-Lab56.0629-1.7873-49.3138

#088cdc color RGB value is (8,140,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001100 11011100
Octal 10 214 334
Decimal 8 140 220
Hex 8 8C DC

RGB Percentages of Color #088cdc

%2.17
%38.04
%59.78

CMYK Percentages of Color #088cdc

%96
%36
%0
%14

Triadic Colors of #088cdc

#088cdc #dc088c #8cdc08

Analogous Colors of #088cdc

#088cdc #0822dc #08dcc2

Monochromatic Colors of #088cdc

#088cdc

Complementary Color

#088cdc #dc5808

#088cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#088cdc Color CSS Codes

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

#088cdc Text Font Color

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

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


#088cdc Background Color

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

This div background color is #088cdc


#088cdc Border Color

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

This div border color is #088cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088cdc


Comments

No comments written yet.

Please login to write comment.