Color Hex Logo

#acf555 Color Hex

#ACF555
(172,245,85)
0 Favorites   0 Comments

Color spaces of #acf555

RGB 17224585
HSL0.240.890.65
HSV87°65°96°
CMYK 0.300.000.65   0.04
XYZ51.305474.731320.3148
Yxy74.73130.35060.5106
Hunter Lab86.4473-45.345146.5801
CIE-Lab89.2670-46.627267.2120

#acf555 color RGB value is (172,245,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110101 01010101
Octal 254 365 125
Decimal 172 245 85
Hex AC F5 55

RGB Percentages of Color #acf555

%34.26
%48.80
%16.93

CMYK Percentages of Color #acf555

%30
%0
%65
%4

Triadic Colors of #acf555

#acf555 #55acf5 #f555ac

Analogous Colors of #acf555

#acf555 #5cf555 #f5ee55

Monochromatic Colors of #acf555

#acf555

Complementary Color

#acf555 #9e55f5

#acf555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf555 Color CSS Codes

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

#acf555 Text Font Color

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

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


#acf555 Background Color

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

This div background color is #acf555


#acf555 Border Color

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

This div border color is #acf555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf555


Comments

No comments written yet.

Please login to write comment.