Color Hex Logo

#88aaef Color Hex

#88AAEF
(136,170,239)
0 Favorites   0 Comments

Color spaces of #88aaef

RGB 136170239
HSL0.610.760.74
HSV220°43°94°
CMYK 0.430.290.00   0.06
XYZ40.108140.215787.3098
Yxy40.21570.23930.2399
Hunter Lab63.41581.9167-37.2383
CIE-Lab69.62295.9675-38.1823

#88aaef color RGB value is (136,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101010 11101111
Octal 210 252 357
Decimal 136 170 239
Hex 88 AA EF

RGB Percentages of Color #88aaef

%24.95
%31.19
%43.85

CMYK Percentages of Color #88aaef

%43
%29
%0
%6

Triadic Colors of #88aaef

#88aaef #ef88aa #aaef88

Analogous Colors of #88aaef

#88aaef #9a88ef #88deef

Monochromatic Colors of #88aaef

#88aaef

Complementary Color

#88aaef #efcd88

#88aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aaef Color CSS Codes

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

#88aaef Text Font Color

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

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


#88aaef Background Color

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

This div background color is #88aaef


#88aaef Border Color

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

This div border color is #88aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aaef


Comments

No comments written yet.

Please login to write comment.