Color Hex Logo

#acf57d Color Hex

#ACF57D
(172,245,125)
0 Favorites   0 Comments

Color spaces of #acf57d

RGB 172245125
HSL0.270.860.73
HSV97°49°96°
CMYK 0.300.000.49   0.04
XYZ53.367375.556131.1731
Yxy75.55610.33330.4719
Hunter Lab86.9230-42.523339.5830
CIE-Lab89.6528-42.908150.3435

#acf57d color RGB value is (172,245,125).

#acf57d hex color red value is 172, green value is 245 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #acf57d hue: 0.27 , saturation: 0.86 and the lightness value of acf57d is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110101 01111101
Octal 254 365 175
Decimal 172 245 125
Hex AC F5 7D

RGB Percentages of Color #acf57d

%31.73
%45.20
%23.06

CMYK Percentages of Color #acf57d

%30
%0
%49
%4

Triadic Colors of #acf57d

#acf57d #7dacf5 #f57dac

Analogous Colors of #acf57d

#acf57d #7df58a #e8f57d

Monochromatic Colors of #acf57d

#acf57d

Complementary Color

#acf57d #c67df5

#acf57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf57d Color CSS Codes

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

#acf57d Text Font Color

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

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


#acf57d Background Color

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

This div background color is #acf57d


#acf57d Border Color

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

This div border color is #acf57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf57d


Comments

No comments written yet.

Please login to write comment.