color codes Logo

#aadf61 color codes

#AADF61
(170,223,97)
0 Favorites   0 Comments

Color spaces of #aadf61

RGB 17022397
HSL0.240.660.63
HSV85°57°87°
CMYK 0.240.000.57   0.13
XYZ45.122962.184520.9338
Yxy62.18450.35190.4849
Hunter Lab78.8571-35.860439.4606
CIE-Lab83.0114-36.721155.2774

#aadf61 color RGB value is (170,223,97).

#aadf61 hex color red value is 170, green value is 223 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #aadf61 hue: 0.24 , saturation: 0.66 and the lightness value of aadf61 is 0.63.

The process color (four color CMYK) of #aadf61 color code is 0.24, 0.00, 0.57, 0.13. Web safe color of #aadf61 is #99cc66. Color #aadf61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 01100001
Octal 252 337 141
Decimal 170 223 97
Hex AA DF 61

RGB Percentages of Color #aadf61

%34.69
%45.51
%19.80

CMYK Percentages of Color #aadf61

%24
%0
%57
%13

Triadic Colors of #aadf61

#aadf61 #61aadf #df61aa

Analogous Colors of #aadf61

#aadf61 #6bdf61 #dfd561

Monochromatic Colors of #aadf61

#aadf61

Complementary Color

#aadf61 #9661df

#aadf61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf61 Color CSS Codes

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

#aadf61 Text Font Color

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

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


#aadf61 Background Color

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

This div background color is #aadf61


#aadf61 Border Color

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

This div border color is #aadf61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf61


Comments

No comments written yet.

Please login to write comment.