Color Hex Logo

#ade42b Color Hex

#ADE42B
(173,228,43)
0 Favorites   0 Comments

Color spaces of #ade42b

RGB 17322843
HSL0.220.770.53
HSV78°81°89°
CMYK 0.240.000.81   0.11
XYZ45.413064.545512.3505
Yxy64.54550.37130.5277
Hunter Lab80.3402-39.696747.1236
CIE-Lab84.2490-41.221376.0291

#ade42b color RGB value is (173,228,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100100 00101011
Octal 255 344 53
Decimal 173 228 43
Hex AD E4 2B

RGB Percentages of Color #ade42b

%38.96
%51.35
%9.68

CMYK Percentages of Color #ade42b

%24
%0
%81
%11

Triadic Colors of #ade42b

#ade42b #2bade4 #e42bad

Analogous Colors of #ade42b

#ade42b #51e42b #e4bf2b

Monochromatic Colors of #ade42b

#ade42b

Complementary Color

#ade42b #622be4

#ade42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade42b Color CSS Codes

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

#ade42b Text Font Color

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

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


#ade42b Background Color

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

This div background color is #ade42b


#ade42b Border Color

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

This div border color is #ade42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade42b


Comments

No comments written yet.

Please login to write comment.