Color Hex Logo

#88faed Color Hex

#88FAED
(136,250,237)
0 Favorites   0 Comments

Color spaces of #88faed

RGB 136250237
HSL0.480.920.76
HSV173°46°98°
CMYK 0.460.000.05   0.02
XYZ59.625079.719992.3657
Yxy79.71990.25730.3440
Hunter Lab89.2860-37.04861.1651
CIE-Lab91.5590-35.5940-3.8808

#88faed color RGB value is (136,250,237).

#88faed hex color red value is 136, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #88faed hue: 0.48 , saturation: 0.92 and the lightness value of 88faed is 0.76.

The process color (four color CMYK) of #88faed color hex is 0.46, 0.00, 0.05, 0.02. Web safe color of #88faed is #99ffff. Color #88faed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11111010 11101101
Octal 210 372 355
Decimal 136 250 237
Hex 88 FA ED

RGB Percentages of Color #88faed

%21.83
%40.13
%38.04

CMYK Percentages of Color #88faed

%46
%0
%5
%2

Triadic Colors of #88faed

#88faed #ed88fa #faed88

Analogous Colors of #88faed

#88faed #88cefa #88fab4

Monochromatic Colors of #88faed

#88faed

Complementary Color

#88faed #fa8895

#88faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#88faed Color CSS Codes

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

#88faed Text Font Color

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

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


#88faed Background Color

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

This div background color is #88faed


#88faed Border Color

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

This div border color is #88faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88faed


Comments

No comments written yet.

Please login to write comment.