Color Hex Logo

#acf907 Color Hex

#ACF907
(172,249,7)
0 Favorites   0 Comments

Color spaces of #acf907

RGB 1722497
HSL0.220.950.50
HSV79°97°98°
CMYK 0.310.000.97   0.02
XYZ50.927376.537412.2901
Yxy76.53740.36440.5477
Hunter Lab87.4857-49.191252.9108
CIE-Lab90.1083-51.256086.2894

#acf907 color RGB value is (172,249,7).

#acf907 hex color red value is 172, green value is 249 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #acf907 hue: 0.22 , saturation: 0.95 and the lightness value of acf907 is 0.50.

The process color (four color CMYK) of #acf907 color hex is 0.31, 0.00, 0.97, 0.02. Web safe color of #acf907 is #99ff00. Color #acf907 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 00000111
Octal 254 371 7
Decimal 172 249 7
Hex AC F9 7

RGB Percentages of Color #acf907

%40.19
%58.18
%1.64

CMYK Percentages of Color #acf907

%31
%0
%97
%2

Triadic Colors of #acf907

#acf907 #07acf9 #f907ac

Analogous Colors of #acf907

#acf907 #33f907 #f9cd07

Monochromatic Colors of #acf907

#acf907

Complementary Color

#acf907 #5407f9

#acf907 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf907 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf907 Color CSS Codes

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

#acf907 Text Font Color

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

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


#acf907 Background Color

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

This div background color is #acf907


#acf907 Border Color

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

This div border color is #acf907


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf907


Comments

No comments written yet.

Please login to write comment.