Color Hex Logo

#88daaa Color Hex

#88DAAA
(136,218,170)
0 Favorites   0 Comments

Color spaces of #88daaa

RGB 136218170
HSL0.400.530.69
HSV145°38°85°
CMYK 0.380.000.22   0.15
XYZ42.480458.279347.0403
Yxy58.27930.28740.3943
Hunter Lab76.3409-34.269016.9049
CIE-Lab80.8938-35.361315.8647

#88daaa color RGB value is (136,218,170).

#88daaa hex color red value is 136, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #88daaa hue: 0.40 , saturation: 0.53 and the lightness value of 88daaa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011010 10101010
Octal 210 332 252
Decimal 136 218 170
Hex 88 DA AA

RGB Percentages of Color #88daaa

%25.95
%41.60
%32.44

CMYK Percentages of Color #88daaa

%38
%0
%22
%15

Triadic Colors of #88daaa

#88daaa #aa88da #daaa88

Analogous Colors of #88daaa

#88daaa #88dad3 #8fda88

Monochromatic Colors of #88daaa

#88daaa

Complementary Color

#88daaa #da88b8

#88daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#88daaa Color CSS Codes

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

#88daaa Text Font Color

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

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


#88daaa Background Color

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

This div background color is #88daaa


#88daaa Border Color

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

This div border color is #88daaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,218,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 #88daaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88daaa


Comments

No comments written yet.

Please login to write comment.