Color Hex Logo

#88cdaa Color Hex

#88CDAA
(136,205,170)
0 Favorites   0 Comments

Color spaces of #88cdaa

RGB 136205170
HSL0.420.410.67
HSV150°34°80°
CMYK 0.340.000.17   0.20
XYZ39.240451.799245.9603
Yxy51.79920.28640.3781
Hunter Lab71.9717-28.628612.5182
CIE-Lab77.1606-29.247010.5942

#88cdaa color RGB value is (136,205,170).

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

The process color (four color CMYK) of #88cdaa color hex is 0.34, 0.00, 0.17, 0.20. Web safe color of #88cdaa is #99cc99. Color #88cdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001101 10101010
Octal 210 315 252
Decimal 136 205 170
Hex 88 CD AA

RGB Percentages of Color #88cdaa

%26.61
%40.12
%33.27

CMYK Percentages of Color #88cdaa

%34
%0
%17
%20

Triadic Colors of #88cdaa

#88cdaa #aa88cd #cdaa88

Analogous Colors of #88cdaa

#88cdaa #88cdcd #89cd88

Monochromatic Colors of #88cdaa

#88cdaa

Complementary Color

#88cdaa #cd88ab

#88cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cdaa Color CSS Codes

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

#88cdaa Text Font Color

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

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


#88cdaa Background Color

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

This div background color is #88cdaa


#88cdaa Border Color

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

This div border color is #88cdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cdaa


Comments

No comments written yet.

Please login to write comment.