Color Hex Logo

#aad741 Color Hex

#AAD741
(170,215,65)
0 Favorites   0 Comments

Color spaces of #aad741

RGB 17021565
HSL0.220.650.55
HSV78°70°84°
CMYK 0.210.000.70   0.16
XYZ41.832157.528613.9004
Yxy57.52860.36930.5079
Hunter Lab75.8476-34.285542.2274
CIE-Lab80.4760-35.514965.6326

#aad741 color RGB value is (170,215,65).

#aad741 hex color red value is 170, green value is 215 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #aad741 hue: 0.22 , saturation: 0.65 and the lightness value of aad741 is 0.55.

The process color (four color CMYK) of #aad741 color hex is 0.21, 0.00, 0.70, 0.16. Web safe color of #aad741 is #99cc33. Color #aad741 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 01000001
Octal 252 327 101
Decimal 170 215 65
Hex AA D7 41

RGB Percentages of Color #aad741

%37.78
%47.78
%14.44

CMYK Percentages of Color #aad741

%21
%0
%70
%16

Triadic Colors of #aad741

#aad741 #41aad7 #d741aa

Analogous Colors of #aad741

#aad741 #5fd741 #d7b941

Monochromatic Colors of #aad741

#aad741

Complementary Color

#aad741 #6e41d7

#aad741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad741 Color CSS Codes

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

#aad741 Text Font Color

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

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


#aad741 Background Color

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

This div background color is #aad741


#aad741 Border Color

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

This div border color is #aad741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad741

#aad741 Color Palettes


Comments

No comments written yet.

Please login to write comment.