Color Hex Logo

#adb125 Color Hex

#ADB125
(173,177,37)
0 Favorites   0 Comments

Color spaces of #adb125

RGB 17317737
HSL0.170.650.42
HSV62°79°69°
CMYK 0.020.000.79   0.31
XYZ33.289640.46217.8057
Yxy40.46210.40820.4961
Hunter Lab63.6098-17.900937.2513
CIE-Lab69.7974-17.369764.8432

#adb125 color RGB value is (173,177,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 00100101
Octal 255 261 45
Decimal 173 177 37
Hex AD B1 25

RGB Percentages of Color #adb125

%44.70
%45.74
%9.56

CMYK Percentages of Color #adb125

%2
%0
%79
%31

Triadic Colors of #adb125

#adb125 #25adb1 #b125ad

Analogous Colors of #adb125

#adb125 #67b125 #b16f25

Monochromatic Colors of #adb125

#adb125

Complementary Color

#adb125 #2925b1

#adb125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb125 Color CSS Codes

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

#adb125 Text Font Color

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

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


#adb125 Background Color

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

This div background color is #adb125


#adb125 Border Color

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

This div border color is #adb125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb125


Comments

No comments written yet.

Please login to write comment.