color codes Logo

#adb51c color codes

#ADB51C
(173,181,28)
0 Favorites   0 Comments

Color spaces of #adb51c

RGB 17318128
HSL0.180.730.41
HSV63°85°71°
CMYK 0.040.000.85   0.29
XYZ33.967142.01587.4182
Yxy42.01580.40730.5038
Hunter Lab64.8196-19.895838.5883
CIE-Lab70.8818-19.669068.1111

#adb51c color RGB value is (173,181,28).

#adb51c hex color red value is 173, green value is 181 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #adb51c hue: 0.18 , saturation: 0.73 and the lightness value of adb51c is 0.41.

The process color (four color CMYK) of #adb51c color code is 0.04, 0.00, 0.85, 0.29. Web safe color of #adb51c is #99cc33. Color #adb51c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110101 00011100
Octal 255 265 34
Decimal 173 181 28
Hex AD B5 1C

RGB Percentages of Color #adb51c

%45.29
%47.38
%7.33

CMYK Percentages of Color #adb51c

%4
%0
%85
%29

Triadic Colors of #adb51c

#adb51c #1cadb5 #b51cad

Analogous Colors of #adb51c

#adb51c #61b51c #b5711c

Monochromatic Colors of #adb51c

#adb51c

Complementary Color

#adb51c #241cb5

#adb51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb51c Color CSS Codes

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

#adb51c Text Font Color

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

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


#adb51c Background Color

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

This div background color is #adb51c


#adb51c Border Color

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

This div border color is #adb51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb51c


Comments

No comments written yet.

Please login to write comment.