Color Hex Logo

#88d08e Color Hex

#88D08E
(136,208,142)
0 Favorites   0 Comments

Color spaces of #88d08e

RGB 136208142
HSL0.350.430.67
HSV125°35°82°
CMYK 0.350.000.32   0.18
XYZ37.591752.299033.7046
Yxy52.29900.30420.4231
Hunter Lab72.3180-33.770422.9899
CIE-Lab77.4593-35.823325.8444

#88d08e color RGB value is (136,208,142).

#88d08e hex color red value is 136, green value is 208 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #88d08e hue: 0.35 , saturation: 0.43 and the lightness value of 88d08e is 0.67.

The process color (four color CMYK) of #88d08e color hex is 0.35, 0.00, 0.32, 0.18. Web safe color of #88d08e is #99cc99. Color #88d08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11010000 10001110
Octal 210 320 216
Decimal 136 208 142
Hex 88 D0 8E

RGB Percentages of Color #88d08e

%27.98
%42.80
%29.22

CMYK Percentages of Color #88d08e

%35
%0
%32
%18

Triadic Colors of #88d08e

#88d08e #8e88d0 #d08e88

Analogous Colors of #88d08e

#88d08e #88d0b2 #a6d088

Monochromatic Colors of #88d08e

#88d08e

Complementary Color

#88d08e #d088ca

#88d08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88d08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88d08e Color CSS Codes

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

#88d08e Text Font Color

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

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


#88d08e Background Color

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

This div background color is #88d08e


#88d08e Border Color

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

This div border color is #88d08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88d08e


Comments

No comments written yet.

Please login to write comment.