Color Hex Logo

#88caec Color Hex

#88CAEC
(136,202,236)
0 Favorites   0 Comments

Color spaces of #88caec

RGB 136202236
HSL0.560.720.73
HSV200°42°93°
CMYK 0.420.140.00   0.07
XYZ46.414253.531487.2432
Yxy53.53140.24800.2860
Hunter Lab73.1652-14.8030-19.4827
CIE-Lab78.1877-12.2433-23.3681

#88caec color RGB value is (136,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001010 11101100
Octal 210 312 354
Decimal 136 202 236
Hex 88 CA EC

RGB Percentages of Color #88caec

%23.69
%35.19
%41.11

CMYK Percentages of Color #88caec

%42
%14
%0
%7

Triadic Colors of #88caec

#88caec #ec88ca #caec88

Analogous Colors of #88caec

#88caec #8898ec #88ecdc

Monochromatic Colors of #88caec

#88caec

Complementary Color

#88caec #ecaa88

#88caec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88caec Color Preview on White Background

Lorem ipsum dolor sit amet.

#88caec Color CSS Codes

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

#88caec Text Font Color

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

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


#88caec Background Color

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

This div background color is #88caec


#88caec Border Color

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

This div border color is #88caec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88caec


Comments

No comments written yet.

Please login to write comment.