Color Hex Logo

#aadf34 Color Hex

#AADF34
(170,223,52)
0 Favorites   0 Comments

Color spaces of #aadf34

RGB 17022352
HSL0.220.730.54
HSV79°77°87°
CMYK 0.240.000.77   0.13
XYZ43.585161.569312.8357
Yxy61.56930.36940.5218
Hunter Lab78.4661-38.165445.2275
CIE-Lab82.6838-39.791472.0790

#aadf34 color RGB value is (170,223,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 00110100
Octal 252 337 64
Decimal 170 223 52
Hex AA DF 34

RGB Percentages of Color #aadf34

%38.20
%50.11
%11.69

CMYK Percentages of Color #aadf34

%24
%0
%77
%13

Triadic Colors of #aadf34

#aadf34 #34aadf #df34aa

Analogous Colors of #aadf34

#aadf34 #54df34 #dfbf34

Monochromatic Colors of #aadf34

#aadf34

Complementary Color

#aadf34 #6934df

#aadf34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf34 Color CSS Codes

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

#aadf34 Text Font Color

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

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


#aadf34 Background Color

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

This div background color is #aadf34


#aadf34 Border Color

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

This div border color is #aadf34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf34


Comments

No comments written yet.

Please login to write comment.