Color Hex Logo

#adb342 Color Hex

#ADB342
(173,179,66)
0 Favorites   0 Comments

Color spaces of #adb342

RGB 17317966
HSL0.180.460.48
HSV63°63°70°
CMYK 0.030.000.63   0.30
XYZ34.337041.517811.3582
Yxy41.51780.39370.4761
Hunter Lab64.4343-17.637534.6526
CIE-Lab70.5372-16.900255.0536

#adb342 color RGB value is (173,179,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 01000010
Octal 255 263 102
Decimal 173 179 66
Hex AD B3 42

RGB Percentages of Color #adb342

%41.39
%42.82
%15.79

CMYK Percentages of Color #adb342

%3
%0
%63
%30

Triadic Colors of #adb342

#adb342 #42adb3 #b342ad

Analogous Colors of #adb342

#adb342 #75b342 #b38142

Monochromatic Colors of #adb342

#adb342

Complementary Color

#adb342 #4842b3

#adb342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb342 Color CSS Codes

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

#adb342 Text Font Color

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

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


#adb342 Background Color

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

This div background color is #adb342


#adb342 Border Color

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

This div border color is #adb342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb342


Comments

No comments written yet.

Please login to write comment.