Color Hex Logo

#88dd91 Color Hex

#88DD91
(136,221,145)
0 Favorites   0 Comments

Color spaces of #88dd91

RGB 136221145
HSL0.350.560.70
HSV126°38°87°
CMYK 0.380.000.34   0.13
XYZ41.120658.991536.0073
Yxy58.99150.30210.4334
Hunter Lab76.8059-38.844525.9685
CIE-Lab81.2869-41.178929.4304

#88dd91 color RGB value is (136,221,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011101 10010001
Octal 210 335 221
Decimal 136 221 145
Hex 88 DD 91

RGB Percentages of Color #88dd91

%27.09
%44.02
%28.88

CMYK Percentages of Color #88dd91

%38
%0
%34
%13

Triadic Colors of #88dd91

#88dd91 #9188dd #dd9188

Analogous Colors of #88dd91

#88dd91 #88ddbc #aadd88

Monochromatic Colors of #88dd91

#88dd91

Complementary Color

#88dd91 #dd88d4

#88dd91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dd91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dd91 Color CSS Codes

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

#88dd91 Text Font Color

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

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


#88dd91 Background Color

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

This div background color is #88dd91


#88dd91 Border Color

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

This div border color is #88dd91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dd91


Comments

No comments written yet.

Please login to write comment.