Color Hex Logo

#aec6db Color Hex

#AEC6DB
(174,198,219)
0 Favorites   0 Comments

Color spaces of #aec6db

RGB 174198219
HSL0.580.380.77
HSV208°21°86°
CMYK 0.210.100.00   0.14
XYZ50.435854.501374.8794
Yxy54.50130.28050.3031
Hunter Lab73.8250-7.2460-8.4593
CIE-Lab78.7531-3.6221-13.1675

#aec6db color RGB value is (174,198,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 11011011
Octal 256 306 333
Decimal 174 198 219
Hex AE C6 DB

RGB Percentages of Color #aec6db

%29.44
%33.50
%37.06

CMYK Percentages of Color #aec6db

%21
%10
%0
%14

Triadic Colors of #aec6db

#aec6db #dbaec6 #c6dbae

Analogous Colors of #aec6db

#aec6db #aeb0db #aedbda

Monochromatic Colors of #aec6db

#aec6db

Complementary Color

#aec6db #dbc3ae

#aec6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec6db Color CSS Codes

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

#aec6db Text Font Color

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

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


#aec6db Background Color

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

This div background color is #aec6db


#aec6db Border Color

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

This div border color is #aec6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec6db


Comments

No comments written yet.

Please login to write comment.