Color Hex Logo

#88ddb9 Color Hex

#88DDB9
(136,221,185)
0 Favorites   0 Comments

Color spaces of #88ddb9

RGB 136221185
HSL0.430.560.70
HSV155°38°87°
CMYK 0.380.000.16   0.13
XYZ44.766860.449955.2075
Yxy60.44990.27910.3768
Hunter Lab77.7495-33.284612.3247
CIE-Lab82.0821-33.74429.6260

#88ddb9 color RGB value is (136,221,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011101 10111001
Octal 210 335 271
Decimal 136 221 185
Hex 88 DD B9

RGB Percentages of Color #88ddb9

%25.09
%40.77
%34.13

CMYK Percentages of Color #88ddb9

%38
%0
%16
%13

Triadic Colors of #88ddb9

#88ddb9 #b988dd #ddb988

Analogous Colors of #88ddb9

#88ddb9 #88d7dd #88dd8f

Monochromatic Colors of #88ddb9

#88ddb9

Complementary Color

#88ddb9 #dd88ac

#88ddb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ddb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ddb9 Color CSS Codes

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

#88ddb9 Text Font Color

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

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


#88ddb9 Background Color

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

This div background color is #88ddb9


#88ddb9 Border Color

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

This div border color is #88ddb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ddb9


Comments

No comments written yet.

Please login to write comment.