Color Hex Logo

#acf541 Color Hex

#ACF541
(172,245,65)
0 Favorites   0 Comments

Color spaces of #acf541

RGB 17224565
HSL0.230.900.61
HSV84°73°96°
CMYK 0.300.000.73   0.04
XYZ50.619874.457116.7047
Yxy74.45710.35700.5252
Hunter Lab86.2885-46.290748.9239
CIE-Lab89.1381-47.893174.2054

#acf541 color RGB value is (172,245,65).

#acf541 hex color red value is 172, green value is 245 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #acf541 hue: 0.23 , saturation: 0.90 and the lightness value of acf541 is 0.61.

The process color (four color CMYK) of #acf541 color hex is 0.30, 0.00, 0.73, 0.04. Web safe color of #acf541 is #99ff33. Color #acf541 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110101 01000001
Octal 254 365 101
Decimal 172 245 65
Hex AC F5 41

RGB Percentages of Color #acf541

%35.68
%50.83
%13.49

CMYK Percentages of Color #acf541

%30
%0
%73
%4

Triadic Colors of #acf541

#acf541 #41acf5 #f541ac

Analogous Colors of #acf541

#acf541 #52f541 #f5e441

Monochromatic Colors of #acf541

#acf541

Complementary Color

#acf541 #8a41f5

#acf541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf541 Color CSS Codes

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

#acf541 Text Font Color

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

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


#acf541 Background Color

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

This div background color is #acf541


#acf541 Border Color

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

This div border color is #acf541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf541


Comments

No comments written yet.

Please login to write comment.