Color Hex Logo

#acf33d Color Hex

#ACF33D
(172,243,61)
0 Favorites   0 Comments

Color spaces of #acf33d

RGB 17224361
HSL0.230.880.60
HSV83°75°95°
CMYK 0.290.000.75   0.05
XYZ49.906273.208815.9153
Yxy73.20880.35900.5266
Hunter Lab85.5621-45.619348.8650
CIE-Lab88.5472-47.259874.9005

#acf33d color RGB value is (172,243,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 00111101
Octal 254 363 75
Decimal 172 243 61
Hex AC F3 3D

RGB Percentages of Color #acf33d

%36.13
%51.05
%12.82

CMYK Percentages of Color #acf33d

%29
%0
%75
%5

Triadic Colors of #acf33d

#acf33d #3dacf3 #f33dac

Analogous Colors of #acf33d

#acf33d #51f33d #f3df3d

Monochromatic Colors of #acf33d

#acf33d

Complementary Color

#acf33d #843df3

#acf33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf33d Color CSS Codes

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

#acf33d Text Font Color

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

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


#acf33d Background Color

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

This div background color is #acf33d


#acf33d Border Color

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

This div border color is #acf33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf33d


Comments

No comments written yet.

Please login to write comment.