Color Hex Logo

#88ceec Color Hex

#88CEEC
(136,206,236)
0 Favorites   0 Comments

Color spaces of #88ceec

RGB 136206236
HSL0.550.720.73
HSV198°42°93°
CMYK 0.420.130.00   0.07
XYZ47.365055.433087.5601
Yxy55.43300.24880.2912
Hunter Lab74.4533-16.7370-17.6101
CIE-Lab79.2900-14.3243-21.6922

#88ceec color RGB value is (136,206,236).

#88ceec hex color red value is 136, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #88ceec hue: 0.55 , saturation: 0.72 and the lightness value of 88ceec is 0.73.

The process color (four color CMYK) of #88ceec color hex is 0.42, 0.13, 0.00, 0.07. Web safe color of #88ceec is #99ccff. Color #88ceec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001110 11101100
Octal 210 316 354
Decimal 136 206 236
Hex 88 CE EC

RGB Percentages of Color #88ceec

%23.53
%35.64
%40.83

CMYK Percentages of Color #88ceec

%42
%13
%0
%7

Triadic Colors of #88ceec

#88ceec #ec88ce #ceec88

Analogous Colors of #88ceec

#88ceec #889cec #88ecd8

Monochromatic Colors of #88ceec

#88ceec

Complementary Color

#88ceec #eca688

#88ceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ceec Color CSS Codes

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

#88ceec Text Font Color

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

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


#88ceec Background Color

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

This div background color is #88ceec


#88ceec Border Color

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

This div border color is #88ceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ceec


Comments

No comments written yet.

Please login to write comment.