Color Hex Logo

#adbd36 Color Hex

#ADBD36
(173,189,54)
0 Favorites   0 Comments

Color spaces of #adbd36

RGB 17318954
HSL0.190.560.48
HSV67°71°74°
CMYK 0.080.000.71   0.26
XYZ36.097045.545810.3787
Yxy45.54580.39230.4949
Hunter Lab67.4876-22.629338.1233
CIE-Lab73.2498-22.609562.5187

#adbd36 color RGB value is (173,189,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 00110110
Octal 255 275 66
Decimal 173 189 54
Hex AD BD 36

RGB Percentages of Color #adbd36

%41.59
%45.43
%12.98

CMYK Percentages of Color #adbd36

%8
%0
%71
%26

Triadic Colors of #adbd36

#adbd36 #36adbd #bd36ad

Analogous Colors of #adbd36

#adbd36 #6abd36 #bd8a36

Monochromatic Colors of #adbd36

#adbd36

Complementary Color

#adbd36 #4636bd

#adbd36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbd36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbd36 Color CSS Codes

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

#adbd36 Text Font Color

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

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


#adbd36 Background Color

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

This div background color is #adbd36


#adbd36 Border Color

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

This div border color is #adbd36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbd36


Comments

No comments written yet.

Please login to write comment.