Color Hex Logo

#aada48 Color Hex

#AADA48
(170,218,72)
0 Favorites   0 Comments

Color spaces of #aada48

RGB 17021872
HSL0.220.660.57
HSV80°67°85°
CMYK 0.220.000.67   0.15
XYZ42.818759.156715.2925
Yxy59.15670.36510.5045
Hunter Lab76.9134-35.225142.0509
CIE-Lab81.3777-36.434663.9317

#aada48 color RGB value is (170,218,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 01001000
Octal 252 332 110
Decimal 170 218 72
Hex AA DA 48

RGB Percentages of Color #aada48

%36.96
%47.39
%15.65

CMYK Percentages of Color #aada48

%22
%0
%67
%15

Triadic Colors of #aada48

#aada48 #48aada #da48aa

Analogous Colors of #aada48

#aada48 #61da48 #dac148

Monochromatic Colors of #aada48

#aada48

Complementary Color

#aada48 #7848da

#aada48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aada48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aada48 Color CSS Codes

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

#aada48 Text Font Color

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

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


#aada48 Background Color

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

This div background color is #aada48


#aada48 Border Color

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

This div border color is #aada48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aada48


Comments

No comments written yet.

Please login to write comment.