Color Hex Logo

#adb033 Color Hex

#ADB033
(173,176,51)
0 Favorites   0 Comments

Color spaces of #adb033

RGB 17317651
HSL0.170.550.45
HSV61°71°69°
CMYK 0.020.000.71   0.31
XYZ33.356540.17399.1282
Yxy40.17390.40350.4860
Hunter Lab63.3829-16.980935.8293
CIE-Lab69.5932-16.253760.0415

#adb033 color RGB value is (173,176,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 00110011
Octal 255 260 63
Decimal 173 176 51
Hex AD B0 33

RGB Percentages of Color #adb033

%43.25
%44.00
%12.75

CMYK Percentages of Color #adb033

%2
%0
%71
%31

Triadic Colors of #adb033

#adb033 #33adb0 #b033ad

Analogous Colors of #adb033

#adb033 #6fb033 #b07533

Monochromatic Colors of #adb033

#adb033

Complementary Color

#adb033 #3633b0

#adb033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb033 Color CSS Codes

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

#adb033 Text Font Color

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

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


#adb033 Background Color

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

This div background color is #adb033


#adb033 Border Color

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

This div border color is #adb033


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,176,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 #adb033">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb033


Comments

No comments written yet.

Please login to write comment.