Color Hex Logo

#aeb4ff Color Hex

#AEB4FF
(174,180,255)
0 Favorites   0 Comments

Color spaces of #aeb4ff

RGB 174180255
HSL0.651.000.84
HSV236°32°100°
CMYK 0.320.290.00   0.00
XYZ51.826848.8612101.3073
Yxy48.86120.25660.2419
Hunter Lab69.900810.0195-36.9985
CIE-Lab75.364914.6701-37.7239

#aeb4ff color RGB value is (174,180,255).

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

The process color (four color CMYK) of #aeb4ff color hex is 0.32, 0.29, 0.00, 0.00. Web safe color of #aeb4ff is #99ccff. Color #aeb4ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 11111111
Octal 256 264 377
Decimal 174 180 255
Hex AE B4 FF

RGB Percentages of Color #aeb4ff

%28.57
%29.56
%41.87

CMYK Percentages of Color #aeb4ff

%32
%29
%0
%0

Triadic Colors of #aeb4ff

#aeb4ff #ffaeb4 #b4ffae

Analogous Colors of #aeb4ff

#aeb4ff #d1aeff #aeddff

Monochromatic Colors of #aeb4ff

#aeb4ff

Complementary Color

#aeb4ff #fff9ae

#aeb4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb4ff Color CSS Codes

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

#aeb4ff Text Font Color

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

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


#aeb4ff Background Color

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

This div background color is #aeb4ff


#aeb4ff Border Color

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

This div border color is #aeb4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb4ff


Comments

No comments written yet.

Please login to write comment.