Color Hex Logo

#aec1db Color Hex

#AEC1DB
(174,193,219)
0 Favorites   0 Comments

Color spaces of #aec1db

RGB 174193219
HSL0.600.380.77
HSV215°21°86°
CMYK 0.210.120.00   0.14
XYZ49.311752.253174.5047
Yxy52.25310.28010.2968
Hunter Lab72.2863-4.7333-10.5091
CIE-Lab77.4319-0.9572-15.1505

#aec1db color RGB value is (174,193,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 11011011
Octal 256 301 333
Decimal 174 193 219
Hex AE C1 DB

RGB Percentages of Color #aec1db

%29.69
%32.94
%37.37

CMYK Percentages of Color #aec1db

%21
%12
%0
%14

Triadic Colors of #aec1db

#aec1db #dbaec1 #c1dbae

Analogous Colors of #aec1db

#aec1db #b2aedb #aed8db

Monochromatic Colors of #aec1db

#aec1db

Complementary Color

#aec1db #dbc8ae

#aec1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec1db Color CSS Codes

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

#aec1db Text Font Color

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

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


#aec1db Background Color

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

This div background color is #aec1db


#aec1db Border Color

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

This div border color is #aec1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec1db


Comments

No comments written yet.

Please login to write comment.