Color Hex Logo

#ade152 Color Hex

#ADE152
(173,225,82)
0 Favorites   0 Comments

Color spaces of #ade152

RGB 17322582
HSL0.230.700.60
HSV82°64°88°
CMYK 0.230.000.64   0.12
XYZ45.681863.343917.8015
Yxy63.34390.36020.4995
Hunter Lab79.5889-36.826542.4509
CIE-Lab83.6230-37.753362.4029

#ade152 color RGB value is (173,225,82).

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

The process color (four color CMYK) of #ade152 color hex is 0.23, 0.00, 0.64, 0.12. Web safe color of #ade152 is #99cc66. Color #ade152 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100001 01010010
Octal 255 341 122
Decimal 173 225 82
Hex AD E1 52

RGB Percentages of Color #ade152

%36.04
%46.88
%17.08

CMYK Percentages of Color #ade152

%23
%0
%64
%12

Triadic Colors of #ade152

#ade152 #52ade1 #e152ad

Analogous Colors of #ade152

#ade152 #66e152 #e1ce52

Monochromatic Colors of #ade152

#ade152

Complementary Color

#ade152 #8652e1

#ade152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade152 Color CSS Codes

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

#ade152 Text Font Color

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

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


#ade152 Background Color

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

This div background color is #ade152


#ade152 Border Color

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

This div border color is #ade152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade152


Comments

No comments written yet.

Please login to write comment.