Color Hex Logo

#aaedcc Color Hex

#AAEDCC
(170,237,204)
0 Favorites   0 Comments

Color spaces of #aaedcc

RGB 170237204
HSL0.420.650.80
HSV150°28°93°
CMYK 0.280.000.14   0.07
XYZ57.760873.474168.2643
Yxy73.47410.28950.3683
Hunter Lab85.7170-29.721812.7839
CIE-Lab88.6733-27.66379.2959

#aaedcc color RGB value is (170,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 11001100
Octal 252 355 314
Decimal 170 237 204
Hex AA ED CC

RGB Percentages of Color #aaedcc

%27.82
%38.79
%33.39

CMYK Percentages of Color #aaedcc

%28
%0
%14
%7

Triadic Colors of #aaedcc

#aaedcc #ccaaed #edccaa

Analogous Colors of #aaedcc

#aaedcc #aaeded #aaedab

Monochromatic Colors of #aaedcc

#aaedcc

Complementary Color

#aaedcc #edaacb

#aaedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedcc Color CSS Codes

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

#aaedcc Text Font Color

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

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


#aaedcc Background Color

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

This div background color is #aaedcc


#aaedcc Border Color

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

This div border color is #aaedcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,237,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedcc


Comments

No comments written yet.

Please login to write comment.