Color Hex Logo

#acf813 Color Hex

#ACF813
(172,248,19)
0 Favorites   0 Comments

Color spaces of #acf813

RGB 17224819
HSL0.220.940.52
HSV80°92°97°
CMYK 0.310.000.92   0.03
XYZ50.698275.952512.6043
Yxy75.95250.36410.5454
Hunter Lab87.1507-48.675052.4306
CIE-Lab89.8373-50.697885.0054

#acf813 color RGB value is (172,248,19).

#acf813 hex color red value is 172, green value is 248 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #acf813 hue: 0.22 , saturation: 0.94 and the lightness value of acf813 is 0.52.

The process color (four color CMYK) of #acf813 color hex is 0.31, 0.00, 0.92, 0.03. Web safe color of #acf813 is #99ff00. Color #acf813 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111000 00010011
Octal 254 370 23
Decimal 172 248 19
Hex AC F8 13

RGB Percentages of Color #acf813

%39.18
%56.49
%4.33

CMYK Percentages of Color #acf813

%31
%0
%92
%3

Triadic Colors of #acf813

#acf813 #13acf8 #f813ac

Analogous Colors of #acf813

#acf813 #3af813 #f8d213

Monochromatic Colors of #acf813

#acf813

Complementary Color

#acf813 #5f13f8

#acf813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf813 Color CSS Codes

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

#acf813 Text Font Color

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

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


#acf813 Background Color

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

This div background color is #acf813


#acf813 Border Color

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

This div border color is #acf813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf813


Comments

No comments written yet.

Please login to write comment.