Color Hex Logo

#adbd41 Color Hex

#ADBD41
(173,189,65)
0 Favorites   0 Comments

Color spaces of #adbd41

RGB 17318965
HSL0.190.490.50
HSV68°66°74°
CMYK 0.080.000.66   0.26
XYZ36.385345.661111.8968
Yxy45.66110.38730.4861
Hunter Lab67.5730-22.137836.8626
CIE-Lab73.3251-21.972458.3951

#adbd41 color RGB value is (173,189,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 01000001
Octal 255 275 101
Decimal 173 189 65
Hex AD BD 41

RGB Percentages of Color #adbd41

%40.52
%44.26
%15.22

CMYK Percentages of Color #adbd41

%8
%0
%66
%26

Triadic Colors of #adbd41

#adbd41 #41adbd #bd41ad

Analogous Colors of #adbd41

#adbd41 #6fbd41 #bd8f41

Monochromatic Colors of #adbd41

#adbd41

Complementary Color

#adbd41 #5141bd

#adbd41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbd41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbd41 Color CSS Codes

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

#adbd41 Text Font Color

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

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


#adbd41 Background Color

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

This div background color is #adbd41


#adbd41 Border Color

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

This div border color is #adbd41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbd41


Comments

No comments written yet.

Please login to write comment.