Color Hex Logo

#acf91b Color Hex

#ACF91B
(172,249,27)
0 Favorites   0 Comments

Color spaces of #acf91b

RGB 17224927
HSL0.220.950.54
HSV81°89°98°
CMYK 0.310.000.89   0.02
XYZ51.086876.601213.1299
Yxy76.60120.36280.5440
Hunter Lab87.5221-48.973052.3709
CIE-Lab90.1377-50.959584.1870

#acf91b color RGB value is (172,249,27).

#acf91b hex color red value is 172, green value is 249 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #acf91b hue: 0.22 , saturation: 0.95 and the lightness value of acf91b is 0.54.

The process color (four color CMYK) of #acf91b color hex is 0.31, 0.00, 0.89, 0.02. Web safe color of #acf91b is #99ff33. Color #acf91b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 00011011
Octal 254 371 33
Decimal 172 249 27
Hex AC F9 1B

RGB Percentages of Color #acf91b

%38.39
%55.58
%6.03

CMYK Percentages of Color #acf91b

%31
%0
%89
%2

Triadic Colors of #acf91b

#acf91b #1bacf9 #f91bac

Analogous Colors of #acf91b

#acf91b #3df91b #f9d71b

Monochromatic Colors of #acf91b

#acf91b

Complementary Color

#acf91b #681bf9

#acf91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf91b Color CSS Codes

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

#acf91b Text Font Color

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

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


#acf91b Background Color

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

This div background color is #acf91b


#acf91b Border Color

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

This div border color is #acf91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf91b


Comments

No comments written yet.

Please login to write comment.