Color Hex Logo

#acf235 Color Hex

#ACF235
(172,242,53)
0 Favorites   0 Comments

Color spaces of #acf235

RGB 17224253
HSL0.230.880.58
HSV82°78°95°
CMYK 0.290.000.78   0.05
XYZ49.408072.532014.7642
Yxy72.53200.36140.5306
Hunter Lab85.1657-45.485149.3376
CIE-Lab88.2240-47.213576.9471

#acf235 color RGB value is (172,242,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110010 00110101
Octal 254 362 65
Decimal 172 242 53
Hex AC F2 35

RGB Percentages of Color #acf235

%36.83
%51.82
%11.35

CMYK Percentages of Color #acf235

%29
%0
%78
%5

Triadic Colors of #acf235

#acf235 #35acf2 #f235ac

Analogous Colors of #acf235

#acf235 #4ef235 #f2da35

Monochromatic Colors of #acf235

#acf235

Complementary Color

#acf235 #7b35f2

#acf235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf235 Color CSS Codes

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

#acf235 Text Font Color

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

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


#acf235 Background Color

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

This div background color is #acf235


#acf235 Border Color

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

This div border color is #acf235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf235


Comments

No comments written yet.

Please login to write comment.