Color Hex Logo

#88afef Color Hex

#88AFEF
(136,175,239)
0 Favorites   0 Comments

Color spaces of #88afef

RGB 136175239
HSL0.600.760.74
HSV217°43°94°
CMYK 0.430.270.00   0.06
XYZ41.063342.126287.6283
Yxy42.12620.24040.2466
Hunter Lab64.9047-0.6515-34.6146
CIE-Lab70.95783.1672-36.1063

#88afef color RGB value is (136,175,239).

#88afef hex color red value is 136, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #88afef hue: 0.60 , saturation: 0.76 and the lightness value of 88afef is 0.74.

The process color (four color CMYK) of #88afef color hex is 0.43, 0.27, 0.00, 0.06. Web safe color of #88afef is #9999ff. Color #88afef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101111 11101111
Octal 210 257 357
Decimal 136 175 239
Hex 88 AF EF

RGB Percentages of Color #88afef

%24.73
%31.82
%43.45

CMYK Percentages of Color #88afef

%43
%27
%0
%6

Triadic Colors of #88afef

#88afef #ef88af #afef88

Analogous Colors of #88afef

#88afef #9588ef #88e3ef

Monochromatic Colors of #88afef

#88afef

Complementary Color

#88afef #efc888

#88afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#88afef Color CSS Codes

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

#88afef Text Font Color

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

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


#88afef Background Color

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

This div background color is #88afef


#88afef Border Color

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

This div border color is #88afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88afef


Comments

No comments written yet.

Please login to write comment.