Color Hex Logo

#adb335 Color Hex

#ADB335
(173,179,53)
0 Favorites   0 Comments

Color spaces of #adb335

RGB 17317953
HSL0.170.540.45
HSV63°70°70°
CMYK 0.030.000.70   0.30
XYZ33.996341.38159.5638
Yxy41.38150.40020.4872
Hunter Lab64.3285-18.241136.2152
CIE-Lab70.4424-17.673360.1348

#adb335 color RGB value is (173,179,53).

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

The process color (four color CMYK) of #adb335 color hex is 0.03, 0.00, 0.70, 0.30. Web safe color of #adb335 is #99cc33. Color #adb335 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 00110101
Octal 255 263 65
Decimal 173 179 53
Hex AD B3 35

RGB Percentages of Color #adb335

%42.72
%44.20
%13.09

CMYK Percentages of Color #adb335

%3
%0
%70
%30

Triadic Colors of #adb335

#adb335 #35adb3 #b335ad

Analogous Colors of #adb335

#adb335 #6eb335 #b37a35

Monochromatic Colors of #adb335

#adb335

Complementary Color

#adb335 #3b35b3

#adb335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb335 Color CSS Codes

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

#adb335 Text Font Color

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

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


#adb335 Background Color

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

This div background color is #adb335


#adb335 Border Color

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

This div border color is #adb335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb335


Comments

No comments written yet.

Please login to write comment.