Color Hex Logo

#acf134 Color Hex

#ACF134
(172,241,52)
0 Favorites   0 Comments

Color spaces of #acf134

RGB 17224152
HSL0.230.870.57
HSV82°78°95°
CMYK 0.290.000.78   0.05
XYZ49.088471.929214.5453
Yxy71.92920.36210.5306
Hunter Lab84.8111-45.104149.1994
CIE-Lab87.9345-46.834376.9582

#acf134 color RGB value is (172,241,52).

#acf134 hex color red value is 172, green value is 241 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #acf134 hue: 0.23 , saturation: 0.87 and the lightness value of acf134 is 0.57.

The process color (four color CMYK) of #acf134 color hex is 0.29, 0.00, 0.78, 0.05. Web safe color of #acf134 is #99ff33. Color #acf134 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110001 00110100
Octal 254 361 64
Decimal 172 241 52
Hex AC F1 34

RGB Percentages of Color #acf134

%36.99
%51.83
%11.18

CMYK Percentages of Color #acf134

%29
%0
%78
%5

Triadic Colors of #acf134

#acf134 #34acf1 #f134ac

Analogous Colors of #acf134

#acf134 #4ef134 #f1d834

Monochromatic Colors of #acf134

#acf134

Complementary Color

#acf134 #7934f1

#acf134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf134 Color CSS Codes

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

#acf134 Text Font Color

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

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


#acf134 Background Color

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

This div background color is #acf134


#acf134 Border Color

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

This div border color is #acf134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf134


Comments

No comments written yet.

Please login to write comment.