Color Hex Logo

#88eafe Color Hex

#88EAFE
(136,234,254)
0 Favorites   0 Comments

Color spaces of #88eafe

RGB 136234254
HSL0.530.980.76
HSV190°46°100°
CMYK 0.460.080.00   0.00
XYZ57.465671.2356104.4870
Yxy71.23560.24640.3055
Hunter Lab84.4012-26.1681-14.3190
CIE-Lab87.5993-23.7571-18.6518

#88eafe color RGB value is (136,234,254).

#88eafe hex color red value is 136, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #88eafe hue: 0.53 , saturation: 0.98 and the lightness value of 88eafe is 0.76.

The process color (four color CMYK) of #88eafe color hex is 0.46, 0.08, 0.00, 0.00. Web safe color of #88eafe is #99ffff. Color #88eafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11101010 11111110
Octal 210 352 376
Decimal 136 234 254
Hex 88 EA FE

RGB Percentages of Color #88eafe

%21.79
%37.50
%40.71

CMYK Percentages of Color #88eafe

%46
%8
%0
%0

Triadic Colors of #88eafe

#88eafe #fe88ea #eafe88

Analogous Colors of #88eafe

#88eafe #88affe #88fed7

Monochromatic Colors of #88eafe

#88eafe

Complementary Color

#88eafe #fe9c88

#88eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#88eafe Color CSS Codes

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

#88eafe Text Font Color

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

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


#88eafe Background Color

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

This div background color is #88eafe


#88eafe Border Color

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

This div border color is #88eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88eafe


Comments

No comments written yet.

Please login to write comment.