Color Hex Logo

#aade38 Color Hex

#AADE38
(170,222,56)
0 Favorites   0 Comments

Color spaces of #aade38

RGB 17022256
HSL0.220.720.55
HSV79°75°87°
CMYK 0.230.000.75   0.13
XYZ43.412661.074113.2418
Yxy61.07410.36880.5188
Hunter Lab78.1499-37.604944.6588
CIE-Lab82.4186-39.157370.5981

#aade38 color RGB value is (170,222,56).

#aade38 hex color red value is 170, green value is 222 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aade38 hue: 0.22 , saturation: 0.72 and the lightness value of aade38 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 00111000
Octal 252 336 70
Decimal 170 222 56
Hex AA DE 38

RGB Percentages of Color #aade38

%37.95
%49.55
%12.50

CMYK Percentages of Color #aade38

%23
%0
%75
%13

Triadic Colors of #aade38

#aade38 #38aade #de38aa

Analogous Colors of #aade38

#aade38 #57de38 #debf38

Monochromatic Colors of #aade38

#aade38

Complementary Color

#aade38 #6c38de

#aade38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aade38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aade38 Color CSS Codes

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

#aade38 Text Font Color

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

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


#aade38 Background Color

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

This div background color is #aade38


#aade38 Border Color

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

This div border color is #aade38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aade38


Comments

No comments written yet.

Please login to write comment.