Color Hex Logo

#aaddc6 Color Hex

#AADDC6
(170,221,198)
0 Favorites   0 Comments

Color spaces of #aaddc6

RGB 170221198
HSL0.420.430.77
HSV153°23°87°
CMYK 0.230.000.10   0.13
XYZ52.627164.336263.0705
Yxy64.33620.29230.3574
Hunter Lab80.2098-23.25029.5261
CIE-Lab84.1405-21.06405.9369

#aaddc6 color RGB value is (170,221,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11000110
Octal 252 335 306
Decimal 170 221 198
Hex AA DD C6

RGB Percentages of Color #aaddc6

%28.86
%37.52
%33.62

CMYK Percentages of Color #aaddc6

%23
%0
%10
%13

Triadic Colors of #aaddc6

#aaddc6 #c6aadd #ddc6aa

Analogous Colors of #aaddc6

#aaddc6 #aadbdd #aaddad

Monochromatic Colors of #aaddc6

#aaddc6

Complementary Color

#aaddc6 #ddaac1

#aaddc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddc6 Color CSS Codes

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

#aaddc6 Text Font Color

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

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


#aaddc6 Background Color

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

This div background color is #aaddc6


#aaddc6 Border Color

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

This div border color is #aaddc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddc6


Comments

No comments written yet.

Please login to write comment.