Color Hex Logo

#abcd1f Color Hex

#ABCD1F
(171,205,31)
0 Favorites   0 Comments

Color spaces of #abcd1f

RGB 17120531
HSL0.200.740.46
HSV72°85°80°
CMYK 0.170.000.85   0.20
XYZ38.873252.41959.3655
Yxy52.41950.38620.5208
Hunter Lab72.4013-30.863343.0114
CIE-Lab77.5310-32.008472.9754

#abcd1f color RGB value is (171,205,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 00011111
Octal 253 315 37
Decimal 171 205 31
Hex AB CD 1F

RGB Percentages of Color #abcd1f

%42.01
%50.37
%7.62

CMYK Percentages of Color #abcd1f

%17
%0
%85
%20

Triadic Colors of #abcd1f

#abcd1f #1fabcd #cd1fab

Analogous Colors of #abcd1f

#abcd1f #54cd1f #cd981f

Monochromatic Colors of #abcd1f

#abcd1f

Complementary Color

#abcd1f #411fcd

#abcd1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcd1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcd1f Color CSS Codes

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

#abcd1f Text Font Color

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

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


#abcd1f Background Color

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

This div background color is #abcd1f


#abcd1f Border Color

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

This div border color is #abcd1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcd1f


Comments

No comments written yet.

Please login to write comment.