Color Hex Logo

#acfb0d Color Hex

#ACFB0D
(172,251,13)
0 Favorites   0 Comments

Color spaces of #acfb0d

RGB 17225113
HSL0.220.970.52
HSV80°95°98°
CMYK 0.310.000.95   0.02
XYZ51.583177.794112.6778
Yxy77.79410.36310.5476
Hunter Lab88.2010-49.958553.2185
CIE-Lab90.6859-52.009986.2794

#acfb0d color RGB value is (172,251,13).

#acfb0d hex color red value is 172, green value is 251 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #acfb0d hue: 0.22 , saturation: 0.97 and the lightness value of acfb0d is 0.52.

The process color (four color CMYK) of #acfb0d color hex is 0.31, 0.00, 0.95, 0.02. Web safe color of #acfb0d is #99ff00. Color #acfb0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 00001101
Octal 254 373 15
Decimal 172 251 13
Hex AC FB D

RGB Percentages of Color #acfb0d

%39.45
%57.57
%2.98

CMYK Percentages of Color #acfb0d

%31
%0
%95
%2

Triadic Colors of #acfb0d

#acfb0d #0dacfb #fb0dac

Analogous Colors of #acfb0d

#acfb0d #35fb0d #fbd30d

Monochromatic Colors of #acfb0d

#acfb0d

Complementary Color

#acfb0d #5c0dfb

#acfb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfb0d Color CSS Codes

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

#acfb0d Text Font Color

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

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


#acfb0d Background Color

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

This div background color is #acfb0d


#acfb0d Border Color

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

This div border color is #acfb0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,251,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acfb0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acfb0d;
  -webkit-box-shadow: 1px 1px 3px 2px #acfb0d;
  box-shadow:         1px 1px 3px 2px #acfb0d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,251,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfb0d


Comments

No comments written yet.

Please login to write comment.