Color Hex Logo

#adbd4b Color Hex

#ADBD4B
(173,189,75)
0 Favorites   0 Comments

Color spaces of #adbd4b

RGB 17318975
HSL0.190.460.52
HSV68°60°74°
CMYK 0.080.000.60   0.26
XYZ36.701245.787413.5601
Yxy45.78740.38210.4767
Hunter Lab67.6664-21.600535.4850
CIE-Lab73.4074-21.279454.2739

#adbd4b color RGB value is (173,189,75).

#adbd4b hex color red value is 173, green value is 189 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #adbd4b hue: 0.19 , saturation: 0.46 and the lightness value of adbd4b is 0.52.

The process color (four color CMYK) of #adbd4b color hex is 0.08, 0.00, 0.60, 0.26. Web safe color of #adbd4b is #99cc33. Color #adbd4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 01001011
Octal 255 275 113
Decimal 173 189 75
Hex AD BD 4B

RGB Percentages of Color #adbd4b

%39.59
%43.25
%17.16

CMYK Percentages of Color #adbd4b

%8
%0
%60
%26

Triadic Colors of #adbd4b

#adbd4b #4badbd #bd4bad

Analogous Colors of #adbd4b

#adbd4b #74bd4b #bd944b

Monochromatic Colors of #adbd4b

#adbd4b

Complementary Color

#adbd4b #5b4bbd

#adbd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbd4b Color CSS Codes

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

#adbd4b Text Font Color

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

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


#adbd4b Background Color

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

This div background color is #adbd4b


#adbd4b Border Color

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

This div border color is #adbd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbd4b


Comments

No comments written yet.

Please login to write comment.