Color Hex Logo

#88cbaa Color Hex

#88CBAA
(136,203,170)
0 Favorites   0 Comments

Color spaces of #88cbaa

RGB 136203170
HSL0.420.390.66
HSV150°33°80°
CMYK 0.330.000.16   0.20
XYZ38.765050.848445.8018
Yxy50.84840.28630.3755
Hunter Lab71.3081-27.751711.8332
CIE-Lab76.5871-28.28459.7781

#88cbaa color RGB value is (136,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001011 10101010
Octal 210 313 252
Decimal 136 203 170
Hex 88 CB AA

RGB Percentages of Color #88cbaa

%26.72
%39.88
%33.40

CMYK Percentages of Color #88cbaa

%33
%0
%16
%20

Triadic Colors of #88cbaa

#88cbaa #aa88cb #cbaa88

Analogous Colors of #88cbaa

#88cbaa #88cbcb #88cb89

Monochromatic Colors of #88cbaa

#88cbaa

Complementary Color

#88cbaa #cb88a9

#88cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cbaa Color CSS Codes

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

#88cbaa Text Font Color

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

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


#88cbaa Background Color

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

This div background color is #88cbaa


#88cbaa Border Color

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

This div border color is #88cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cbaa


Comments

No comments written yet.

Please login to write comment.