Color Hex Logo

#88ccdc Color Hex

#88CCDC
(136,204,220)
0 Favorites   0 Comments

Color spaces of #88ccdc

RGB 136204220
HSL0.530.550.70
HSV191°38°86°
CMYK 0.380.070.00   0.14
XYZ44.664553.587375.6995
Yxy53.58730.25680.3081
Hunter Lab73.2033-19.1954-10.0694
CIE-Lab78.2205-17.3957-14.7280

#88ccdc color RGB value is (136,204,220).

#88ccdc hex color red value is 136, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #88ccdc hue: 0.53 , saturation: 0.55 and the lightness value of 88ccdc is 0.70.

The process color (four color CMYK) of #88ccdc color hex is 0.38, 0.07, 0.00, 0.14. Web safe color of #88ccdc is #99cccc. Color #88ccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001100 11011100
Octal 210 314 334
Decimal 136 204 220
Hex 88 CC DC

RGB Percentages of Color #88ccdc

%24.29
%36.43
%39.29

CMYK Percentages of Color #88ccdc

%38
%7
%0
%14

Triadic Colors of #88ccdc

#88ccdc #dc88cc #ccdc88

Analogous Colors of #88ccdc

#88ccdc #88a2dc #88dcc2

Monochromatic Colors of #88ccdc

#88ccdc

Complementary Color

#88ccdc #dc9888

#88ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ccdc Color CSS Codes

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

#88ccdc Text Font Color

<p style="color:#88ccdc">Text here</p>

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


#88ccdc Background Color

<div style="background-color:#88ccdc">
Div content here</div>

This div background color is #88ccdc


#88ccdc Border Color

<div style="border:3px solid #88ccdc">
Div here</div>

This div border color is #88ccdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,204,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88ccdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88ccdc;
  -webkit-box-shadow: 1px 1px 3px 2px #88ccdc;
  box-shadow:         1px 1px 3px 2px #88ccdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,204,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 #88ccdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ccdc


Comments

No comments written yet.

Please login to write comment.