Color Hex Logo

#acfa5b Color Hex

#ACFA5B
(172,250,91)
0 Favorites   0 Comments

Color spaces of #acfa5b

RGB 17225091
HSL0.250.940.67
HSV89°64°98°
CMYK 0.310.000.64   0.02
XYZ53.087277.897222.1352
Yxy77.89720.34670.5087
Hunter Lab88.2594-47.087846.9118
CIE-Lab90.7330-48.286866.4231

#acfa5b color RGB value is (172,250,91).

#acfa5b hex color red value is 172, green value is 250 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #acfa5b hue: 0.25 , saturation: 0.94 and the lightness value of acfa5b is 0.67.

The process color (four color CMYK) of #acfa5b color hex is 0.31, 0.00, 0.64, 0.02. Web safe color of #acfa5b is #99ff66. Color #acfa5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 01011011
Octal 254 372 133
Decimal 172 250 91
Hex AC FA 5B

RGB Percentages of Color #acfa5b

%33.53
%48.73
%17.74

CMYK Percentages of Color #acfa5b

%31
%0
%64
%2

Triadic Colors of #acfa5b

#acfa5b #5bacfa #fa5bac

Analogous Colors of #acfa5b

#acfa5b #5dfa5b #faf95b

Monochromatic Colors of #acfa5b

#acfa5b

Complementary Color

#acfa5b #a95bfa

#acfa5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfa5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfa5b Color CSS Codes

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

#acfa5b Text Font Color

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

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


#acfa5b Background Color

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

This div background color is #acfa5b


#acfa5b Border Color

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

This div border color is #acfa5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfa5b


Comments

No comments written yet.

Please login to write comment.