Color Hex Logo

#abcf1f Color Hex

#ABCF1F
(171,207,31)
0 Favorites   0 Comments

Color spaces of #abcf1f

RGB 17120731
HSL0.200.740.47
HSV72°85°81°
CMYK 0.170.000.85   0.19
XYZ39.354753.38259.5260
Yxy53.38250.38480.5220
Hunter Lab73.0633-31.713943.4141
CIE-Lab78.1003-32.936273.4554

#abcf1f color RGB value is (171,207,31).

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

The process color (four color CMYK) of #abcf1f color hex is 0.17, 0.00, 0.85, 0.19. Web safe color of #abcf1f is #99cc33. Color #abcf1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 00011111
Octal 253 317 37
Decimal 171 207 31
Hex AB CF 1F

RGB Percentages of Color #abcf1f

%41.81
%50.61
%7.58

CMYK Percentages of Color #abcf1f

%17
%0
%85
%19

Triadic Colors of #abcf1f

#abcf1f #1fabcf #cf1fab

Analogous Colors of #abcf1f

#abcf1f #53cf1f #cf9b1f

Monochromatic Colors of #abcf1f

#abcf1f

Complementary Color

#abcf1f #431fcf

#abcf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcf1f Color CSS Codes

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

#abcf1f Text Font Color

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

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


#abcf1f Background Color

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

This div background color is #abcf1f


#abcf1f Border Color

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

This div border color is #abcf1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcf1f


Comments

No comments written yet.

Please login to write comment.