Color Hex Logo

#aad713 Color Hex

#AAD713
(170,215,19)
0 Favorites   0 Comments

Color spaces of #aad713

RGB 17021519
HSL0.200.840.46
HSV74°91°84°
CMYK 0.210.000.91   0.16
XYZ40.995557.19399.4949
Yxy57.19390.38070.5311
Hunter Lab75.6266-35.585845.4948
CIE-Lab80.2885-37.259477.3250

#aad713 color RGB value is (170,215,19).

#aad713 hex color red value is 170, green value is 215 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #aad713 hue: 0.20 , saturation: 0.84 and the lightness value of aad713 is 0.46.

The process color (four color CMYK) of #aad713 color hex is 0.21, 0.00, 0.91, 0.16. Web safe color of #aad713 is #99cc00. Color #aad713 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 00010011
Octal 252 327 23
Decimal 170 215 19
Hex AA D7 13

RGB Percentages of Color #aad713

%42.08
%53.22
%4.70

CMYK Percentages of Color #aad713

%21
%0
%91
%16

Triadic Colors of #aad713

#aad713 #13aad7 #d713aa

Analogous Colors of #aad713

#aad713 #48d713 #d7a213

Monochromatic Colors of #aad713

#aad713

Complementary Color

#aad713 #4013d7

#aad713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad713 Color CSS Codes

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

#aad713 Text Font Color

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

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


#aad713 Background Color

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

This div background color is #aad713


#aad713 Border Color

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

This div border color is #aad713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad713


Comments

No comments written yet.

Please login to write comment.