Color Hex Logo

#aeb4ed Color Hex

#AEB4ED
(174,180,237)
0 Favorites   0 Comments

Color spaces of #aeb4ed

RGB 174180237
HSL0.650.640.81
HSV234°27°93°
CMYK 0.270.240.00   0.07
XYZ49.062947.755686.7526
Yxy47.75560.26730.2601
Hunter Lab69.10545.7955-26.0568
CIE-Lab74.670510.2686-29.0834

#aeb4ed color RGB value is (174,180,237).

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

The process color (four color CMYK) of #aeb4ed color hex is 0.27, 0.24, 0.00, 0.07. Web safe color of #aeb4ed is #99ccff. Color #aeb4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 11101101
Octal 256 264 355
Decimal 174 180 237
Hex AE B4 ED

RGB Percentages of Color #aeb4ed

%29.44
%30.46
%40.10

CMYK Percentages of Color #aeb4ed

%27
%24
%0
%7

Triadic Colors of #aeb4ed

#aeb4ed #edaeb4 #b4edae

Analogous Colors of #aeb4ed

#aeb4ed #c8aeed #aed4ed

Monochromatic Colors of #aeb4ed

#aeb4ed

Complementary Color

#aeb4ed #ede7ae

#aeb4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb4ed Color CSS Codes

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

#aeb4ed Text Font Color

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

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


#aeb4ed Background Color

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

This div background color is #aeb4ed


#aeb4ed Border Color

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

This div border color is #aeb4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb4ed


Comments

No comments written yet.

Please login to write comment.