Color Hex Logo

#acf71b Color Hex

#ACF71B
(172,247,27)
0 Favorites   0 Comments

Color spaces of #acf71b

RGB 17224727
HSL0.220.930.54
HSV80°89°97°
CMYK 0.300.000.89   0.03
XYZ50.471975.371312.9249
Yxy75.37130.36370.5431
Hunter Lab86.8166-48.156051.9448
CIE-Lab89.5666-50.135483.7192

#acf71b color RGB value is (172,247,27).

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

The process color (four color CMYK) of #acf71b color hex is 0.30, 0.00, 0.89, 0.03. Web safe color of #acf71b is #99ff33. Color #acf71b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110111 00011011
Octal 254 367 33
Decimal 172 247 27
Hex AC F7 1B

RGB Percentages of Color #acf71b

%38.57
%55.38
%6.05

CMYK Percentages of Color #acf71b

%30
%0
%89
%3

Triadic Colors of #acf71b

#acf71b #1bacf7 #f71bac

Analogous Colors of #acf71b

#acf71b #3ef71b #f7d41b

Monochromatic Colors of #acf71b

#acf71b

Complementary Color

#acf71b #661bf7

#acf71b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf71b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf71b Color CSS Codes

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

#acf71b Text Font Color

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

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


#acf71b Background Color

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

This div background color is #acf71b


#acf71b Border Color

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

This div border color is #acf71b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf71b


Comments

No comments written yet.

Please login to write comment.