Color Hex Logo

#adae1c Color Hex

#ADAE1C
(173,174,28)
0 Favorites   0 Comments

Color spaces of #adae1c

RGB 17317428
HSL0.170.720.40
HSV60°84°68°
CMYK 0.010.000.84   0.32
XYZ32.579239.24026.9556
Yxy39.24020.41360.4981
Hunter Lab62.6420-16.788237.2660
CIE-Lab68.9249-16.134166.4717

#adae1c color RGB value is (173,174,28).

#adae1c hex color red value is 173, green value is 174 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #adae1c hue: 0.17 , saturation: 0.72 and the lightness value of adae1c is 0.40.

The process color (four color CMYK) of #adae1c color hex is 0.01, 0.00, 0.84, 0.32. Web safe color of #adae1c is #999933. Color #adae1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 00011100
Octal 255 256 34
Decimal 173 174 28
Hex AD AE 1C

RGB Percentages of Color #adae1c

%46.13
%46.40
%7.47

CMYK Percentages of Color #adae1c

%1
%0
%84
%32

Triadic Colors of #adae1c

#adae1c #1cadae #ae1cad

Analogous Colors of #adae1c

#adae1c #64ae1c #ae661c

Monochromatic Colors of #adae1c

#adae1c

Complementary Color

#adae1c #1d1cae

#adae1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adae1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adae1c Color CSS Codes

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

#adae1c Text Font Color

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

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


#adae1c Background Color

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

This div background color is #adae1c


#adae1c Border Color

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

This div border color is #adae1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adae1c


Comments

No comments written yet.

Please login to write comment.