Color Hex Logo

#aeb9ec Color Hex

#AEB9EC
(174,185,236)
0 Favorites   0 Comments

Color spaces of #aeb9ec

RGB 174185236
HSL0.640.620.80
HSV229°26°93°
CMYK 0.260.220.00   0.07
XYZ49.944849.752786.3277
Yxy49.75270.26850.2675
Hunter Lab70.53562.9549-23.1894
CIE-Lab75.91727.2838-26.6307

#aeb9ec color RGB value is (174,185,236).

#aeb9ec hex color red value is 174, green value is 185 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aeb9ec hue: 0.64 , saturation: 0.62 and the lightness value of aeb9ec is 0.80.

The process color (four color CMYK) of #aeb9ec color hex is 0.26, 0.22, 0.00, 0.07. Web safe color of #aeb9ec is #99ccff. Color #aeb9ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 11101100
Octal 256 271 354
Decimal 174 185 236
Hex AE B9 EC

RGB Percentages of Color #aeb9ec

%29.24
%31.09
%39.66

CMYK Percentages of Color #aeb9ec

%26
%22
%0
%7

Triadic Colors of #aeb9ec

#aeb9ec #ecaeb9 #b9ecae

Analogous Colors of #aeb9ec

#aeb9ec #c2aeec #aed8ec

Monochromatic Colors of #aeb9ec

#aeb9ec

Complementary Color

#aeb9ec #ece1ae

#aeb9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb9ec Color CSS Codes

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

#aeb9ec Text Font Color

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

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


#aeb9ec Background Color

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

This div background color is #aeb9ec


#aeb9ec Border Color

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

This div border color is #aeb9ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,185,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aeb9ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aeb9ec;
  -webkit-box-shadow: 1px 1px 3px 2px #aeb9ec;
  box-shadow:         1px 1px 3px 2px #aeb9ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,185,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb9ec


Comments

No comments written yet.

Please login to write comment.