color codes Logo

#acf95f color codes

#ACF95F
(172,249,95)
0 Favorites   0 Comments

Color spaces of #acf95f

RGB 17224995
HSL0.250.930.67
HSV90°62°98°
CMYK 0.310.000.62   0.02
XYZ52.954577.348222.9652
Yxy77.34820.34550.5047
Hunter Lab87.9478-46.431646.0815
CIE-Lab90.4816-47.546864.5379

#acf95f color RGB value is (172,249,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 01011111
Octal 254 371 137
Decimal 172 249 95
Hex AC F9 5F

RGB Percentages of Color #acf95f

%33.33
%48.26
%18.41

CMYK Percentages of Color #acf95f

%31
%0
%62
%2

Triadic Colors of #acf95f

#acf95f #5facf9 #f95fac

Analogous Colors of #acf95f

#acf95f #5ff95f #f9f95f

Monochromatic Colors of #acf95f

#acf95f

Complementary Color

#acf95f #ac5ff9

#acf95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf95f Color CSS Codes

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

#acf95f Text Font Color

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

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


#acf95f Background Color

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

This div background color is #acf95f


#acf95f Border Color

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

This div border color is #acf95f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,249,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 #acf95f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf95f


Comments

No comments written yet.

Please login to write comment.