Color Hex Logo

#aeb2ed Color Hex

#AEB2ED
(174,178,237)
0 Favorites   0 Comments

Color spaces of #aeb2ed

RGB 174178237
HSL0.660.640.81
HSV236°27°93°
CMYK 0.270.250.00   0.07
XYZ48.662046.953986.6190
Yxy46.95390.26700.2577
Hunter Lab68.52296.8478-26.9817
CIE-Lab74.160311.3725-29.8679

#aeb2ed color RGB value is (174,178,237).

#aeb2ed hex color red value is 174, green value is 178 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aeb2ed hue: 0.66 , saturation: 0.64 and the lightness value of aeb2ed is 0.81.

The process color (four color CMYK) of #aeb2ed color hex is 0.27, 0.25, 0.00, 0.07. Web safe color of #aeb2ed is #9999ff. Color #aeb2ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 11101101
Octal 256 262 355
Decimal 174 178 237
Hex AE B2 ED

RGB Percentages of Color #aeb2ed

%29.54
%30.22
%40.24

CMYK Percentages of Color #aeb2ed

%27
%25
%0
%7

Triadic Colors of #aeb2ed

#aeb2ed #edaeb2 #b2edae

Analogous Colors of #aeb2ed

#aeb2ed #caaeed #aed2ed

Monochromatic Colors of #aeb2ed

#aeb2ed

Complementary Color

#aeb2ed #ede9ae

#aeb2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb2ed Color CSS Codes

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

#aeb2ed Text Font Color

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

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


#aeb2ed Background Color

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

This div background color is #aeb2ed


#aeb2ed Border Color

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

This div border color is #aeb2ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,178,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 #aeb2ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb2ed


Comments

No comments written yet.

Please login to write comment.