color codes Logo

#acfb5f color codes

#ACFB5F
(172,251,95)
0 Favorites   0 Comments

Color spaces of #acfb5f

RGB 17225195
HSL0.250.950.68
HSV90°62°98°
CMYK 0.310.000.62   0.02
XYZ53.576078.591223.1723
Yxy78.59120.34490.5059
Hunter Lab88.6517-47.265346.5586
CIE-Lab91.0490-48.389065.1594

#acfb5f color RGB value is (172,251,95).

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

The process color (four color CMYK) of #acfb5f color code is 0.31, 0.00, 0.62, 0.02. Web safe color of #acfb5f is #99ff66. Color #acfb5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 01011111
Octal 254 373 137
Decimal 172 251 95
Hex AC FB 5F

RGB Percentages of Color #acfb5f

%33.20
%48.46
%18.34

CMYK Percentages of Color #acfb5f

%31
%0
%62
%2

Triadic Colors of #acfb5f

#acfb5f #5facfb #fb5fac

Analogous Colors of #acfb5f

#acfb5f #5ffb60 #fafb5f

Monochromatic Colors of #acfb5f

#acfb5f

Complementary Color

#acfb5f #ae5ffb

#acfb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfb5f Color CSS Codes

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

#acfb5f Text Font Color

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

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


#acfb5f Background Color

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

This div background color is #acfb5f


#acfb5f Border Color

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

This div border color is #acfb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfb5f

Related Colors


Comments

No comments written yet.

Please login to write comment.