Color Hex Logo

#aed1ca Color Hex

#AED1CA
(174,209,202)
0 Favorites   0 Comments

Color spaces of #aed1ca

RGB 174209202
HSL0.470.280.75
HSV168°17°82°
CMYK 0.170.000.03   0.18
XYZ50.916758.863964.5554
Yxy58.86390.29210.3376
Hunter Lab76.7228-15.80433.8187
CIE-Lab81.2167-12.9585-0.4023

#aed1ca color RGB value is (174,209,202).

#aed1ca hex color red value is 174, green value is 209 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aed1ca hue: 0.47 , saturation: 0.28 and the lightness value of aed1ca is 0.75.

The process color (four color CMYK) of #aed1ca color hex is 0.17, 0.00, 0.03, 0.18. Web safe color of #aed1ca is #99cccc. Color #aed1ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 11001010
Octal 256 321 312
Decimal 174 209 202
Hex AE D1 CA

RGB Percentages of Color #aed1ca

%29.74
%35.73
%34.53

CMYK Percentages of Color #aed1ca

%17
%0
%3
%18

Triadic Colors of #aed1ca

#aed1ca #caaed1 #d1caae

Analogous Colors of #aed1ca

#aed1ca #aec7d1 #aed1b9

Monochromatic Colors of #aed1ca

#aed1ca

Complementary Color

#aed1ca #d1aeb5

#aed1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1ca Color CSS Codes

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

#aed1ca Text Font Color

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

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


#aed1ca Background Color

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

This div background color is #aed1ca


#aed1ca Border Color

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

This div border color is #aed1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1ca


Comments

No comments written yet.

Please login to write comment.