Color Hex Logo

#aada35 Color Hex

#AADA35
(170,218,53)
0 Favorites   0 Comments

Color spaces of #aada35

RGB 17021853
HSL0.220.690.53
HSV77°76°85°
CMYK 0.220.000.76   0.15
XYZ42.291658.945912.5169
Yxy58.94590.37180.5182
Hunter Lab76.7762-36.033144.0773
CIE-Lab81.2618-37.514870.4460

#aada35 color RGB value is (170,218,53).

#aada35 hex color red value is 170, green value is 218 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #aada35 hue: 0.22 , saturation: 0.69 and the lightness value of aada35 is 0.53.

The process color (four color CMYK) of #aada35 color hex is 0.22, 0.00, 0.76, 0.15. Web safe color of #aada35 is #99cc33. Color #aada35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 00110101
Octal 252 332 65
Decimal 170 218 53
Hex AA DA 35

RGB Percentages of Color #aada35

%38.55
%49.43
%12.02

CMYK Percentages of Color #aada35

%22
%0
%76
%15

Triadic Colors of #aada35

#aada35 #35aada #da35aa

Analogous Colors of #aada35

#aada35 #57da35 #dab835

Monochromatic Colors of #aada35

#aada35

Complementary Color

#aada35 #6535da

#aada35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aada35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aada35 Color CSS Codes

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

#aada35 Text Font Color

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

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


#aada35 Background Color

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

This div background color is #aada35


#aada35 Border Color

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

This div border color is #aada35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aada35


Comments

No comments written yet.

Please login to write comment.