Color Hex Logo

#aadeca Color Hex

#AADECA
(170,222,202)
0 Favorites   0 Comments

Color spaces of #aadeca

RGB 170222202
HSL0.440.440.77
HSV157°23°87°
CMYK 0.230.000.09   0.13
XYZ53.359565.052965.6212
Yxy65.05290.28990.3535
Hunter Lab80.6554-23.05608.2204
CIE-Lab84.5110-20.76504.3578

#aadeca color RGB value is (170,222,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 11001010
Octal 252 336 312
Decimal 170 222 202
Hex AA DE CA

RGB Percentages of Color #aadeca

%28.62
%37.37
%34.01

CMYK Percentages of Color #aadeca

%23
%0
%9
%13

Triadic Colors of #aadeca

#aadeca #caaade #decaaa

Analogous Colors of #aadeca

#aadeca #aad8de #aadeb0

Monochromatic Colors of #aadeca

#aadeca

Complementary Color

#aadeca #deaabe

#aadeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadeca Color CSS Codes

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

#aadeca Text Font Color

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

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


#aadeca Background Color

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

This div background color is #aadeca


#aadeca Border Color

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

This div border color is #aadeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadeca


Comments

No comments written yet.

Please login to write comment.