Color Hex Logo

#ade269 Color Hex

#ADE269
(173,226,105)
0 Favorites   0 Comments

Color spaces of #ade269

RGB 173226105
HSL0.240.680.65
HSV86°54°89°
CMYK 0.230.000.54   0.11
XYZ46.979764.296923.2990
Yxy64.29690.34910.4778
Hunter Lab80.1853-35.743238.9022
CIE-Lab84.1201-36.221452.9958

#ade269 color RGB value is (173,226,105).

#ade269 hex color red value is 173, green value is 226 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ade269 hue: 0.24 , saturation: 0.68 and the lightness value of ade269 is 0.65.

The process color (four color CMYK) of #ade269 color hex is 0.23, 0.00, 0.54, 0.11. Web safe color of #ade269 is #99cc66. Color #ade269 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100010 01101001
Octal 255 342 151
Decimal 173 226 105
Hex AD E2 69

RGB Percentages of Color #ade269

%34.33
%44.84
%20.83

CMYK Percentages of Color #ade269

%23
%0
%54
%11

Triadic Colors of #ade269

#ade269 #69ade2 #e269ad

Analogous Colors of #ade269

#ade269 #71e269 #e2db69

Monochromatic Colors of #ade269

#ade269

Complementary Color

#ade269 #9e69e2

#ade269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade269 Color CSS Codes

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

#ade269 Text Font Color

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

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


#ade269 Background Color

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

This div background color is #ade269


#ade269 Border Color

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

This div border color is #ade269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade269


Comments

No comments written yet.

Please login to write comment.