Color Hex Logo

#aade4b Color Hex

#AADE4B
(170,222,75)
0 Favorites   0 Comments

Color spaces of #aade4b

RGB 17022275
HSL0.230.690.58
HSV81°66°87°
CMYK 0.230.000.66   0.13
XYZ43.968861.296616.1706
Yxy61.29660.36210.5048
Hunter Lab78.2921-36.765842.5586
CIE-Lab82.5379-38.034363.9793

#aade4b color RGB value is (170,222,75).

#aade4b hex color red value is 170, green value is 222 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aade4b hue: 0.23 , saturation: 0.69 and the lightness value of aade4b is 0.58.

The process color (four color CMYK) of #aade4b color hex is 0.23, 0.00, 0.66, 0.13. Web safe color of #aade4b is #99cc33. Color #aade4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 01001011
Octal 252 336 113
Decimal 170 222 75
Hex AA DE 4B

RGB Percentages of Color #aade4b

%36.40
%47.54
%16.06

CMYK Percentages of Color #aade4b

%23
%0
%66
%13

Triadic Colors of #aade4b

#aade4b #4baade #de4baa

Analogous Colors of #aade4b

#aade4b #60de4b #dec94b

Monochromatic Colors of #aade4b

#aade4b

Complementary Color

#aade4b #7f4bde

#aade4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aade4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aade4b Color CSS Codes

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

#aade4b Text Font Color

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

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


#aade4b Background Color

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

This div background color is #aade4b


#aade4b Border Color

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

This div border color is #aade4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aade4b


Comments

No comments written yet.

Please login to write comment.