Color Hex Logo

#acf74d Color Hex

#ACF74D
(172,247,77)
0 Favorites   0 Comments

Color spaces of #acf74d

RGB 17224777
HSL0.240.910.64
HSV86°69°97°
CMYK 0.300.000.69   0.03
XYZ51.613675.828018.9371
Yxy75.82800.35260.5180
Hunter Lab87.0793-46.588348.0617
CIE-Lab89.7794-48.022470.7397

#acf74d color RGB value is (172,247,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110111 01001101
Octal 254 367 115
Decimal 172 247 77
Hex AC F7 4D

RGB Percentages of Color #acf74d

%34.68
%49.80
%15.52

CMYK Percentages of Color #acf74d

%30
%0
%69
%3

Triadic Colors of #acf74d

#acf74d #4dacf7 #f74dac

Analogous Colors of #acf74d

#acf74d #57f74d #f7ed4d

Monochromatic Colors of #acf74d

#acf74d

Complementary Color

#acf74d #984df7

#acf74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf74d Color CSS Codes

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

#acf74d Text Font Color

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

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


#acf74d Background Color

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

This div background color is #acf74d


#acf74d Border Color

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

This div border color is #acf74d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,247,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 #acf74d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf74d


Comments

No comments written yet.

Please login to write comment.