Color Hex Logo

#aeb4db Color Hex

#AEB4DB
(174,180,219)
0 Favorites   0 Comments

Color spaces of #aeb4db

RGB 174180219
HSL0.640.380.77
HSV232°21°86°
CMYK 0.210.180.00   0.14
XYZ46.563046.755773.5884
Yxy46.75570.27900.2801
Hunter Lab68.37811.8902-15.9431
CIE-Lab74.03326.0842-20.2848

#aeb4db color RGB value is (174,180,219).

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

The process color (four color CMYK) of #aeb4db color hex is 0.21, 0.18, 0.00, 0.14. Web safe color of #aeb4db is #99cccc. Color #aeb4db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 11011011
Octal 256 264 333
Decimal 174 180 219
Hex AE B4 DB

RGB Percentages of Color #aeb4db

%30.37
%31.41
%38.22

CMYK Percentages of Color #aeb4db

%21
%18
%0
%14

Triadic Colors of #aeb4db

#aeb4db #dbaeb4 #b4dbae

Analogous Colors of #aeb4db

#aeb4db #bfaedb #aecbdb

Monochromatic Colors of #aeb4db

#aeb4db

Complementary Color

#aeb4db #dbd5ae

#aeb4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb4db Color CSS Codes

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

#aeb4db Text Font Color

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

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


#aeb4db Background Color

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

This div background color is #aeb4db


#aeb4db Border Color

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

This div border color is #aeb4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb4db


Comments

No comments written yet.

Please login to write comment.