Color Hex Logo

#aaedcf Color Hex

#AAEDCF
(170,237,207)
0 Favorites   0 Comments

Color spaces of #aaedcf

RGB 170237207
HSL0.430.650.80
HSV153°28°93°
CMYK 0.280.000.13   0.07
XYZ58.124273.619470.1780
Yxy73.61940.28790.3646
Hunter Lab85.8017-29.232811.5674
CIE-Lab88.7423-27.07467.8300

#aaedcf color RGB value is (170,237,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 11001111
Octal 252 355 317
Decimal 170 237 207
Hex AA ED CF

RGB Percentages of Color #aaedcf

%27.69
%38.60
%33.71

CMYK Percentages of Color #aaedcf

%28
%0
%13
%7

Triadic Colors of #aaedcf

#aaedcf #cfaaed #edcfaa

Analogous Colors of #aaedcf

#aaedcf #aaeaed #aaedae

Monochromatic Colors of #aaedcf

#aaedcf

Complementary Color

#aaedcf #edaac8

#aaedcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedcf Color CSS Codes

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

#aaedcf Text Font Color

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

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


#aaedcf Background Color

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

This div background color is #aaedcf


#aaedcf Border Color

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

This div border color is #aaedcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedcf


Comments

No comments written yet.

Please login to write comment.