Color Hex Logo

#aadca8 Color Hex

#AADCA8
(170,220,168)
0 Favorites   0 Comments

Color spaces of #aadca8

RGB 170220168
HSL0.330.430.76
HSV118°24°86°
CMYK 0.230.000.24   0.14
XYZ49.238662.559646.5258
Yxy62.55960.31100.3951
Hunter Lab79.0946-27.294420.4901
CIE-Lab83.2101-26.061820.4116

#aadca8 color RGB value is (170,220,168).

#aadca8 hex color red value is 170, green value is 220 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #aadca8 hue: 0.33 , saturation: 0.43 and the lightness value of aadca8 is 0.76.

The process color (four color CMYK) of #aadca8 color hex is 0.23, 0.00, 0.24, 0.14. Web safe color of #aadca8 is #99cc99. Color #aadca8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 10101000
Octal 252 334 250
Decimal 170 220 168
Hex AA DC A8

RGB Percentages of Color #aadca8

%30.47
%39.43
%30.11

CMYK Percentages of Color #aadca8

%23
%0
%24
%14

Triadic Colors of #aadca8

#aadca8 #a8aadc #dca8aa

Analogous Colors of #aadca8

#aadca8 #a8dcc0 #c4dca8

Monochromatic Colors of #aadca8

#aadca8

Complementary Color

#aadca8 #daa8dc

#aadca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadca8 Color CSS Codes

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

#aadca8 Text Font Color

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

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


#aadca8 Background Color

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

This div background color is #aadca8


#aadca8 Border Color

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

This div border color is #aadca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadca8


Comments

No comments written yet.

Please login to write comment.