Color spaces of #8cf1ad
RGB | 140 | 241 | 173 |
---|---|---|---|
HSL | 0.39 | 0.78 | 0.75 |
HSV | 140° | 42° | 95° |
CMYK | 0.42 | 0.00 | 0.28 0.05 |
XYZ | 49.8133 | 71.5032 | 50.7112 |
Yxy | 71.5032 | 0.2896 | 0.4156 |
Hunter Lab | 84.5596 | -42.8264 | 23.6349 |
CIE-Lab | 87.7289 | -43.9831 | 23.8145 |
#8cf1ad color RGB value is (140,241,173).
#8cf1ad hex color red value is 140, green value is 241 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8cf1ad hue: 0.39 , saturation: 0.78 and the lightness value of 8cf1ad is 0.75.
The process color (four color CMYK) of #8cf1ad color hex is 0.42, 0.00, 0.28, 0.05. Web safe color of #8cf1ad is #99ff99. Color #8cf1ad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 11110001 | 10101101 |
Octal | 214 | 361 | 255 |
Decimal | 140 | 241 | 173 |
Hex | 8C | F1 | AD |
Shades of #8cf1ad
Tints of #8cf1ad
RGB Percentages of Color #8cf1ad
CMYK Percentages of Color #8cf1ad
Complementary Color
#8cf1ad | #f18cd0 |
#8cf1ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cf1ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cf1ad Color CSS Codes
.mybgcolor {background-color:#8cf1ad; } .myforecolor {color:#8cf1ad; } .mybordercolor {border:3px solid #8cf1ad; }
#8cf1ad Text Font Color
<p style="color:#8cf1ad">Text here</p>
This sample text font color is #8cf1ad
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.
#8cf1ad Background Color
<div style="background-color:#8cf1ad">
Div content here</div>
This div background color is #8cf1ad
#8cf1ad Border Color
<div style="border:3px solid #8cf1ad">
Div here</div>
This div border color is #8cf1ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,241,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cf1ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cf1ad; -webkit-box-shadow: 1px 1px 3px 2px #8cf1ad; box-shadow: 1px 1px 3px 2px #8cf1ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,241,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8cf1ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cf1ad; -webkit-box-shadow: 1px 1px 3px 2px #8cf1ad; box-shadow: 1px 1px 3px 2px #8cf1ad;">
Div content here</div>
This div box has shadow with color #8cf1ad
Comments
No comments written yet.
Please login to write comment.