Color Hex Logo

#aaddc5 Color Hex

#AADDC5
(170,221,197)
0 Favorites   0 Comments

Color spaces of #aaddc5

RGB 170221197
HSL0.420.430.77
HSV152°23°87°
CMYK 0.230.000.11   0.13
XYZ52.512164.290262.4649
Yxy64.29020.29290.3586
Hunter Lab80.1812-23.41429.9371
CIE-Lab84.1166-21.26046.4311

#aaddc5 color RGB value is (170,221,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11000101
Octal 252 335 305
Decimal 170 221 197
Hex AA DD C5

RGB Percentages of Color #aaddc5

%28.91
%37.59
%33.50

CMYK Percentages of Color #aaddc5

%23
%0
%11
%13

Triadic Colors of #aaddc5

#aaddc5 #c5aadd #ddc5aa

Analogous Colors of #aaddc5

#aaddc5 #aadcdd #aaddac

Monochromatic Colors of #aaddc5

#aaddc5

Complementary Color

#aaddc5 #ddaac2

#aaddc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddc5 Color CSS Codes

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

#aaddc5 Text Font Color

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

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


#aaddc5 Background Color

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

This div background color is #aaddc5


#aaddc5 Border Color

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

This div border color is #aaddc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddc5


Comments

No comments written yet.

Please login to write comment.