Color Hex Logo

#adaf1d Color Hex

#ADAF1D
(173,175,29)
0 Favorites   0 Comments

Color spaces of #adaf1d

RGB 17317529
HSL0.170.720.40
HSV61°83°69°
CMYK 0.010.000.83   0.31
XYZ32.785339.63297.0843
Yxy39.63290.41240.4985
Hunter Lab62.9547-17.212137.3964
CIE-Lab69.2073-16.614866.4684

#adaf1d color RGB value is (173,175,29).

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

The process color (four color CMYK) of #adaf1d color hex is 0.01, 0.00, 0.83, 0.31. Web safe color of #adaf1d is #999933. Color #adaf1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 00011101
Octal 255 257 35
Decimal 173 175 29
Hex AD AF 1D

RGB Percentages of Color #adaf1d

%45.89
%46.42
%7.69

CMYK Percentages of Color #adaf1d

%1
%0
%83
%31

Triadic Colors of #adaf1d

#adaf1d #1dadaf #af1dad

Analogous Colors of #adaf1d

#adaf1d #64af1d #af681d

Monochromatic Colors of #adaf1d

#adaf1d

Complementary Color

#adaf1d #1f1daf

#adaf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaf1d Color CSS Codes

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

#adaf1d Text Font Color

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

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


#adaf1d Background Color

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

This div background color is #adaf1d


#adaf1d Border Color

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

This div border color is #adaf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaf1d


Comments

No comments written yet.

Please login to write comment.