Color Hex Logo

#adbd2b Color Hex

#ADBD2B
(173,189,43)
0 Favorites   0 Comments

Color spaces of #adbd2b

RGB 17318943
HSL0.180.630.45
HSV67°77°74°
CMYK 0.080.000.77   0.26
XYZ35.867245.45389.1686
Yxy45.45380.39640.5023
Hunter Lab67.4194-23.021839.1306
CIE-Lab73.1897-23.120366.1134

#adbd2b color RGB value is (173,189,43).

#adbd2b hex color red value is 173, green value is 189 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #adbd2b hue: 0.18 , saturation: 0.63 and the lightness value of adbd2b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 00101011
Octal 255 275 53
Decimal 173 189 43
Hex AD BD 2B

RGB Percentages of Color #adbd2b

%42.72
%46.67
%10.62

CMYK Percentages of Color #adbd2b

%8
%0
%77
%26

Triadic Colors of #adbd2b

#adbd2b #2badbd #bd2bad

Analogous Colors of #adbd2b

#adbd2b #64bd2b #bd842b

Monochromatic Colors of #adbd2b

#adbd2b

Complementary Color

#adbd2b #3b2bbd

#adbd2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbd2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbd2b Color CSS Codes

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

#adbd2b Text Font Color

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

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


#adbd2b Background Color

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

This div background color is #adbd2b


#adbd2b Border Color

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

This div border color is #adbd2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbd2b


Comments

No comments written yet.

Please login to write comment.