Color Hex Logo

#aad308 Color Hex

#AAD308
(170,211,8)
0 Favorites   0 Comments

Color spaces of #aad308

RGB 1702118
HSL0.200.930.43
HSV72°96°83°
CMYK 0.190.000.96   0.17
XYZ39.915755.15218.7714
Yxy55.15210.38440.5311
Hunter Lab74.2645-34.022544.9824
CIE-Lab79.1288-35.606977.6379

#aad308 color RGB value is (170,211,8).

#aad308 hex color red value is 170, green value is 211 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #aad308 hue: 0.20 , saturation: 0.93 and the lightness value of aad308 is 0.43.

The process color (four color CMYK) of #aad308 color hex is 0.19, 0.00, 0.96, 0.17. Web safe color of #aad308 is #99cc00. Color #aad308 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 00001000
Octal 252 323 10
Decimal 170 211 8
Hex AA D3 8

RGB Percentages of Color #aad308

%43.70
%54.24
%2.06

CMYK Percentages of Color #aad308

%19
%0
%96
%17

Triadic Colors of #aad308

#aad308 #08aad3 #d308aa

Analogous Colors of #aad308

#aad308 #45d308 #d39708

Monochromatic Colors of #aad308

#aad308

Complementary Color

#aad308 #3108d3

#aad308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad308 Color CSS Codes

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

#aad308 Text Font Color

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

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


#aad308 Background Color

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

This div background color is #aad308


#aad308 Border Color

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

This div border color is #aad308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad308


Comments

No comments written yet.

Please login to write comment.