Color Hex Logo

#ade330 Color Hex

#ADE330
(173,227,48)
0 Favorites   0 Comments

Color spaces of #ade330

RGB 17322748
HSL0.220.760.54
HSV78°79°89°
CMYK 0.240.000.79   0.11
XYZ45.236264.035812.7723
Yxy64.03580.37070.5247
Hunter Lab80.0224-39.134146.5524
CIE-Lab83.9844-40.588874.4831

#ade330 color RGB value is (173,227,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100011 00110000
Octal 255 343 60
Decimal 173 227 48
Hex AD E3 30

RGB Percentages of Color #ade330

%38.62
%50.67
%10.71

CMYK Percentages of Color #ade330

%24
%0
%79
%11

Triadic Colors of #ade330

#ade330 #30ade3 #e330ad

Analogous Colors of #ade330

#ade330 #54e330 #e3c030

Monochromatic Colors of #ade330

#ade330

Complementary Color

#ade330 #6630e3

#ade330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade330 Color CSS Codes

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

#ade330 Text Font Color

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

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


#ade330 Background Color

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

This div background color is #ade330


#ade330 Border Color

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

This div border color is #ade330


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,227,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 #ade330">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade330


Comments

No comments written yet.

Please login to write comment.