Color Hex Logo

#acf335 Color Hex

#ACF335
(172,243,53)
0 Favorites   0 Comments

Color spaces of #acf335

RGB 17224353
HSL0.230.890.58
HSV82°78°95°
CMYK 0.290.000.78   0.05
XYZ49.706573.128914.8636
Yxy73.12890.36100.5311
Hunter Lab85.5154-45.897549.5555
CIE-Lab88.5092-47.634577.2086

#acf335 color RGB value is (172,243,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 00110101
Octal 254 363 65
Decimal 172 243 53
Hex AC F3 35

RGB Percentages of Color #acf335

%36.75
%51.92
%11.32

CMYK Percentages of Color #acf335

%29
%0
%78
%5

Triadic Colors of #acf335

#acf335 #35acf3 #f335ac

Analogous Colors of #acf335

#acf335 #4df335 #f3db35

Monochromatic Colors of #acf335

#acf335

Complementary Color

#acf335 #7c35f3

#acf335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf335 Color CSS Codes

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

#acf335 Text Font Color

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

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


#acf335 Background Color

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

This div background color is #acf335


#acf335 Border Color

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

This div border color is #acf335


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,243,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 #acf335">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf335


Comments

No comments written yet.

Please login to write comment.