Color Hex Logo

#88ddab Color Hex

#88DDAB
(136,221,171)
0 Favorites   0 Comments

Color spaces of #88ddab

RGB 136221171
HSL0.400.560.70
HSV145°38°87°
CMYK 0.380.000.23   0.13
XYZ43.360559.887447.8022
Yxy59.88740.28710.3965
Hunter Lab77.3869-35.412217.5472
CIE-Lab81.7769-36.545816.5755

#88ddab color RGB value is (136,221,171).

#88ddab hex color red value is 136, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #88ddab hue: 0.40 , saturation: 0.56 and the lightness value of 88ddab is 0.70.

The process color (four color CMYK) of #88ddab color hex is 0.38, 0.00, 0.23, 0.13. Web safe color of #88ddab is #99cc99. Color #88ddab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011101 10101011
Octal 210 335 253
Decimal 136 221 171
Hex 88 DD AB

RGB Percentages of Color #88ddab

%25.76
%41.86
%32.39

CMYK Percentages of Color #88ddab

%38
%0
%23
%13

Triadic Colors of #88ddab

#88ddab #ab88dd #ddab88

Analogous Colors of #88ddab

#88ddab #88ddd6 #90dd88

Monochromatic Colors of #88ddab

#88ddab

Complementary Color

#88ddab #dd88ba

#88ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ddab Color CSS Codes

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

#88ddab Text Font Color

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

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


#88ddab Background Color

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

This div background color is #88ddab


#88ddab Border Color

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

This div border color is #88ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ddab


Comments

No comments written yet.

Please login to write comment.