Color Hex Logo

#acf05c Color Hex

#ACF05C
(172,240,92)
0 Favorites   0 Comments

Color spaces of #acf05c

RGB 17224092
HSL0.240.830.65
HSV88°62°94°
CMYK 0.280.000.62   0.06
XYZ50.105171.863521.3554
Yxy71.86350.34960.5014
Hunter Lab84.7723-42.848344.4046
CIE-Lab87.9028-43.947262.9411

#acf05c color RGB value is (172,240,92).

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

The process color (four color CMYK) of #acf05c color hex is 0.28, 0.00, 0.62, 0.06. Web safe color of #acf05c is #99ff66. Color #acf05c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 01011100
Octal 254 360 134
Decimal 172 240 92
Hex AC F0 5C

RGB Percentages of Color #acf05c

%34.13
%47.62
%18.25

CMYK Percentages of Color #acf05c

%28
%0
%62
%6

Triadic Colors of #acf05c

#acf05c #5cacf0 #f05cac

Analogous Colors of #acf05c

#acf05c #62f05c #f0ea5c

Monochromatic Colors of #acf05c

#acf05c

Complementary Color

#acf05c #a05cf0

#acf05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf05c Color CSS Codes

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

#acf05c Text Font Color

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

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


#acf05c Background Color

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

This div background color is #acf05c


#acf05c Border Color

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

This div border color is #acf05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf05c


Comments

No comments written yet.

Please login to write comment.