Color Hex Logo

#adb124 Color Hex

#ADB124
(173,177,36)
0 Favorites   0 Comments

Color spaces of #adb124

RGB 17317736
HSL0.170.660.42
HSV62°80°69°
CMYK 0.020.000.80   0.31
XYZ33.274240.45597.7241
Yxy40.45590.40850.4967
Hunter Lab63.6050-17.928437.3234
CIE-Lab69.7930-17.405265.1262

#adb124 color RGB value is (173,177,36).

#adb124 hex color red value is 173, green value is 177 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #adb124 hue: 0.17 , saturation: 0.66 and the lightness value of adb124 is 0.42.

The process color (four color CMYK) of #adb124 color hex is 0.02, 0.00, 0.80, 0.31. Web safe color of #adb124 is #999933. Color #adb124 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 00100100
Octal 255 261 44
Decimal 173 177 36
Hex AD B1 24

RGB Percentages of Color #adb124

%44.82
%45.85
%9.33

CMYK Percentages of Color #adb124

%2
%0
%80
%31

Triadic Colors of #adb124

#adb124 #24adb1 #b124ad

Analogous Colors of #adb124

#adb124 #67b124 #b16f24

Monochromatic Colors of #adb124

#adb124

Complementary Color

#adb124 #2824b1

#adb124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb124 Color CSS Codes

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

#adb124 Text Font Color

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

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


#adb124 Background Color

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

This div background color is #adb124


#adb124 Border Color

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

This div border color is #adb124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb124


Comments

No comments written yet.

Please login to write comment.