Color Hex Logo

#acf326 Color Hex

#ACF326
(172,243,38)
0 Favorites   0 Comments

Color spaces of #acf326

RGB 17224338
HSL0.220.900.55
HSV81°84°95°
CMYK 0.290.000.84   0.05
XYZ49.413773.011813.3220
Yxy73.01180.36400.5379
Hunter Lab85.4469-46.306250.5690
CIE-Lab88.4533-48.186580.8033

#acf326 color RGB value is (172,243,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 00100110
Octal 254 363 46
Decimal 172 243 38
Hex AC F3 26

RGB Percentages of Color #acf326

%37.97
%53.64
%8.39

CMYK Percentages of Color #acf326

%29
%0
%84
%5

Triadic Colors of #acf326

#acf326 #26acf3 #f326ac

Analogous Colors of #acf326

#acf326 #46f326 #f3d426

Monochromatic Colors of #acf326

#acf326

Complementary Color

#acf326 #6d26f3

#acf326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf326 Color CSS Codes

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

#acf326 Text Font Color

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

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


#acf326 Background Color

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

This div background color is #acf326


#acf326 Border Color

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

This div border color is #acf326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf326


Comments

No comments written yet.

Please login to write comment.