Color Hex Logo

#88caca Color Hex

#88CACA
(136,202,202)
0 Favorites   0 Comments

Color spaces of #88caca

RGB 136202202
HSL0.500.380.66
HSV180°33°79°
CMYK 0.330.000.00   0.21
XYZ41.934551.739663.6537
Yxy51.73960.26650.3289
Hunter Lab71.9302-21.8145-2.1167
CIE-Lab77.1249-20.7604-6.6713

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

#88caca hex color red value is 136, green value is 202 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #88caca hue: 0.50 , saturation: 0.38 and the lightness value of 88caca is 0.66.

The process color (four color CMYK) of #88caca color hex is 0.33, 0.00, 0.00, 0.21. Web safe color of #88caca is #99cccc. Color #88caca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001010 11001010
Octal 210 312 312
Decimal 136 202 202
Hex 88 CA CA

RGB Percentages of Color #88caca

%25.19
%37.41
%37.41

CMYK Percentages of Color #88caca

%33
%0
%0
%21

Triadic Colors of #88caca

#88caca #ca88ca #caca88

Analogous Colors of #88caca

#88caca #88a9ca #88caa9

Monochromatic Colors of #88caca

#88caca

Complementary Color

#88caca #ca8888

#88caca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88caca Color Preview on White Background

Lorem ipsum dolor sit amet.

#88caca Color CSS Codes

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

#88caca Text Font Color

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

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


#88caca Background Color

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

This div background color is #88caca


#88caca Border Color

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

This div border color is #88caca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88caca


Comments

No comments written yet.

Please login to write comment.