Color spaces of #acf287
RGB | 172 | 242 | 135 |
---|---|---|---|
HSL | 0.28 | 0.80 | 0.74 |
HSV | 99° | 44° | 95° |
CMYK | 0.29 | 0.00 | 0.44 0.05 |
XYZ | 53.1386 | 74.0242 | 34.4091 |
Yxy | 74.0242 | 0.3289 | 0.4582 |
Hunter Lab | 86.0373 | -40.3197 | 36.5141 |
CIE-Lab | 88.9339 | -40.3994 | 44.6921 |
#acf287 color RGB value is (172,242,135).
#acf287 hex color red value is 172, green value is 242 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #acf287 hue: 0.28 , saturation: 0.80 and the lightness value of acf287 is 0.74.
The process color (four color CMYK) of #acf287 color hex is 0.29, 0.00, 0.44, 0.05. Web safe color of #acf287 is #99ff99. Color #acf287 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11110010 | 10000111 |
Octal | 254 | 362 | 207 |
Decimal | 172 | 242 | 135 |
Hex | AC | F2 | 87 |
Shades of #acf287
Tints of #acf287
RGB Percentages of Color #acf287
CMYK Percentages of Color #acf287
Complementary Color
#acf287 | #cd87f2 |
#acf287 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acf287 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acf287 Color CSS Codes
.mybgcolor {background-color:#acf287; } .myforecolor {color:#acf287; } .mybordercolor {border:3px solid #acf287; }
#acf287 Text Font Color
<p style="color:#acf287">Text here</p>
This sample text font color is #acf287
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.
#acf287 Background Color
<div style="background-color:#acf287">
Div content here</div>
This div background color is #acf287
#acf287 Border Color
<div style="border:3px solid #acf287">
Div here</div>
This div border color is #acf287
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,242,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acf287; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acf287; -webkit-box-shadow: 1px 1px 3px 2px #acf287; box-shadow: 1px 1px 3px 2px #acf287; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,242,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acf287">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acf287; -webkit-box-shadow: 1px 1px 3px 2px #acf287; box-shadow: 1px 1px 3px 2px #acf287;">
Div content here</div>
This div box has shadow with color #acf287
Comments
No comments written yet.
Please login to write comment.