Color Hex Logo

#aadb98 Color Hex

#AADB98
(170,219,152)
0 Favorites   0 Comments

Color spaces of #aadb98

RGB 170219152
HSL0.290.480.73
HSV104°31°86°
CMYK 0.220.000.31   0.14
XYZ47.576661.476139.0643
Yxy61.47610.32120.4151
Hunter Lab78.4067-28.899225.3448
CIE-Lab82.6340-28.148627.9447

#aadb98 color RGB value is (170,219,152).

#aadb98 hex color red value is 170, green value is 219 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aadb98 hue: 0.29 , saturation: 0.48 and the lightness value of aadb98 is 0.73.

The process color (four color CMYK) of #aadb98 color hex is 0.22, 0.00, 0.31, 0.14. Web safe color of #aadb98 is #99cc99. Color #aadb98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10011000
Octal 252 333 230
Decimal 170 219 152
Hex AA DB 98

RGB Percentages of Color #aadb98

%31.42
%40.48
%28.10

CMYK Percentages of Color #aadb98

%22
%0
%31
%14

Triadic Colors of #aadb98

#aadb98 #98aadb #db98aa

Analogous Colors of #aadb98

#aadb98 #98dba8 #ccdb98

Monochromatic Colors of #aadb98

#aadb98

Complementary Color

#aadb98 #c998db

#aadb98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb98 Color CSS Codes

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

#aadb98 Text Font Color

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

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


#aadb98 Background Color

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

This div background color is #aadb98


#aadb98 Border Color

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

This div border color is #aadb98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb98


Comments

No comments written yet.

Please login to write comment.