Color Hex Logo

#aada53 Color Hex

#AADA53
(170,218,83)
0 Favorites   0 Comments

Color spaces of #aada53

RGB 17021883
HSL0.230.650.59
HSV81°62°85°
CMYK 0.220.000.62   0.15
XYZ43.210359.313417.3548
Yxy59.31340.36050.4948
Hunter Lab77.0152-34.627040.5501
CIE-Lab81.4636-35.640059.6022

#aada53 color RGB value is (170,218,83).

#aada53 hex color red value is 170, green value is 218 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #aada53 hue: 0.23 , saturation: 0.65 and the lightness value of aada53 is 0.59.

The process color (four color CMYK) of #aada53 color hex is 0.22, 0.00, 0.62, 0.15. Web safe color of #aada53 is #99cc66. Color #aada53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 01010011
Octal 252 332 123
Decimal 170 218 83
Hex AA DA 53

RGB Percentages of Color #aada53

%36.09
%46.28
%17.62

CMYK Percentages of Color #aada53

%22
%0
%62
%15

Triadic Colors of #aada53

#aada53 #53aada #da53aa

Analogous Colors of #aada53

#aada53 #67da53 #dac753

Monochromatic Colors of #aada53

#aada53

Complementary Color

#aada53 #8353da

#aada53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aada53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aada53 Color CSS Codes

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

#aada53 Text Font Color

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

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


#aada53 Background Color

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

This div background color is #aada53


#aada53 Border Color

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

This div border color is #aada53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aada53


Comments

No comments written yet.

Please login to write comment.