Color Hex Logo

#ade450 Color Hex

#ADE450
(173,228,80)
0 Favorites   0 Comments

Color spaces of #ade450

RGB 17322880
HSL0.230.730.60
HSV82°65°89°
CMYK 0.240.000.65   0.11
XYZ46.425064.950217.6792
Yxy64.95020.35970.5033
Hunter Lab80.5917-38.210243.4079
CIE-Lab84.4581-39.240264.0937

#ade450 color RGB value is (173,228,80).

#ade450 hex color red value is 173, green value is 228 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ade450 hue: 0.23 , saturation: 0.73 and the lightness value of ade450 is 0.60.

The process color (four color CMYK) of #ade450 color hex is 0.24, 0.00, 0.65, 0.11. Web safe color of #ade450 is #99cc66. Color #ade450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100100 01010000
Octal 255 344 120
Decimal 173 228 80
Hex AD E4 50

RGB Percentages of Color #ade450

%35.97
%47.40
%16.63

CMYK Percentages of Color #ade450

%24
%0
%65
%11

Triadic Colors of #ade450

#ade450 #50ade4 #e450ad

Analogous Colors of #ade450

#ade450 #63e450 #e4d150

Monochromatic Colors of #ade450

#ade450

Complementary Color

#ade450 #8750e4

#ade450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade450 Color CSS Codes

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

#ade450 Text Font Color

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

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


#ade450 Background Color

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

This div background color is #ade450


#ade450 Border Color

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

This div border color is #ade450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade450


Comments

No comments written yet.

Please login to write comment.