Color Hex Logo

#aad018 Color Hex

#AAD018
(170,208,24)
0 Favorites   0 Comments

Color spaces of #aad018

RGB 17020824
HSL0.200.790.45
HSV72°88°82°
CMYK 0.180.000.88   0.18
XYZ39.298353.72379.1626
Yxy53.72370.38460.5258
Hunter Lab73.2965-32.565043.8958
CIE-Lab78.3003-33.976674.9440

#aad018 color RGB value is (170,208,24).

#aad018 hex color red value is 170, green value is 208 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #aad018 hue: 0.20 , saturation: 0.79 and the lightness value of aad018 is 0.45.

The process color (four color CMYK) of #aad018 color hex is 0.18, 0.00, 0.88, 0.18. Web safe color of #aad018 is #99cc00. Color #aad018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 00011000
Octal 252 320 30
Decimal 170 208 24
Hex AA D0 18

RGB Percentages of Color #aad018

%42.29
%51.74
%5.97

CMYK Percentages of Color #aad018

%18
%0
%88
%18

Triadic Colors of #aad018

#aad018 #18aad0 #d018aa

Analogous Colors of #aad018

#aad018 #4ed018 #d09a18

Monochromatic Colors of #aad018

#aad018

Complementary Color

#aad018 #3e18d0

#aad018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad018 Color CSS Codes

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

#aad018 Text Font Color

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

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


#aad018 Background Color

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

This div background color is #aad018


#aad018 Border Color

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

This div border color is #aad018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad018


Comments

No comments written yet.

Please login to write comment.