Color Hex Logo

#88eaee Color Hex

#88EAEE
(136,234,238)
0 Favorites   0 Comments

Color spaces of #88eaee

RGB 136234238
HSL0.510.750.73
HSV182°43°93°
CMYK 0.430.020.00   0.07
XYZ55.008870.252991.5498
Yxy70.25290.25370.3240
Hunter Lab83.8170-29.5308-6.0881
CIE-Lab87.1208-27.8073-10.9739

#88eaee color RGB value is (136,234,238).

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

The process color (four color CMYK) of #88eaee color hex is 0.43, 0.02, 0.00, 0.07. Web safe color of #88eaee is #99ffff. Color #88eaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11101010 11101110
Octal 210 352 356
Decimal 136 234 238
Hex 88 EA EE

RGB Percentages of Color #88eaee

%22.37
%38.49
%39.14

CMYK Percentages of Color #88eaee

%43
%2
%0
%7

Triadic Colors of #88eaee

#88eaee #ee88ea #eaee88

Analogous Colors of #88eaee

#88eaee #88b7ee #88eebf

Monochromatic Colors of #88eaee

#88eaee

Complementary Color

#88eaee #ee8c88

#88eaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88eaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#88eaee Color CSS Codes

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

#88eaee Text Font Color

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

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


#88eaee Background Color

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

This div background color is #88eaee


#88eaee Border Color

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

This div border color is #88eaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88eaee


Comments

No comments written yet.

Please login to write comment.