Color Hex Logo

#aded5a Color Hex

#ADED5A
(173,237,90)
0 Favorites   0 Comments

Color spaces of #aded5a

RGB 17323790
HSL0.240.800.64
HSV86°62°93°
CMYK 0.270.000.62   0.07
XYZ49.363270.190820.6193
Yxy70.19080.35220.5007
Hunter Lab83.7799-41.442644.0539
CIE-Lab87.0904-42.448662.8910

#aded5a color RGB value is (173,237,90).

#aded5a hex color red value is 173, green value is 237 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aded5a hue: 0.24 , saturation: 0.80 and the lightness value of aded5a is 0.64.

The process color (four color CMYK) of #aded5a color hex is 0.27, 0.00, 0.62, 0.07. Web safe color of #aded5a is #99ff66. Color #aded5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 01011010
Octal 255 355 132
Decimal 173 237 90
Hex AD ED 5A

RGB Percentages of Color #aded5a

%34.60
%47.40
%18.00

CMYK Percentages of Color #aded5a

%27
%0
%62
%7

Triadic Colors of #aded5a

#aded5a #5aaded #ed5aad

Analogous Colors of #aded5a

#aded5a #63ed5a #ede45a

Monochromatic Colors of #aded5a

#aded5a

Complementary Color

#aded5a #9a5aed

#aded5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aded5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aded5a Color CSS Codes

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

#aded5a Text Font Color

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

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


#aded5a Background Color

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

This div background color is #aded5a


#aded5a Border Color

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

This div border color is #aded5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,237,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aded5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aded5a;
  -webkit-box-shadow: 1px 1px 3px 2px #aded5a;
  box-shadow:         1px 1px 3px 2px #aded5a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,237,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aded5a


Comments

No comments written yet.

Please login to write comment.