Color Hex Logo

#acf94d Color Hex

#ACF94D
(172,249,77)
0 Favorites   0 Comments

Color spaces of #acf94d

RGB 17224977
HSL0.240.930.64
HSV87°69°98°
CMYK 0.310.000.69   0.02
XYZ52.228577.057819.1421
Yxy77.05780.35190.5192
Hunter Lab87.7826-47.416348.5189
CIE-Lab90.3482-48.860671.3190

#acf94d color RGB value is (172,249,77).

#acf94d hex color red value is 172, green value is 249 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #acf94d hue: 0.24 , saturation: 0.93 and the lightness value of acf94d is 0.64.

The process color (four color CMYK) of #acf94d color hex is 0.31, 0.00, 0.69, 0.02. Web safe color of #acf94d is #99ff66. Color #acf94d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 01001101
Octal 254 371 115
Decimal 172 249 77
Hex AC F9 4D

RGB Percentages of Color #acf94d

%34.54
%50.00
%15.46

CMYK Percentages of Color #acf94d

%31
%0
%69
%2

Triadic Colors of #acf94d

#acf94d #4dacf9 #f94dac

Analogous Colors of #acf94d

#acf94d #56f94d #f9f04d

Monochromatic Colors of #acf94d

#acf94d

Complementary Color

#acf94d #9a4df9

#acf94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf94d Color CSS Codes

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

#acf94d Text Font Color

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

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


#acf94d Background Color

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

This div background color is #acf94d


#acf94d Border Color

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

This div border color is #acf94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf94d


Comments

No comments written yet.

Please login to write comment.