Color Hex Logo

#aaddc2 Color Hex

#AADDC2
(170,221,194)
0 Favorites   0 Comments

Color spaces of #aaddc2

RGB 170221194
HSL0.410.430.77
HSV148°23°87°
CMYK 0.230.000.12   0.13
XYZ52.171664.154060.6722
Yxy64.15400.29480.3625
Hunter Lab80.0962-23.900311.1557
CIE-Lab84.0459-21.84417.9144

#aaddc2 color RGB value is (170,221,194).

#aaddc2 hex color red value is 170, green value is 221 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #aaddc2 hue: 0.41 , saturation: 0.43 and the lightness value of aaddc2 is 0.77.

The process color (four color CMYK) of #aaddc2 color hex is 0.23, 0.00, 0.12, 0.13. Web safe color of #aaddc2 is #99cccc. Color #aaddc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11000010
Octal 252 335 302
Decimal 170 221 194
Hex AA DD C2

RGB Percentages of Color #aaddc2

%29.06
%37.78
%33.16

CMYK Percentages of Color #aaddc2

%23
%0
%12
%13

Triadic Colors of #aaddc2

#aaddc2 #c2aadd #ddc2aa

Analogous Colors of #aaddc2

#aaddc2 #aadddc #acddaa

Monochromatic Colors of #aaddc2

#aaddc2

Complementary Color

#aaddc2 #ddaac5

#aaddc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddc2 Color CSS Codes

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

#aaddc2 Text Font Color

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

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


#aaddc2 Background Color

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

This div background color is #aaddc2


#aaddc2 Border Color

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

This div border color is #aaddc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddc2


Comments

No comments written yet.

Please login to write comment.