Color Hex Logo

#acf821 Color Hex

#ACF821
(172,248,33)
0 Favorites   0 Comments

Color spaces of #acf821

RGB 17224833
HSL0.230.940.55
HSV81°87°97°
CMYK 0.310.000.87   0.03
XYZ50.855276.015313.4309
Yxy76.01530.36250.5418
Hunter Lab87.1868-48.459551.8973
CIE-Lab89.8664-50.405482.9699

#acf821 color RGB value is (172,248,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111000 00100001
Octal 254 370 41
Decimal 172 248 33
Hex AC F8 21

RGB Percentages of Color #acf821

%37.97
%54.75
%7.28

CMYK Percentages of Color #acf821

%31
%0
%87
%3

Triadic Colors of #acf821

#acf821 #21acf8 #f821ac

Analogous Colors of #acf821

#acf821 #41f821 #f8d921

Monochromatic Colors of #acf821

#acf821

Complementary Color

#acf821 #6d21f8

#acf821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf821 Color CSS Codes

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

#acf821 Text Font Color

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

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


#acf821 Background Color

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

This div background color is #acf821


#acf821 Border Color

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

This div border color is #acf821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf821

Related Colors


Comments

No comments written yet.

Please login to write comment.