Color Hex Logo

#88deb0 Color Hex

#88DEB0
(136,222,176)
0 Favorites   0 Comments

Color spaces of #88deb0

RGB 136222176
HSL0.410.570.70
HSV148°39°87°
CMYK 0.390.000.21   0.13
XYZ44.111160.611450.4486
Yxy60.61140.28430.3906
Hunter Lab77.8533-35.106616.0777
CIE-Lab82.1694-36.029114.4972

#88deb0 color RGB value is (136,222,176).

#88deb0 hex color red value is 136, green value is 222 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #88deb0 hue: 0.41 , saturation: 0.57 and the lightness value of 88deb0 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011110 10110000
Octal 210 336 260
Decimal 136 222 176
Hex 88 DE B0

RGB Percentages of Color #88deb0

%25.47
%41.57
%32.96

CMYK Percentages of Color #88deb0

%39
%0
%21
%13

Triadic Colors of #88deb0

#88deb0 #b088de #deb088

Analogous Colors of #88deb0

#88deb0 #88dedb #8bde88

Monochromatic Colors of #88deb0

#88deb0

Complementary Color

#88deb0 #de88b6

#88deb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88deb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88deb0 Color CSS Codes

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

#88deb0 Text Font Color

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

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


#88deb0 Background Color

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

This div background color is #88deb0


#88deb0 Border Color

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

This div border color is #88deb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88deb0


Comments

No comments written yet.

Please login to write comment.