Color Hex Logo

#adb123 Color Hex

#ADB123
(173,177,35)
0 Favorites   0 Comments

Color spaces of #adb123

RGB 17317735
HSL0.170.670.42
HSV62°80°69°
CMYK 0.020.000.80   0.31
XYZ33.259140.44997.6448
Yxy40.44990.40880.4972
Hunter Lab63.6002-17.955637.3935
CIE-Lab69.7888-17.440265.4032

#adb123 color RGB value is (173,177,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 00100011
Octal 255 261 43
Decimal 173 177 35
Hex AD B1 23

RGB Percentages of Color #adb123

%44.94
%45.97
%9.09

CMYK Percentages of Color #adb123

%2
%0
%80
%31

Triadic Colors of #adb123

#adb123 #23adb1 #b123ad

Analogous Colors of #adb123

#adb123 #66b123 #b16e23

Monochromatic Colors of #adb123

#adb123

Complementary Color

#adb123 #2723b1

#adb123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb123 Color CSS Codes

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

#adb123 Text Font Color

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

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


#adb123 Background Color

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

This div background color is #adb123


#adb123 Border Color

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

This div border color is #adb123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb123


Comments

No comments written yet.

Please login to write comment.