Color Hex Logo

#acf209 Color Hex

#ACF209
(172,242,9)
0 Favorites   0 Comments

Color spaces of #acf209

RGB 1722429
HSL0.220.930.49
HSV78°96°95°
CMYK 0.290.000.96   0.05
XYZ48.814772.294611.6399
Yxy72.29460.36770.5446
Hunter Lab85.0262-46.316751.4017
CIE-Lab88.1102-48.338684.5799

#acf209 color RGB value is (172,242,9).

#acf209 hex color red value is 172, green value is 242 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #acf209 hue: 0.22 , saturation: 0.93 and the lightness value of acf209 is 0.49.

The process color (four color CMYK) of #acf209 color hex is 0.29, 0.00, 0.96, 0.05. Web safe color of #acf209 is #99ff00. Color #acf209 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110010 00001001
Octal 254 362 11
Decimal 172 242 9
Hex AC F2 9

RGB Percentages of Color #acf209

%40.66
%57.21
%2.13

CMYK Percentages of Color #acf209

%29
%0
%96
%5

Triadic Colors of #acf209

#acf209 #09acf2 #f209ac

Analogous Colors of #acf209

#acf209 #38f209 #f2c409

Monochromatic Colors of #acf209

#acf209

Complementary Color

#acf209 #4f09f2

#acf209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf209 Color CSS Codes

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

#acf209 Text Font Color

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

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


#acf209 Background Color

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

This div background color is #acf209


#acf209 Border Color

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

This div border color is #acf209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf209


Comments

No comments written yet.

Please login to write comment.