Color Hex Logo

#aed5da Color Hex

#AED5DA
(174,213,218)
0 Favorites   0 Comments

Color spaces of #aed5da

RGB 174213218
HSL0.520.370.77
HSV187°20°85°
CMYK 0.200.020.00   0.15
XYZ53.904761.649175.3881
Yxy61.64910.28230.3229
Hunter Lab78.5169-14.8580-1.9655
CIE-Lab82.7265-11.6731-6.7158

#aed5da color RGB value is (174,213,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010101 11011010
Octal 256 325 332
Decimal 174 213 218
Hex AE D5 DA

RGB Percentages of Color #aed5da

%28.76
%35.21
%36.03

CMYK Percentages of Color #aed5da

%20
%2
%0
%15

Triadic Colors of #aed5da

#aed5da #daaed5 #d5daae

Analogous Colors of #aed5da

#aed5da #aebfda #aedac9

Monochromatic Colors of #aed5da

#aed5da

Complementary Color

#aed5da #dab3ae

#aed5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed5da Color CSS Codes

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

#aed5da Text Font Color

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

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


#aed5da Background Color

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

This div background color is #aed5da


#aed5da Border Color

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

This div border color is #aed5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed5da


Comments

No comments written yet.

Please login to write comment.