Color Hex Logo

#adb352 Color Hex

#ADB352
(173,179,82)
0 Favorites   0 Comments

Color spaces of #adb352

RGB 17317982
HSL0.180.390.51
HSV64°54°70°
CMYK 0.030.000.54   0.30
XYZ34.876741.733614.1998
Yxy41.73360.38410.4596
Hunter Lab64.6015-16.685232.1888
CIE-Lab70.6869-15.689348.0369

#adb352 color RGB value is (173,179,82).

#adb352 hex color red value is 173, green value is 179 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #adb352 hue: 0.18 , saturation: 0.39 and the lightness value of adb352 is 0.51.

The process color (four color CMYK) of #adb352 color hex is 0.03, 0.00, 0.54, 0.30. Web safe color of #adb352 is #99cc66. Color #adb352 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 01010010
Octal 255 263 122
Decimal 173 179 82
Hex AD B3 52

RGB Percentages of Color #adb352

%39.86
%41.24
%18.89

CMYK Percentages of Color #adb352

%3
%0
%54
%30

Triadic Colors of #adb352

#adb352 #52adb3 #b352ad

Analogous Colors of #adb352

#adb352 #7db352 #b38952

Monochromatic Colors of #adb352

#adb352

Complementary Color

#adb352 #5852b3

#adb352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb352 Color CSS Codes

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

#adb352 Text Font Color

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

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


#adb352 Background Color

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

This div background color is #adb352


#adb352 Border Color

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

This div border color is #adb352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb352


Comments

No comments written yet.

Please login to write comment.