Color Hex Logo

#aaedca Color Hex

#AAEDCA
(170,237,202)
0 Favorites   0 Comments

Color spaces of #aaedca

RGB 170237202
HSL0.410.650.80
HSV149°28°93°
CMYK 0.280.000.15   0.07
XYZ57.522473.378767.0089
Yxy73.37870.29060.3708
Hunter Lab85.6614-30.043013.5832
CIE-Lab88.6280-28.051810.2736

#aaedca color RGB value is (170,237,202).

#aaedca hex color red value is 170, green value is 237 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aaedca hue: 0.41 , saturation: 0.65 and the lightness value of aaedca is 0.80.

The process color (four color CMYK) of #aaedca color hex is 0.28, 0.00, 0.15, 0.07. Web safe color of #aaedca is #99ffcc. Color #aaedca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 11001010
Octal 252 355 312
Decimal 170 237 202
Hex AA ED CA

RGB Percentages of Color #aaedca

%27.91
%38.92
%33.17

CMYK Percentages of Color #aaedca

%28
%0
%15
%7

Triadic Colors of #aaedca

#aaedca #caaaed #edcaaa

Analogous Colors of #aaedca

#aaedca #aaedec #acedaa

Monochromatic Colors of #aaedca

#aaedca

Complementary Color

#aaedca #edaacd

#aaedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedca Color CSS Codes

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

#aaedca Text Font Color

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

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


#aaedca Background Color

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

This div background color is #aaedca


#aaedca Border Color

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

This div border color is #aaedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedca


Comments

No comments written yet.

Please login to write comment.