Color Hex Logo

#ade2a5 Color Hex

#ADE2A5
(173,226,165)
0 Favorites   0 Comments

Color spaces of #ade2a5

RGB 173226165
HSL0.310.510.77
HSV112°27°89°
CMYK 0.230.000.27   0.11
XYZ51.221565.993645.6357
Yxy65.99360.31450.4052
Hunter Lab81.2364-29.615323.5585
CIE-Lab84.9932-28.427524.4526

#ade2a5 color RGB value is (173,226,165).

#ade2a5 hex color red value is 173, green value is 226 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #ade2a5 hue: 0.31 , saturation: 0.51 and the lightness value of ade2a5 is 0.77.

The process color (four color CMYK) of #ade2a5 color hex is 0.23, 0.00, 0.27, 0.11. Web safe color of #ade2a5 is #99cc99. Color #ade2a5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100010 10100101
Octal 255 342 245
Decimal 173 226 165
Hex AD E2 A5

RGB Percentages of Color #ade2a5

%30.67
%40.07
%29.26

CMYK Percentages of Color #ade2a5

%23
%0
%27
%11

Triadic Colors of #ade2a5

#ade2a5 #a5ade2 #e2a5ad

Analogous Colors of #ade2a5

#ade2a5 #a5e2bc #cce2a5

Monochromatic Colors of #ade2a5

#ade2a5

Complementary Color

#ade2a5 #daa5e2

#ade2a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade2a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade2a5 Color CSS Codes

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

#ade2a5 Text Font Color

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

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


#ade2a5 Background Color

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

This div background color is #ade2a5


#ade2a5 Border Color

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

This div border color is #ade2a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade2a5


Comments

No comments written yet.

Please login to write comment.