Color Hex Logo

#aed1da Color Hex

#AED1DA
(174,209,218)
0 Favorites   0 Comments

Color spaces of #aed1da

RGB 174209218
HSL0.530.370.77
HSV192°20°85°
CMYK 0.200.040.00   0.15
XYZ52.910959.661675.0568
Yxy59.66160.28200.3180
Hunter Lab77.2409-12.8971-3.5448
CIE-Lab81.6539-9.6092-8.3055

#aed1da color RGB value is (174,209,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 11011010
Octal 256 321 332
Decimal 174 209 218
Hex AE D1 DA

RGB Percentages of Color #aed1da

%28.95
%34.78
%36.27

CMYK Percentages of Color #aed1da

%20
%4
%0
%15

Triadic Colors of #aed1da

#aed1da #daaed1 #d1daae

Analogous Colors of #aed1da

#aed1da #aebbda #aedacd

Monochromatic Colors of #aed1da

#aed1da

Complementary Color

#aed1da #dab7ae

#aed1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1da Color CSS Codes

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

#aed1da Text Font Color

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

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


#aed1da Background Color

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

This div background color is #aed1da


#aed1da Border Color

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

This div border color is #aed1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1da


Comments

No comments written yet.

Please login to write comment.