Color Hex Logo

#acf72b Color Hex

#ACF72B
(172,247,43)
0 Favorites   0 Comments

Color spaces of #acf72b

RGB 17224743
HSL0.230.930.57
HSV82°83°97°
CMYK 0.300.000.83   0.03
XYZ50.710175.466614.1793
Yxy75.46660.36130.5377
Hunter Lab86.8715-47.828151.1327
CIE-Lab89.6111-49.691280.7137

#acf72b color RGB value is (172,247,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110111 00101011
Octal 254 367 53
Decimal 172 247 43
Hex AC F7 2B

RGB Percentages of Color #acf72b

%37.23
%53.46
%9.31

CMYK Percentages of Color #acf72b

%30
%0
%83
%3

Triadic Colors of #acf72b

#acf72b #2bacf7 #f72bac

Analogous Colors of #acf72b

#acf72b #46f72b #f7dc2b

Monochromatic Colors of #acf72b

#acf72b

Complementary Color

#acf72b #762bf7

#acf72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf72b Color CSS Codes

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

#acf72b Text Font Color

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

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


#acf72b Background Color

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

This div background color is #acf72b


#acf72b Border Color

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

This div border color is #acf72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf72b


Comments

No comments written yet.

Please login to write comment.