Color Hex Logo

#aadaca Color Hex

#AADACA
(170,218,202)
0 Favorites   0 Comments

Color spaces of #aadaca

RGB 170218202
HSL0.440.390.76
HSV160°22°85°
CMYK 0.220.000.07   0.15
XYZ52.309662.953165.2713
Yxy62.95310.28970.3487
Hunter Lab79.3430-21.16806.7653
CIE-Lab83.4177-18.77582.7737

#aadaca color RGB value is (170,218,202).

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

The process color (four color CMYK) of #aadaca color hex is 0.22, 0.00, 0.07, 0.15. Web safe color of #aadaca is #99cccc. Color #aadaca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11001010
Octal 252 332 312
Decimal 170 218 202
Hex AA DA CA

RGB Percentages of Color #aadaca

%28.81
%36.95
%34.24

CMYK Percentages of Color #aadaca

%22
%0
%7
%15

Triadic Colors of #aadaca

#aadaca #caaada #dacaaa

Analogous Colors of #aadaca

#aadaca #aad2da #aadab2

Monochromatic Colors of #aadaca

#aadaca

Complementary Color

#aadaca #daaaba

#aadaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadaca Color CSS Codes

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

#aadaca Text Font Color

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

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


#aadaca Background Color

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

This div background color is #aadaca


#aadaca Border Color

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

This div border color is #aadaca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,218,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 #aadaca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadaca


Comments

No comments written yet.

Please login to write comment.