Color Hex Logo

#acf96b Color Hex

#ACF96B
(172,249,107)
0 Favorites   0 Comments

Color spaces of #acf96b

RGB 172249107
HSL0.260.920.70
HSV93°57°98°
CMYK 0.310.000.57   0.02
XYZ53.542877.583626.0630
Yxy77.58360.34060.4936
Hunter Lab88.0816-45.636644.1134
CIE-Lab90.5896-46.494059.5951

#acf96b color RGB value is (172,249,107).

#acf96b hex color red value is 172, green value is 249 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #acf96b hue: 0.26 , saturation: 0.92 and the lightness value of acf96b is 0.70.

The process color (four color CMYK) of #acf96b color hex is 0.31, 0.00, 0.57, 0.02. Web safe color of #acf96b is #99ff66. Color #acf96b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 01101011
Octal 254 371 153
Decimal 172 249 107
Hex AC F9 6B

RGB Percentages of Color #acf96b

%32.58
%47.16
%20.27

CMYK Percentages of Color #acf96b

%31
%0
%57
%2

Triadic Colors of #acf96b

#acf96b #6bacf9 #f96bac

Analogous Colors of #acf96b

#acf96b #6bf971 #f3f96b

Monochromatic Colors of #acf96b

#acf96b

Complementary Color

#acf96b #b86bf9

#acf96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf96b Color CSS Codes

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

#acf96b Text Font Color

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

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


#acf96b Background Color

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

This div background color is #acf96b


#acf96b Border Color

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

This div border color is #acf96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf96b


Comments

No comments written yet.

Please login to write comment.