Color Hex Logo

#aadbc3 Color Hex

#AADBC3
(170,219,195)
0 Favorites   0 Comments

Color spaces of #aadbc3

RGB 170219195
HSL0.420.400.76
HSV151°22°86°
CMYK 0.220.000.11   0.14
XYZ51.759463.149261.0908
Yxy63.14920.29410.3588
Hunter Lab79.4665-22.802810.0466
CIE-Lab83.5208-20.66196.6314

#aadbc3 color RGB value is (170,219,195).

#aadbc3 hex color red value is 170, green value is 219 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #aadbc3 hue: 0.42 , saturation: 0.40 and the lightness value of aadbc3 is 0.76.

The process color (four color CMYK) of #aadbc3 color hex is 0.22, 0.00, 0.11, 0.14. Web safe color of #aadbc3 is #99cccc. Color #aadbc3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11000011
Octal 252 333 303
Decimal 170 219 195
Hex AA DB C3

RGB Percentages of Color #aadbc3

%29.11
%37.50
%33.39

CMYK Percentages of Color #aadbc3

%22
%0
%11
%14

Triadic Colors of #aadbc3

#aadbc3 #c3aadb #dbc3aa

Analogous Colors of #aadbc3

#aadbc3 #aadbdb #aadbab

Monochromatic Colors of #aadbc3

#aadbc3

Complementary Color

#aadbc3 #dbaac2

#aadbc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbc3 Color CSS Codes

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

#aadbc3 Text Font Color

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

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


#aadbc3 Background Color

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

This div background color is #aadbc3


#aadbc3 Border Color

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

This div border color is #aadbc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbc3


Comments

No comments written yet.

Please login to write comment.