Color Hex Logo

#aadbc1 Color Hex

#AADBC1
(170,219,193)
0 Favorites   0 Comments

Color spaces of #aadbc1

RGB 170219193
HSL0.410.400.76
HSV148°22°86°
CMYK 0.220.000.12   0.14
XYZ51.534763.059359.9076
Yxy63.05930.29530.3614
Hunter Lab79.4099-23.126010.8580
CIE-Lab83.4736-21.05007.6219

#aadbc1 color RGB value is (170,219,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 11000001
Octal 252 333 301
Decimal 170 219 193
Hex AA DB C1

RGB Percentages of Color #aadbc1

%29.21
%37.63
%33.16

CMYK Percentages of Color #aadbc1

%22
%0
%12
%14

Triadic Colors of #aadbc1

#aadbc1 #c1aadb #dbc1aa

Analogous Colors of #aadbc1

#aadbc1 #aadbda #acdbaa

Monochromatic Colors of #aadbc1

#aadbc1

Complementary Color

#aadbc1 #dbaac4

#aadbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbc1 Color CSS Codes

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

#aadbc1 Text Font Color

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

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


#aadbc1 Background Color

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

This div background color is #aadbc1


#aadbc1 Border Color

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

This div border color is #aadbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbc1


Comments

No comments written yet.

Please login to write comment.