Color Hex Logo

#88cacd Color Hex

#88CACD
(136,202,205)
0 Favorites   0 Comments

Color spaces of #88cacd

RGB 136202205
HSL0.510.410.67
HSV183°34°80°
CMYK 0.340.010.00   0.20
XYZ42.293351.883165.5429
Yxy51.88310.26480.3248
Hunter Lab72.0299-21.2438-3.5294
CIE-Lab77.2109-20.0486-8.1613

#88cacd color RGB value is (136,202,205).

#88cacd hex color red value is 136, green value is 202 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #88cacd hue: 0.51 , saturation: 0.41 and the lightness value of 88cacd is 0.67.

The process color (four color CMYK) of #88cacd color hex is 0.34, 0.01, 0.00, 0.20. Web safe color of #88cacd is #99cccc. Color #88cacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001010 11001101
Octal 210 312 315
Decimal 136 202 205
Hex 88 CA CD

RGB Percentages of Color #88cacd

%25.05
%37.20
%37.75

CMYK Percentages of Color #88cacd

%34
%1
%0
%20

Triadic Colors of #88cacd

#88cacd #cd88ca #cacd88

Analogous Colors of #88cacd

#88cacd #88a8cd #88cdae

Monochromatic Colors of #88cacd

#88cacd

Complementary Color

#88cacd #cd8b88

#88cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cacd Color CSS Codes

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

#88cacd Text Font Color

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

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


#88cacd Background Color

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

This div background color is #88cacd


#88cacd Border Color

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

This div border color is #88cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cacd


Comments

No comments written yet.

Please login to write comment.