Color Hex Logo

#acf761 Color Hex

#ACF761
(172,247,97)
0 Favorites   0 Comments

Color spaces of #acf761

RGB 17224797
HSL0.250.900.67
HSV90°61°97°
CMYK 0.300.000.61   0.03
XYZ52.431776.155323.2453
Yxy76.15530.34530.5016
Hunter Lab87.2670-45.471045.2938
CIE-Lab89.9314-46.533563.1072

#acf761 color RGB value is (172,247,97).

#acf761 hex color red value is 172, green value is 247 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #acf761 hue: 0.25 , saturation: 0.90 and the lightness value of acf761 is 0.67.

The process color (four color CMYK) of #acf761 color hex is 0.30, 0.00, 0.61, 0.03. Web safe color of #acf761 is #99ff66. Color #acf761 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110111 01100001
Octal 254 367 141
Decimal 172 247 97
Hex AC F7 61

RGB Percentages of Color #acf761

%33.33
%47.87
%18.80

CMYK Percentages of Color #acf761

%30
%0
%61
%3

Triadic Colors of #acf761

#acf761 #61acf7 #f761ac

Analogous Colors of #acf761

#acf761 #61f761 #f7f761

Monochromatic Colors of #acf761

#acf761

Complementary Color

#acf761 #ac61f7

#acf761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf761 Color CSS Codes

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

#acf761 Text Font Color

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

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


#acf761 Background Color

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

This div background color is #acf761


#acf761 Border Color

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

This div border color is #acf761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf761


Comments

No comments written yet.

Please login to write comment.