Color Hex Logo

#adbc1f Color Hex

#ADBC1F
(173,188,31)
0 Favorites   0 Comments

Color spaces of #adbc1f

RGB 17318831
HSL0.180.720.43
HSV66°84°74°
CMYK 0.080.000.84   0.26
XYZ35.464144.94968.1033
Yxy44.94960.40060.5078
Hunter Lab67.0445-22.907839.7651
CIE-Lab72.8587-23.052269.0786

#adbc1f color RGB value is (173,188,31).

#adbc1f hex color red value is 173, green value is 188 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #adbc1f hue: 0.18 , saturation: 0.72 and the lightness value of adbc1f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 00011111
Octal 255 274 37
Decimal 173 188 31
Hex AD BC 1F

RGB Percentages of Color #adbc1f

%44.13
%47.96
%7.91

CMYK Percentages of Color #adbc1f

%8
%0
%84
%26

Triadic Colors of #adbc1f

#adbc1f #1fadbc #bc1fad

Analogous Colors of #adbc1f

#adbc1f #5ebc1f #bc7d1f

Monochromatic Colors of #adbc1f

#adbc1f

Complementary Color

#adbc1f #2e1fbc

#adbc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbc1f Color CSS Codes

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

#adbc1f Text Font Color

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

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


#adbc1f Background Color

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

This div background color is #adbc1f


#adbc1f Border Color

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

This div border color is #adbc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbc1f


Comments

No comments written yet.

Please login to write comment.