Color Hex Logo

#88cac9 Color Hex

#88CAC9
(136,202,201)
0 Favorites   0 Comments

Color spaces of #88cac9

RGB 136202201
HSL0.500.380.66
HSV179°33°79°
CMYK 0.330.000.00   0.21
XYZ41.816551.692363.0320
Yxy51.69230.26710.3302
Hunter Lab71.8974-22.0023-1.6511
CIE-Lab77.0965-20.9954-6.1740

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001010 11001001
Octal 210 312 311
Decimal 136 202 201
Hex 88 CA C9

RGB Percentages of Color #88cac9

%25.23
%37.48
%37.29

CMYK Percentages of Color #88cac9

%33
%0
%0
%21

Triadic Colors of #88cac9

#88cac9 #c988ca #cac988

Analogous Colors of #88cac9

#88cac9 #88aaca #88caa8

Monochromatic Colors of #88cac9

#88cac9

Complementary Color

#88cac9 #ca8889

#88cac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cac9 Color CSS Codes

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

#88cac9 Text Font Color

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

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


#88cac9 Background Color

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

This div background color is #88cac9


#88cac9 Border Color

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

This div border color is #88cac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cac9


Comments

No comments written yet.

Please login to write comment.