Color Hex Logo

#88bd8c Color Hex

#88BD8C
(136,189,140)
0 Favorites   0 Comments

Color spaces of #88bd8c

RGB 136189140
HSL0.350.290.64
HSV125°28°74°
CMYK 0.280.000.26   0.26
XYZ33.084643.522931.4680
Yxy43.52290.30610.4027
Hunter Lab65.9719-25.933917.8995
CIE-Lab71.9084-27.194019.3354

#88bd8c color RGB value is (136,189,140).

#88bd8c hex color red value is 136, green value is 189 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #88bd8c hue: 0.35 , saturation: 0.29 and the lightness value of 88bd8c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111101 10001100
Octal 210 275 214
Decimal 136 189 140
Hex 88 BD 8C

RGB Percentages of Color #88bd8c

%29.25
%40.65
%30.11

CMYK Percentages of Color #88bd8c

%28
%0
%26
%26

Triadic Colors of #88bd8c

#88bd8c #8c88bd #bd8c88

Analogous Colors of #88bd8c

#88bd8c #88bda7 #9fbd88

Monochromatic Colors of #88bd8c

#88bd8c

Complementary Color

#88bd8c #bd88b9

#88bd8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bd8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bd8c Color CSS Codes

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

#88bd8c Text Font Color

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

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


#88bd8c Background Color

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

This div background color is #88bd8c


#88bd8c Border Color

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

This div border color is #88bd8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bd8c


Comments

No comments written yet.

Please login to write comment.