Color Hex Logo

#adb946 Color Hex

#ADB946
(173,185,70)
0 Favorites   0 Comments

Color spaces of #adb946

RGB 17318570
HSL0.180.450.50
HSV66°62°73°
CMYK 0.060.000.62   0.27
XYZ35.688044.024412.4109
Yxy44.02440.38740.4779
Hunter Lab66.3509-20.104735.3555
CIE-Lab72.2448-19.650255.1746

#adb946 color RGB value is (173,185,70).

#adb946 hex color red value is 173, green value is 185 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #adb946 hue: 0.18 , saturation: 0.45 and the lightness value of adb946 is 0.50.

The process color (four color CMYK) of #adb946 color hex is 0.06, 0.00, 0.62, 0.27. Web safe color of #adb946 is #99cc33. Color #adb946 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 01000110
Octal 255 271 106
Decimal 173 185 70
Hex AD B9 46

RGB Percentages of Color #adb946

%40.42
%43.22
%16.36

CMYK Percentages of Color #adb946

%6
%0
%62
%27

Triadic Colors of #adb946

#adb946 #46adb9 #b946ad

Analogous Colors of #adb946

#adb946 #74b946 #b98c46

Monochromatic Colors of #adb946

#adb946

Complementary Color

#adb946 #5246b9

#adb946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb946 Color CSS Codes

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

#adb946 Text Font Color

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

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


#adb946 Background Color

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

This div background color is #adb946


#adb946 Border Color

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

This div border color is #adb946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb946


Comments

No comments written yet.

Please login to write comment.