Color Hex Logo

#ade442 Color Hex

#ADE442
(173,228,66)
0 Favorites   0 Comments

Color spaces of #ade442

RGB 17322866
HSL0.220.750.58
HSV80°71°89°
CMYK 0.240.000.71   0.11
XYZ45.960464.764415.2327
Yxy64.76440.36490.5142
Hunter Lab80.4763-38.891445.1109
CIE-Lab84.3622-40.144969.2132

#ade442 color RGB value is (173,228,66).

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

The process color (four color CMYK) of #ade442 color hex is 0.24, 0.00, 0.71, 0.11. Web safe color of #ade442 is #99cc33. Color #ade442 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100100 01000010
Octal 255 344 102
Decimal 173 228 66
Hex AD E4 42

RGB Percentages of Color #ade442

%37.04
%48.82
%14.13

CMYK Percentages of Color #ade442

%24
%0
%71
%11

Triadic Colors of #ade442

#ade442 #42ade4 #e442ad

Analogous Colors of #ade442

#ade442 #5ce442 #e4ca42

Monochromatic Colors of #ade442

#ade442

Complementary Color

#ade442 #7942e4

#ade442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade442 Color CSS Codes

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

#ade442 Text Font Color

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

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


#ade442 Background Color

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

This div background color is #ade442


#ade442 Border Color

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

This div border color is #ade442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade442


Comments

No comments written yet.

Please login to write comment.