Color Hex Logo

#aadf43 Color Hex

#AADF43
(170,223,67)
0 Favorites   0 Comments

Color spaces of #aadf43

RGB 17022367
HSL0.220.710.57
HSV80°70°87°
CMYK 0.240.000.70   0.13
XYZ43.978461.726614.9067
Yxy61.72660.36460.5118
Hunter Lab78.5663-37.573543.7471
CIE-Lab82.7678-38.997167.2103

#aadf43 color RGB value is (170,223,67).

#aadf43 hex color red value is 170, green value is 223 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #aadf43 hue: 0.22 , saturation: 0.71 and the lightness value of aadf43 is 0.57.

The process color (four color CMYK) of #aadf43 color hex is 0.24, 0.00, 0.70, 0.13. Web safe color of #aadf43 is #99cc33. Color #aadf43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 01000011
Octal 252 337 103
Decimal 170 223 67
Hex AA DF 43

RGB Percentages of Color #aadf43

%36.96
%48.48
%14.57

CMYK Percentages of Color #aadf43

%24
%0
%70
%13

Triadic Colors of #aadf43

#aadf43 #43aadf #df43aa

Analogous Colors of #aadf43

#aadf43 #5cdf43 #dfc643

Monochromatic Colors of #aadf43

#aadf43

Complementary Color

#aadf43 #7843df

#aadf43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf43 Color CSS Codes

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

#aadf43 Text Font Color

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

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


#aadf43 Background Color

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

This div background color is #aadf43


#aadf43 Border Color

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

This div border color is #aadf43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf43


Comments

No comments written yet.

Please login to write comment.