Color Hex Logo

#88ddbd Color Hex

#88DDBD
(136,221,189)
0 Favorites   0 Comments

Color spaces of #88ddbd

RGB 136221189
HSL0.440.560.70
HSV157°38°87°
CMYK 0.380.000.14   0.13
XYZ45.195160.621357.4632
Yxy60.62130.27680.3713
Hunter Lab77.8597-32.640810.7437
CIE-Lab82.1747-32.90677.6425

#88ddbd color RGB value is (136,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011101 10111101
Octal 210 335 275
Decimal 136 221 189
Hex 88 DD BD

RGB Percentages of Color #88ddbd

%24.91
%40.48
%34.62

CMYK Percentages of Color #88ddbd

%38
%0
%14
%13

Triadic Colors of #88ddbd

#88ddbd #bd88dd #ddbd88

Analogous Colors of #88ddbd

#88ddbd #88d3dd #88dd93

Monochromatic Colors of #88ddbd

#88ddbd

Complementary Color

#88ddbd #dd88a8

#88ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ddbd Color CSS Codes

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

#88ddbd Text Font Color

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

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


#88ddbd Background Color

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

This div background color is #88ddbd


#88ddbd Border Color

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

This div border color is #88ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ddbd


Comments

No comments written yet.

Please login to write comment.