Color Hex Logo

#acf33c Color Hex

#ACF33C
(172,243,60)
0 Favorites   0 Comments

Color spaces of #acf33c

RGB 17224360
HSL0.230.880.59
HSV83°75°95°
CMYK 0.290.000.75   0.05
XYZ49.879573.198115.7747
Yxy73.19810.35920.5272
Hunter Lab85.5559-45.656448.9573
CIE-Lab88.5421-47.309775.2028

#acf33c color RGB value is (172,243,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 00111100
Octal 254 363 74
Decimal 172 243 60
Hex AC F3 3C

RGB Percentages of Color #acf33c

%36.21
%51.16
%12.63

CMYK Percentages of Color #acf33c

%29
%0
%75
%5

Triadic Colors of #acf33c

#acf33c #3cacf3 #f33cac

Analogous Colors of #acf33c

#acf33c #50f33c #f3df3c

Monochromatic Colors of #acf33c

#acf33c

Complementary Color

#acf33c #833cf3

#acf33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf33c Color CSS Codes

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

#acf33c Text Font Color

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

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


#acf33c Background Color

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

This div background color is #acf33c


#acf33c Border Color

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

This div border color is #acf33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf33c


Comments

No comments written yet.

Please login to write comment.