Color Hex Logo

#adae3f Color Hex

#ADAE3F
(173,174,63)
0 Favorites   0 Comments

Color spaces of #adae3f

RGB 17317463
HSL0.170.470.46
HSV61°64°68°
CMYK 0.010.000.64   0.32
XYZ33.266839.515210.5765
Yxy39.51520.39910.4740
Hunter Lab62.8611-15.542834.0271
CIE-Lab69.1228-14.542654.8264

#adae3f color RGB value is (173,174,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 00111111
Octal 255 256 77
Decimal 173 174 63
Hex AD AE 3F

RGB Percentages of Color #adae3f

%42.20
%42.44
%15.37

CMYK Percentages of Color #adae3f

%1
%0
%64
%32

Triadic Colors of #adae3f

#adae3f #3fadae #ae3fad

Analogous Colors of #adae3f

#adae3f #76ae3f #ae783f

Monochromatic Colors of #adae3f

#adae3f

Complementary Color

#adae3f #403fae

#adae3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adae3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adae3f Color CSS Codes

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

#adae3f Text Font Color

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

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


#adae3f Background Color

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

This div background color is #adae3f


#adae3f Border Color

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

This div border color is #adae3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adae3f


Comments

No comments written yet.

Please login to write comment.