Color Hex Logo

#aadec1 Color Hex

#AADEC1
(170,222,193)
0 Favorites   0 Comments

Color spaces of #aadec1

RGB 170222193
HSL0.410.440.77
HSV147°23°87°
CMYK 0.230.000.13   0.13
XYZ52.324564.638960.1708
Yxy64.63890.29540.3649
Hunter Lab80.3983-24.526411.9057
CIE-Lab84.2973-22.52838.8025

#aadec1 color RGB value is (170,222,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 11000001
Octal 252 336 301
Decimal 170 222 193
Hex AA DE C1

RGB Percentages of Color #aadec1

%29.06
%37.95
%32.99

CMYK Percentages of Color #aadec1

%23
%0
%13
%13

Triadic Colors of #aadec1

#aadec1 #c1aade #dec1aa

Analogous Colors of #aadec1

#aadec1 #aadedb #addeaa

Monochromatic Colors of #aadec1

#aadec1

Complementary Color

#aadec1 #deaac7

#aadec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadec1 Color CSS Codes

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

#aadec1 Text Font Color

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

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


#aadec1 Background Color

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

This div background color is #aadec1


#aadec1 Border Color

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

This div border color is #aadec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadec1


Comments

No comments written yet.

Please login to write comment.