Color Hex Logo

#acf55b Color Hex

#ACF55B
(172,245,91)
0 Favorites   0 Comments

Color spaces of #acf55b

RGB 17224591
HSL0.250.890.66
HSV88°63°96°
CMYK 0.300.000.63   0.04
XYZ51.554074.830821.6241
Yxy74.83080.34830.5056
Hunter Lab86.5048-45.003345.7323
CIE-Lab89.3137-46.172064.8883

#acf55b color RGB value is (172,245,91).

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

The process color (four color CMYK) of #acf55b color hex is 0.30, 0.00, 0.63, 0.04. Web safe color of #acf55b is #99ff66. Color #acf55b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110101 01011011
Octal 254 365 133
Decimal 172 245 91
Hex AC F5 5B

RGB Percentages of Color #acf55b

%33.86
%48.23
%17.91

CMYK Percentages of Color #acf55b

%30
%0
%63
%4

Triadic Colors of #acf55b

#acf55b #5bacf5 #f55bac

Analogous Colors of #acf55b

#acf55b #5ff55b #f5f15b

Monochromatic Colors of #acf55b

#acf55b

Complementary Color

#acf55b #a45bf5

#acf55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf55b Color CSS Codes

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

#acf55b Text Font Color

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

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


#acf55b Background Color

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

This div background color is #acf55b


#acf55b Border Color

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

This div border color is #acf55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf55b


Comments

No comments written yet.

Please login to write comment.