Color Hex Logo

#adb533 Color Hex

#ADB533
(173,181,51)
0 Favorites   0 Comments

Color spaces of #adb533

RGB 17318151
HSL0.180.560.45
HSV64°72°71°
CMYK 0.040.000.72   0.29
XYZ34.355042.17109.4611
Yxy42.17100.39950.4904
Hunter Lab64.9392-19.211236.8194
CIE-Lab70.9887-18.784061.3961

#adb533 color RGB value is (173,181,51).

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

The process color (four color CMYK) of #adb533 color hex is 0.04, 0.00, 0.72, 0.29. Web safe color of #adb533 is #99cc33. Color #adb533 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110101 00110011
Octal 255 265 63
Decimal 173 181 51
Hex AD B5 33

RGB Percentages of Color #adb533

%42.72
%44.69
%12.59

CMYK Percentages of Color #adb533

%4
%0
%72
%29

Triadic Colors of #adb533

#adb533 #33adb5 #b533ad

Analogous Colors of #adb533

#adb533 #6cb533 #b57c33

Monochromatic Colors of #adb533

#adb533

Complementary Color

#adb533 #3b33b5

#adb533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb533 Color CSS Codes

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

#adb533 Text Font Color

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

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


#adb533 Background Color

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

This div background color is #adb533


#adb533 Border Color

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

This div border color is #adb533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb533


Comments

No comments written yet.

Please login to write comment.