Color Hex Logo

#88cebd Color Hex

#88CEBD
(136,206,189)
0 Favorites   0 Comments

Color spaces of #88cebd

RGB 136206189
HSL0.460.420.67
HSV165°34°81°
CMYK 0.340.000.08   0.19
XYZ41.410053.051056.2014
Yxy53.05100.27490.3521
Hunter Lab72.8361-25.97945.2363
CIE-Lab77.9051-25.71711.4728

#88cebd color RGB value is (136,206,189).

#88cebd hex color red value is 136, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #88cebd hue: 0.46 , saturation: 0.42 and the lightness value of 88cebd is 0.67.

The process color (four color CMYK) of #88cebd color hex is 0.34, 0.00, 0.08, 0.19. Web safe color of #88cebd is #99cccc. Color #88cebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001110 10111101
Octal 210 316 275
Decimal 136 206 189
Hex 88 CE BD

RGB Percentages of Color #88cebd

%25.61
%38.79
%35.59

CMYK Percentages of Color #88cebd

%34
%0
%8
%19

Triadic Colors of #88cebd

#88cebd #bd88ce #cebd88

Analogous Colors of #88cebd

#88cebd #88bcce #88ce9a

Monochromatic Colors of #88cebd

#88cebd

Complementary Color

#88cebd #ce8899

#88cebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cebd Color CSS Codes

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

#88cebd Text Font Color

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

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


#88cebd Background Color

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

This div background color is #88cebd


#88cebd Border Color

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

This div border color is #88cebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,206,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 #88cebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cebd


Comments

No comments written yet.

Please login to write comment.