Color Hex Logo

#88ebca Color Hex

#88EBCA
(136,235,202)
0 Favorites   0 Comments

Color spaces of #88ebca

RGB 136235202
HSL0.440.710.73
HSV160°42°92°
CMYK 0.420.000.14   0.08
XYZ50.522368.915266.5163
Yxy68.91520.27170.3706
Hunter Lab83.0152-36.643110.6042
CIE-Lab86.4620-36.61896.9571

#88ebca color RGB value is (136,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11101011 11001010
Octal 210 353 312
Decimal 136 235 202
Hex 88 EB CA

RGB Percentages of Color #88ebca

%23.73
%41.01
%35.25

CMYK Percentages of Color #88ebca

%42
%0
%14
%8

Triadic Colors of #88ebca

#88ebca #ca88eb #ebca88

Analogous Colors of #88ebca

#88ebca #88dbeb #88eb99

Monochromatic Colors of #88ebca

#88ebca

Complementary Color

#88ebca #eb88a9

#88ebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ebca Color CSS Codes

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

#88ebca Text Font Color

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

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


#88ebca Background Color

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

This div background color is #88ebca


#88ebca Border Color

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

This div border color is #88ebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ebca


Comments

No comments written yet.

Please login to write comment.