Color Hex Logo

#88ddbf Color Hex

#88DDBF
(136,221,191)
0 Favorites   0 Comments

Color spaces of #88ddbf

RGB 136221191
HSL0.440.560.70
HSV159°38°87°
CMYK 0.380.000.14   0.13
XYZ45.413860.708758.6146
Yxy60.70870.27570.3685
Hunter Lab77.9158-32.31269.9383
CIE-Lab82.2219-32.48156.6515

#88ddbf color RGB value is (136,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011101 10111111
Octal 210 335 277
Decimal 136 221 191
Hex 88 DD BF

RGB Percentages of Color #88ddbf

%24.82
%40.33
%34.85

CMYK Percentages of Color #88ddbf

%38
%0
%14
%13

Triadic Colors of #88ddbf

#88ddbf #bf88dd #ddbf88

Analogous Colors of #88ddbf

#88ddbf #88d1dd #88dd95

Monochromatic Colors of #88ddbf

#88ddbf

Complementary Color

#88ddbf #dd88a6

#88ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ddbf Color CSS Codes

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

#88ddbf Text Font Color

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

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


#88ddbf Background Color

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

This div background color is #88ddbf


#88ddbf Border Color

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

This div border color is #88ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ddbf


Comments

No comments written yet.

Please login to write comment.