Color Hex Logo

#ade475 Color Hex

#ADE475
(173,228,117)
0 Favorites   0 Comments

Color spaces of #ade475

RGB 173228117
HSL0.250.670.68
HSV90°49°89°
CMYK 0.240.000.49   0.11
XYZ48.187965.655426.9626
Yxy65.65540.34220.4663
Hunter Lab81.0280-35.643936.9905
CIE-Lab84.8203-35.879348.2356

#ade475 color RGB value is (173,228,117).

#ade475 hex color red value is 173, green value is 228 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ade475 hue: 0.25 , saturation: 0.67 and the lightness value of ade475 is 0.68.

The process color (four color CMYK) of #ade475 color hex is 0.24, 0.00, 0.49, 0.11. Web safe color of #ade475 is #99cc66. Color #ade475 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100100 01110101
Octal 255 344 165
Decimal 173 228 117
Hex AD E4 75

RGB Percentages of Color #ade475

%33.40
%44.02
%22.59

CMYK Percentages of Color #ade475

%24
%0
%49
%11

Triadic Colors of #ade475

#ade475 #75ade4 #e475ad

Analogous Colors of #ade475

#ade475 #76e475 #e4e475

Monochromatic Colors of #ade475

#ade475

Complementary Color

#ade475 #ac75e4

#ade475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade475 Color CSS Codes

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

#ade475 Text Font Color

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

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


#ade475 Background Color

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

This div background color is #ade475


#ade475 Border Color

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

This div border color is #ade475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade475


Comments

No comments written yet.

Please login to write comment.