Color Hex Logo

#ade235 Color Hex

#ADE235
(173,226,53)
0 Favorites   0 Comments

Color spaces of #ade235

RGB 17322653
HSL0.220.750.55
HSV78°77°89°
CMYK 0.230.000.77   0.11
XYZ45.072563.534013.2559
Yxy63.53400.36990.5214
Hunter Lab79.7082-38.553245.9355
CIE-Lab83.7226-39.931572.8112

#ade235 color RGB value is (173,226,53).

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

The process color (four color CMYK) of #ade235 color hex is 0.23, 0.00, 0.77, 0.11. Web safe color of #ade235 is #99cc33. Color #ade235 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100010 00110101
Octal 255 342 65
Decimal 173 226 53
Hex AD E2 35

RGB Percentages of Color #ade235

%38.27
%50.00
%11.73

CMYK Percentages of Color #ade235

%23
%0
%77
%11

Triadic Colors of #ade235

#ade235 #35ade2 #e235ad

Analogous Colors of #ade235

#ade235 #56e235 #e2c135

Monochromatic Colors of #ade235

#ade235

Complementary Color

#ade235 #6a35e2

#ade235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade235 Color CSS Codes

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

#ade235 Text Font Color

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

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


#ade235 Background Color

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

This div background color is #ade235


#ade235 Border Color

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

This div border color is #ade235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade235


Comments

No comments written yet.

Please login to write comment.