Color Hex Logo

#ade530 Color Hex

#ADE530
(173,229,48)
0 Favorites   0 Comments

Color spaces of #ade530

RGB 17322948
HSL0.220.780.54
HSV79°79°90°
CMYK 0.240.000.79   0.10
XYZ45.786465.136312.9557
Yxy65.13630.36960.5258
Hunter Lab80.7071-39.971546.9773
CIE-Lab84.5539-41.467274.9986

#ade530 color RGB value is (173,229,48).

#ade530 hex color red value is 173, green value is 229 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ade530 hue: 0.22 , saturation: 0.78 and the lightness value of ade530 is 0.54.

The process color (four color CMYK) of #ade530 color hex is 0.24, 0.00, 0.79, 0.10. Web safe color of #ade530 is #99cc33. Color #ade530 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100101 00110000
Octal 255 345 60
Decimal 173 229 48
Hex AD E5 30

RGB Percentages of Color #ade530

%38.44
%50.89
%10.67

CMYK Percentages of Color #ade530

%24
%0
%79
%10

Triadic Colors of #ade530

#ade530 #30ade5 #e530ad

Analogous Colors of #ade530

#ade530 #53e530 #e5c330

Monochromatic Colors of #ade530

#ade530

Complementary Color

#ade530 #6830e5

#ade530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade530 Color CSS Codes

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

#ade530 Text Font Color

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

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


#ade530 Background Color

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

This div background color is #ade530


#ade530 Border Color

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

This div border color is #ade530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade530


Comments

No comments written yet.

Please login to write comment.