Color Hex Logo

#aeb6ff Color Hex

#AEB6FF
(174,182,255)
0 Favorites   0 Comments

Color spaces of #aeb6ff

RGB 174182255
HSL0.651.000.84
HSV234°32°100°
CMYK 0.320.290.00   0.00
XYZ52.233549.6746101.4429
Yxy49.67460.25690.2443
Hunter Lab70.48028.9475-36.0006
CIE-Lab75.869113.5625-36.9417

#aeb6ff color RGB value is (174,182,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 11111111
Octal 256 266 377
Decimal 174 182 255
Hex AE B6 FF

RGB Percentages of Color #aeb6ff

%28.48
%29.79
%41.73

CMYK Percentages of Color #aeb6ff

%32
%29
%0
%0

Triadic Colors of #aeb6ff

#aeb6ff #ffaeb6 #b6ffae

Analogous Colors of #aeb6ff

#aeb6ff #cfaeff #aedfff

Monochromatic Colors of #aeb6ff

#aeb6ff

Complementary Color

#aeb6ff #fff7ae

#aeb6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb6ff Color CSS Codes

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

#aeb6ff Text Font Color

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

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


#aeb6ff Background Color

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

This div background color is #aeb6ff


#aeb6ff Border Color

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

This div border color is #aeb6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb6ff

Related Colors


Comments

No comments written yet.

Please login to write comment.