Color Hex Logo

#ade164 Color Hex

#ADE164
(173,225,100)
0 Favorites   0 Comments

Color spaces of #ade164

RGB 173225100
HSL0.240.680.64
HSV85°56°88°
CMYK 0.230.000.56   0.12
XYZ46.459063.654821.8945
Yxy63.65480.35190.4822
Hunter Lab79.7840-35.679639.5783
CIE-Lab83.7857-36.246154.8729

#ade164 color RGB value is (173,225,100).

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

The process color (four color CMYK) of #ade164 color hex is 0.23, 0.00, 0.56, 0.12. Web safe color of #ade164 is #99cc66. Color #ade164 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100001 01100100
Octal 255 341 144
Decimal 173 225 100
Hex AD E1 64

RGB Percentages of Color #ade164

%34.74
%45.18
%20.08

CMYK Percentages of Color #ade164

%23
%0
%56
%12

Triadic Colors of #ade164

#ade164 #64ade1 #e164ad

Analogous Colors of #ade164

#ade164 #6fe164 #e1d764

Monochromatic Colors of #ade164

#ade164

Complementary Color

#ade164 #9864e1

#ade164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade164 Color CSS Codes

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

#ade164 Text Font Color

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

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


#ade164 Background Color

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

This div background color is #ade164


#ade164 Border Color

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

This div border color is #ade164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade164


Comments

No comments written yet.

Please login to write comment.