Color Hex Logo

#acfb66 Color Hex

#ACFB66
(172,251,102)
0 Favorites   0 Comments

Color spaces of #acfb66

RGB 172251102
HSL0.260.950.69
HSV92°59°98°
CMYK 0.310.000.59   0.02
XYZ53.908778.724324.9244
Yxy78.72430.34220.4997
Hunter Lab88.7267-46.818545.4534
CIE-Lab91.1094-47.796262.3268

#acfb66 color RGB value is (172,251,102).

#acfb66 hex color red value is 172, green value is 251 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #acfb66 hue: 0.26 , saturation: 0.95 and the lightness value of acfb66 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 01100110
Octal 254 373 146
Decimal 172 251 102
Hex AC FB 66

RGB Percentages of Color #acfb66

%32.76
%47.81
%19.43

CMYK Percentages of Color #acfb66

%31
%0
%59
%2

Triadic Colors of #acfb66

#acfb66 #66acfb #fb66ac

Analogous Colors of #acfb66

#acfb66 #66fb6b #f7fb66

Monochromatic Colors of #acfb66

#acfb66

Complementary Color

#acfb66 #b566fb

#acfb66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfb66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfb66 Color CSS Codes

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

#acfb66 Text Font Color

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

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


#acfb66 Background Color

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

This div background color is #acfb66


#acfb66 Border Color

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

This div border color is #acfb66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfb66

Related Colors


Comments

No comments written yet.

Please login to write comment.