Color Hex Logo

#acf550 Color Hex

#ACF550
(172,245,80)
0 Favorites   0 Comments

Color spaces of #acf550

RGB 17224580
HSL0.240.890.64
HSV87°67°96°
CMYK 0.300.000.67   0.04
XYZ51.113674.654719.3052
Yxy74.65470.35230.5146
Hunter Lab86.4030-45.609547.2348
CIE-Lab89.2310-46.980169.0754

#acf550 color RGB value is (172,245,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110101 01010000
Octal 254 365 120
Decimal 172 245 80
Hex AC F5 50

RGB Percentages of Color #acf550

%34.61
%49.30
%16.10

CMYK Percentages of Color #acf550

%30
%0
%67
%4

Triadic Colors of #acf550

#acf550 #50acf5 #f550ac

Analogous Colors of #acf550

#acf550 #59f550 #f5ec50

Monochromatic Colors of #acf550

#acf550

Complementary Color

#acf550 #9950f5

#acf550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf550 Color CSS Codes

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

#acf550 Text Font Color

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

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


#acf550 Background Color

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

This div background color is #acf550


#acf550 Border Color

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

This div border color is #acf550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf550


Comments

No comments written yet.

Please login to write comment.