Color Hex Logo

#adb345 Color Hex

#ADB345
(173,179,69)
0 Favorites   0 Comments

Color spaces of #adb345

RGB 17317969
HSL0.180.440.49
HSV63°61°70°
CMYK 0.030.000.61   0.30
XYZ34.427941.554111.8364
Yxy41.55410.39200.4732
Hunter Lab64.4625-17.476634.2371
CIE-Lab70.5624-16.694953.7939

#adb345 color RGB value is (173,179,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 01000101
Octal 255 263 105
Decimal 173 179 69
Hex AD B3 45

RGB Percentages of Color #adb345

%41.09
%42.52
%16.39

CMYK Percentages of Color #adb345

%3
%0
%61
%30

Triadic Colors of #adb345

#adb345 #45adb3 #b345ad

Analogous Colors of #adb345

#adb345 #76b345 #b38245

Monochromatic Colors of #adb345

#adb345

Complementary Color

#adb345 #4b45b3

#adb345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb345 Color CSS Codes

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

#adb345 Text Font Color

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

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


#adb345 Background Color

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

This div background color is #adb345


#adb345 Border Color

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

This div border color is #adb345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb345


Comments

No comments written yet.

Please login to write comment.