Color Hex Logo

#acf427 Color Hex

#ACF427
(172,244,39)
0 Favorites   0 Comments

Color spaces of #acf427

RGB 17224439
HSL0.230.900.55
HSV81°84°96°
CMYK 0.300.000.84   0.04
XYZ49.730173.618513.5082
Yxy73.61850.36340.5379
Hunter Lab85.8012-46.694150.7265
CIE-Lab88.7419-48.573880.8403

#acf427 color RGB value is (172,244,39).

#acf427 hex color red value is 172, green value is 244 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #acf427 hue: 0.23 , saturation: 0.90 and the lightness value of acf427 is 0.55.

The process color (four color CMYK) of #acf427 color hex is 0.30, 0.00, 0.84, 0.04. Web safe color of #acf427 is #99ff33. Color #acf427 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110100 00100111
Octal 254 364 47
Decimal 172 244 39
Hex AC F4 27

RGB Percentages of Color #acf427

%37.80
%53.63
%8.57

CMYK Percentages of Color #acf427

%30
%0
%84
%4

Triadic Colors of #acf427

#acf427 #27acf4 #f427ac

Analogous Colors of #acf427

#acf427 #46f427 #f4d627

Monochromatic Colors of #acf427

#acf427

Complementary Color

#acf427 #6f27f4

#acf427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf427 Color CSS Codes

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

#acf427 Text Font Color

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

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


#acf427 Background Color

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

This div background color is #acf427


#acf427 Border Color

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

This div border color is #acf427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf427


Comments

No comments written yet.

Please login to write comment.