Color Hex Logo

#ade534 Color Hex

#ADE534
(173,229,52)
0 Favorites   0 Comments

Color spaces of #ade534

RGB 17322952
HSL0.220.770.55
HSV79°77°90°
CMYK 0.240.000.77   0.10
XYZ45.872765.170813.4103
Yxy65.17080.36860.5237
Hunter Lab80.7284-39.844946.6609
CIE-Lab84.5717-41.297673.8919

#ade534 color RGB value is (173,229,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100101 00110100
Octal 255 345 64
Decimal 173 229 52
Hex AD E5 34

RGB Percentages of Color #ade534

%38.11
%50.44
%11.45

CMYK Percentages of Color #ade534

%24
%0
%77
%10

Triadic Colors of #ade534

#ade534 #34ade5 #e534ad

Analogous Colors of #ade534

#ade534 #55e534 #e5c534

Monochromatic Colors of #ade534

#ade534

Complementary Color

#ade534 #6c34e5

#ade534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade534 Color CSS Codes

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

#ade534 Text Font Color

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

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


#ade534 Background Color

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

This div background color is #ade534


#ade534 Border Color

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

This div border color is #ade534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade534


Comments

No comments written yet.

Please login to write comment.