Color Hex Logo

#aec2db Color Hex

#AEC2DB
(174,194,219)
0 Favorites   0 Comments

Color spaces of #aec2db

RGB 174194219
HSL0.590.380.77
HSV213°21°86°
CMYK 0.210.110.00   0.14
XYZ49.533552.696774.5786
Yxy52.69670.28020.2980
Hunter Lab72.5925-5.2374-10.0974
CIE-Lab77.6956-1.4922-14.7542

#aec2db color RGB value is (174,194,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 11011011
Octal 256 302 333
Decimal 174 194 219
Hex AE C2 DB

RGB Percentages of Color #aec2db

%29.64
%33.05
%37.31

CMYK Percentages of Color #aec2db

%21
%11
%0
%14

Triadic Colors of #aec2db

#aec2db #dbaec2 #c2dbae

Analogous Colors of #aec2db

#aec2db #b1aedb #aed9db

Monochromatic Colors of #aec2db

#aec2db

Complementary Color

#aec2db #dbc7ae

#aec2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec2db Color CSS Codes

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

#aec2db Text Font Color

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

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


#aec2db Background Color

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

This div background color is #aec2db


#aec2db Border Color

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

This div border color is #aec2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec2db


Comments

No comments written yet.

Please login to write comment.