Color Hex Logo

#acf10d Color Hex

#ACF10D
(172,241,13)
0 Favorites   0 Comments

Color spaces of #acf10d

RGB 17224113
HSL0.220.900.50
HSV78°95°95°
CMYK 0.290.000.95   0.05
XYZ48.541271.710311.6639
Yxy71.71030.36800.5436
Hunter Lab84.6819-45.874051.1109
CIE-Lab87.8290-47.875584.0298

#acf10d color RGB value is (172,241,13).

#acf10d hex color red value is 172, green value is 241 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #acf10d hue: 0.22 , saturation: 0.90 and the lightness value of acf10d is 0.50.

The process color (four color CMYK) of #acf10d color hex is 0.29, 0.00, 0.95, 0.05. Web safe color of #acf10d is #99ff00. Color #acf10d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110001 00001101
Octal 254 361 15
Decimal 172 241 13
Hex AC F1 D

RGB Percentages of Color #acf10d

%40.38
%56.57
%3.05

CMYK Percentages of Color #acf10d

%29
%0
%95
%5

Triadic Colors of #acf10d

#acf10d #0dacf1 #f10dac

Analogous Colors of #acf10d

#acf10d #3af10d #f1c40d

Monochromatic Colors of #acf10d

#acf10d

Complementary Color

#acf10d #520df1

#acf10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf10d Color CSS Codes

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

#acf10d Text Font Color

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

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


#acf10d Background Color

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

This div background color is #acf10d


#acf10d Border Color

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

This div border color is #acf10d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf10d


Comments

No comments written yet.

Please login to write comment.