Color Hex Logo

#88eaca Color Hex

#88EACA
(136,234,202)
0 Favorites   0 Comments

Color spaces of #88eaca

RGB 136234202
HSL0.450.700.73
HSV160°42°92°
CMYK 0.420.000.14   0.08
XYZ50.236868.344166.4211
Yxy68.34410.27150.3694
Hunter Lab82.6705-36.203310.2332
CIE-Lab86.1782-36.15996.5487

#88eaca color RGB value is (136,234,202).

#88eaca hex color red value is 136, green value is 234 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #88eaca hue: 0.45 , saturation: 0.70 and the lightness value of 88eaca is 0.73.

The process color (four color CMYK) of #88eaca color hex is 0.42, 0.00, 0.14, 0.08. Web safe color of #88eaca is #99ffcc. Color #88eaca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11101010 11001010
Octal 210 352 312
Decimal 136 234 202
Hex 88 EA CA

RGB Percentages of Color #88eaca

%23.78
%40.91
%35.31

CMYK Percentages of Color #88eaca

%42
%0
%14
%8

Triadic Colors of #88eaca

#88eaca #ca88ea #eaca88

Analogous Colors of #88eaca

#88eaca #88d9ea #88ea99

Monochromatic Colors of #88eaca

#88eaca

Complementary Color

#88eaca #ea88a8

#88eaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88eaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#88eaca Color CSS Codes

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

#88eaca Text Font Color

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

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


#88eaca Background Color

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

This div background color is #88eaca


#88eaca Border Color

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

This div border color is #88eaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88eaca


Comments

No comments written yet.

Please login to write comment.