Color Hex Logo

#acf81d Color Hex

#ACF81D
(172,248,29)
0 Favorites   0 Comments

Color spaces of #acf81d

RGB 17224829
HSL0.220.940.54
HSV81°88°97°
CMYK 0.310.000.88   0.03
XYZ50.802475.994213.1532
Yxy75.99420.36300.5430
Hunter Lab87.1747-48.532052.0764
CIE-Lab89.8566-50.503783.6439

#acf81d color RGB value is (172,248,29).

#acf81d hex color red value is 172, green value is 248 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #acf81d hue: 0.22 , saturation: 0.94 and the lightness value of acf81d is 0.54.

The process color (four color CMYK) of #acf81d color hex is 0.31, 0.00, 0.88, 0.03. Web safe color of #acf81d is #99ff33. Color #acf81d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111000 00011101
Octal 254 370 35
Decimal 172 248 29
Hex AC F8 1D

RGB Percentages of Color #acf81d

%38.31
%55.23
%6.46

CMYK Percentages of Color #acf81d

%31
%0
%88
%3

Triadic Colors of #acf81d

#acf81d #1dacf8 #f81dac

Analogous Colors of #acf81d

#acf81d #3ef81d #f8d71d

Monochromatic Colors of #acf81d

#acf81d

Complementary Color

#acf81d #691df8

#acf81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf81d Color CSS Codes

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

#acf81d Text Font Color

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

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


#acf81d Background Color

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

This div background color is #acf81d


#acf81d Border Color

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

This div border color is #acf81d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf81d


Comments

No comments written yet.

Please login to write comment.