Color Hex Logo

#ade214 Color Hex

#ADE214
(173,226,20)
0 Favorites   0 Comments

Color spaces of #ade214

RGB 17322620
HSL0.210.840.48
HSV75°91°89°
CMYK 0.230.000.91   0.11
XYZ44.556263.327510.5369
Yxy63.32750.37630.5348
Hunter Lab79.5786-39.320047.8545
CIE-Lab83.6144-40.959879.9268

#ade214 color RGB value is (173,226,20).

#ade214 hex color red value is 173, green value is 226 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ade214 hue: 0.21 , saturation: 0.84 and the lightness value of ade214 is 0.48.

The process color (four color CMYK) of #ade214 color hex is 0.23, 0.00, 0.91, 0.11. Web safe color of #ade214 is #99cc00. Color #ade214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100010 00010100
Octal 255 342 24
Decimal 173 226 20
Hex AD E2 14

RGB Percentages of Color #ade214

%41.29
%53.94
%4.77

CMYK Percentages of Color #ade214

%23
%0
%91
%11

Triadic Colors of #ade214

#ade214 #14ade2 #e214ad

Analogous Colors of #ade214

#ade214 #46e214 #e2b014

Monochromatic Colors of #ade214

#ade214

Complementary Color

#ade214 #4914e2

#ade214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade214 Color CSS Codes

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

#ade214 Text Font Color

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

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


#ade214 Background Color

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

This div background color is #ade214


#ade214 Border Color

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

This div border color is #ade214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade214


Comments

No comments written yet.

Please login to write comment.