Color Hex Logo

#aade6b Color Hex

#AADE6B
(170,222,107)
0 Favorites   0 Comments

Color spaces of #aade6b

RGB 170222107
HSL0.240.640.65
HSV87°52°87°
CMYK 0.230.000.52   0.13
XYZ45.352761.850123.4579
Yxy61.85010.34710.4734
Hunter Lab78.6448-34.691537.3666
CIE-Lab82.8336-35.293750.5064

#aade6b color RGB value is (170,222,107).

#aade6b hex color red value is 170, green value is 222 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aade6b hue: 0.24 , saturation: 0.64 and the lightness value of aade6b is 0.65.

The process color (four color CMYK) of #aade6b color hex is 0.23, 0.00, 0.52, 0.13. Web safe color of #aade6b is #99cc66. Color #aade6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 01101011
Octal 252 336 153
Decimal 170 222 107
Hex AA DE 6B

RGB Percentages of Color #aade6b

%34.07
%44.49
%21.44

CMYK Percentages of Color #aade6b

%23
%0
%52
%13

Triadic Colors of #aade6b

#aade6b #6baade #de6baa

Analogous Colors of #aade6b

#aade6b #71de6b #ded96b

Monochromatic Colors of #aade6b

#aade6b

Complementary Color

#aade6b #9f6bde

#aade6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aade6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aade6b Color CSS Codes

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

#aade6b Text Font Color

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

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


#aade6b Background Color

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

This div background color is #aade6b


#aade6b Border Color

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

This div border color is #aade6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aade6b


Comments

No comments written yet.

Please login to write comment.