Color Hex Logo

#abcb1f Color Hex

#ABCB1F
(171,203,31)
0 Favorites   0 Comments

Color spaces of #abcb1f

RGB 17120331
HSL0.200.740.46
HSV71°85°80°
CMYK 0.160.000.85   0.20
XYZ38.397851.46879.2070
Yxy51.46870.38760.5195
Hunter Lab71.7417-30.010742.6102
CIE-Lab76.9621-31.075272.4953

#abcb1f color RGB value is (171,203,31).

#abcb1f hex color red value is 171, green value is 203 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #abcb1f hue: 0.20 , saturation: 0.74 and the lightness value of abcb1f is 0.46.

The process color (four color CMYK) of #abcb1f color hex is 0.16, 0.00, 0.85, 0.20. Web safe color of #abcb1f is #99cc33. Color #abcb1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 00011111
Octal 253 313 37
Decimal 171 203 31
Hex AB CB 1F

RGB Percentages of Color #abcb1f

%42.22
%50.12
%7.65

CMYK Percentages of Color #abcb1f

%16
%0
%85
%20

Triadic Colors of #abcb1f

#abcb1f #1fabcb #cb1fab

Analogous Colors of #abcb1f

#abcb1f #55cb1f #cb951f

Monochromatic Colors of #abcb1f

#abcb1f

Complementary Color

#abcb1f #3f1fcb

#abcb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcb1f Color CSS Codes

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

#abcb1f Text Font Color

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

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


#abcb1f Background Color

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

This div background color is #abcb1f


#abcb1f Border Color

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

This div border color is #abcb1f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,203,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 #abcb1f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcb1f


Comments

No comments written yet.

Please login to write comment.