Color Hex Logo

#acf81b Color Hex

#ACF81B
(172,248,27)
0 Favorites   0 Comments

Color spaces of #acf81b

RGB 17224827
HSL0.220.940.54
HSV81°89°97°
CMYK 0.310.000.89   0.03
XYZ50.778575.984613.0271
Yxy75.98460.36320.5436
Hunter Lab87.1691-48.564752.1577
CIE-Lab89.8522-50.548183.9532

#acf81b color RGB value is (172,248,27).

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

The process color (four color CMYK) of #acf81b color hex is 0.31, 0.00, 0.89, 0.03. Web safe color of #acf81b is #99ff33. Color #acf81b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111000 00011011
Octal 254 370 33
Decimal 172 248 27
Hex AC F8 1B

RGB Percentages of Color #acf81b

%38.48
%55.48
%6.04

CMYK Percentages of Color #acf81b

%31
%0
%89
%3

Triadic Colors of #acf81b

#acf81b #1bacf8 #f81bac

Analogous Colors of #acf81b

#acf81b #3ef81b #f8d61b

Monochromatic Colors of #acf81b

#acf81b

Complementary Color

#acf81b #671bf8

#acf81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf81b Color CSS Codes

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

#acf81b Text Font Color

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

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


#acf81b Background Color

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

This div background color is #acf81b


#acf81b Border Color

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

This div border color is #acf81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf81b

Related Colors


Comments

No comments written yet.

Please login to write comment.