Color Hex Logo

#adb153 Color Hex

#ADB153
(173,177,83)
0 Favorites   0 Comments

Color spaces of #adb153

RGB 17317783
HSL0.170.380.51
HSV63°53°69°
CMYK 0.020.000.53   0.31
XYZ34.517140.953114.2691
Yxy40.95310.38460.4564
Hunter Lab63.9946-15.712131.5761
CIE-Lab70.1431-14.579846.9346

#adb153 color RGB value is (173,177,83).

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

The process color (four color CMYK) of #adb153 color hex is 0.02, 0.00, 0.53, 0.31. Web safe color of #adb153 is #999966. Color #adb153 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 01010011
Octal 255 261 123
Decimal 173 177 83
Hex AD B1 53

RGB Percentages of Color #adb153

%39.95
%40.88
%19.17

CMYK Percentages of Color #adb153

%2
%0
%53
%31

Triadic Colors of #adb153

#adb153 #53adb1 #b153ad

Analogous Colors of #adb153

#adb153 #7eb153 #b18653

Monochromatic Colors of #adb153

#adb153

Complementary Color

#adb153 #5753b1

#adb153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb153 Color CSS Codes

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

#adb153 Text Font Color

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

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


#adb153 Background Color

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

This div background color is #adb153


#adb153 Border Color

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

This div border color is #adb153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb153


Comments

No comments written yet.

Please login to write comment.