Color Hex Logo

#88bcaa Color Hex

#88BCAA
(136,188,170)
0 Favorites   0 Comments

Color spaces of #88bcaa

RGB 136188170
HSL0.440.280.64
HSV159°28°74°
CMYK 0.280.000.10   0.26
XYZ35.392344.103044.6776
Yxy44.10300.28500.3552
Hunter Lab66.4101-21.08876.5995
CIE-Lab72.2973-20.87553.6181

#88bcaa color RGB value is (136,188,170).

#88bcaa hex color red value is 136, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #88bcaa hue: 0.44 , saturation: 0.28 and the lightness value of 88bcaa is 0.64.

The process color (four color CMYK) of #88bcaa color hex is 0.28, 0.00, 0.10, 0.26. Web safe color of #88bcaa is #99cc99. Color #88bcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111100 10101010
Octal 210 274 252
Decimal 136 188 170
Hex 88 BC AA

RGB Percentages of Color #88bcaa

%27.53
%38.06
%34.41

CMYK Percentages of Color #88bcaa

%28
%0
%10
%26

Triadic Colors of #88bcaa

#88bcaa #aa88bc #bcaa88

Analogous Colors of #88bcaa

#88bcaa #88b4bc #88bc90

Monochromatic Colors of #88bcaa

#88bcaa

Complementary Color

#88bcaa #bc889a

#88bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bcaa Color CSS Codes

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

#88bcaa Text Font Color

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

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


#88bcaa Background Color

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

This div background color is #88bcaa


#88bcaa Border Color

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

This div border color is #88bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bcaa


Comments

No comments written yet.

Please login to write comment.