Color spaces of #cff08a
RGB | 207 | 240 | 138 |
---|---|---|---|
HSL | 0.22 | 0.77 | 0.74 |
HSV | 79° | 43° | 94° |
CMYK | 0.14 | 0.00 | 0.43 0.06 |
XYZ | 61.4797 | 77.4206 | 35.7481 |
Yxy | 77.4206 | 0.3520 | 0.4433 |
Hunter Lab | 87.9890 | -29.2591 | 37.5040 |
CIE-Lab | 90.5149 | -26.7004 | 45.6732 |
#cff08a color RGB value is (207,240,138).
#cff08a hex color red value is 207, green value is 240 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cff08a hue: 0.22 , saturation: 0.77 and the lightness value of cff08a is 0.74.
The process color (four color CMYK) of #cff08a color hex is 0.14, 0.00, 0.43, 0.06. Web safe color of #cff08a is #ccff99. Color #cff08a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11110000 | 10001010 |
Octal | 317 | 360 | 212 |
Decimal | 207 | 240 | 138 |
Hex | CF | F0 | 8A |
Shades of #cff08a
Tints of #cff08a
RGB Percentages of Color #cff08a
CMYK Percentages of Color #cff08a
Complementary Color
#cff08a | #ab8af0 |
#cff08a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cff08a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cff08a Color CSS Codes
.mybgcolor {background-color:#cff08a; } .myforecolor {color:#cff08a; } .mybordercolor {border:3px solid #cff08a; }
#cff08a Text Font Color
<p style="color:#cff08a">Text here</p>
This sample text font color is #cff08a
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.
#cff08a Background Color
<div style="background-color:#cff08a">
Div content here</div>
This div background color is #cff08a
#cff08a Border Color
<div style="border:3px solid #cff08a">
Div here</div>
This div border color is #cff08a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,240,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cff08a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cff08a; -webkit-box-shadow: 1px 1px 3px 2px #cff08a; box-shadow: 1px 1px 3px 2px #cff08a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,240,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cff08a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cff08a; -webkit-box-shadow: 1px 1px 3px 2px #cff08a; box-shadow: 1px 1px 3px 2px #cff08a;">
Div content here</div>
This div box has shadow with color #cff08a
Comments
No comments written yet.
Please login to write comment.