Color Hex Logo

#aec0da Color Hex

#AEC0DA
(174,192,218)
0 Favorites   0 Comments

Color spaces of #aec0da

RGB 174192218
HSL0.600.370.77
HSV215°20°85°
CMYK 0.200.120.00   0.15
XYZ48.960151.759973.7399
Yxy51.75990.28060.2967
Hunter Lab71.9444-4.4285-10.4087
CIE-Lab77.1370-0.6433-15.0538

#aec0da color RGB value is (174,192,218).

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

The process color (four color CMYK) of #aec0da color hex is 0.20, 0.12, 0.00, 0.15. Web safe color of #aec0da is #99cccc. Color #aec0da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 11011010
Octal 256 300 332
Decimal 174 192 218
Hex AE C0 DA

RGB Percentages of Color #aec0da

%29.79
%32.88
%37.33

CMYK Percentages of Color #aec0da

%20
%12
%0
%15

Triadic Colors of #aec0da

#aec0da #daaec0 #c0daae

Analogous Colors of #aec0da

#aec0da #b2aeda #aed6da

Monochromatic Colors of #aec0da

#aec0da

Complementary Color

#aec0da #dac8ae

#aec0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec0da Color CSS Codes

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

#aec0da Text Font Color

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

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


#aec0da Background Color

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

This div background color is #aec0da


#aec0da Border Color

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

This div border color is #aec0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec0da


Comments

No comments written yet.

Please login to write comment.