Color Hex Logo

#acf632 Color Hex

#ACF632
(172,246,50)
0 Favorites   0 Comments

Color spaces of #acf632

RGB 17224650
HSL0.230.920.58
HSV83°80°96°
CMYK 0.300.000.80   0.04
XYZ50.544774.912514.8132
Yxy74.91250.36030.5341
Hunter Lab86.5520-47.225550.4390
CIE-Lab89.3520-49.015778.7783

#acf632 color RGB value is (172,246,50).

#acf632 hex color red value is 172, green value is 246 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #acf632 hue: 0.23 , saturation: 0.92 and the lightness value of acf632 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 00110010
Octal 254 366 62
Decimal 172 246 50
Hex AC F6 32

RGB Percentages of Color #acf632

%36.75
%52.56
%10.68

CMYK Percentages of Color #acf632

%30
%0
%80
%4

Triadic Colors of #acf632

#acf632 #32acf6 #f632ac

Analogous Colors of #acf632

#acf632 #4af632 #f6de32

Monochromatic Colors of #acf632

#acf632

Complementary Color

#acf632 #7c32f6

#acf632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf632 Color CSS Codes

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

#acf632 Text Font Color

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

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


#acf632 Background Color

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

This div background color is #acf632


#acf632 Border Color

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

This div border color is #acf632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf632


Comments

No comments written yet.

Please login to write comment.