Color spaces of #cfe830
RGB | 207 | 232 | 48 |
---|---|---|---|
HSL | 0.19 | 0.80 | 0.55 |
HSV | 68° | 79° | 91° |
CMYK | 0.11 | 0.00 | 0.79 0.09 |
XYZ | 55.1222 | 71.1920 | 13.6325 |
Yxy | 71.1920 | 0.3939 | 0.5087 |
Hunter Lab | 84.3754 | -31.0433 | 49.4833 |
CIE-Lab | 87.5782 | -29.4930 | 78.5290 |
#cfe830 color RGB value is (207,232,48).
#cfe830 hex color red value is 207, green value is 232 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cfe830 hue: 0.19 , saturation: 0.80 and the lightness value of cfe830 is 0.55.
The process color (four color CMYK) of #cfe830 color hex is 0.11, 0.00, 0.79, 0.09. Web safe color of #cfe830 is #ccff33. Color #cfe830 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101000 | 00110000 |
Octal | 317 | 350 | 60 |
Decimal | 207 | 232 | 48 |
Hex | CF | E8 | 30 |
Shades of #cfe830
Tints of #cfe830
RGB Percentages of Color #cfe830
CMYK Percentages of Color #cfe830
Complementary Color
#cfe830 | #4930e8 |
#cfe830 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfe830 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfe830 Color CSS Codes
.mybgcolor {background-color:#cfe830; } .myforecolor {color:#cfe830; } .mybordercolor {border:3px solid #cfe830; }
#cfe830 Text Font Color
<p style="color:#cfe830">Text here</p>
This sample text font color is #cfe830
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.
#cfe830 Background Color
<div style="background-color:#cfe830">
Div content here</div>
This div background color is #cfe830
#cfe830 Border Color
<div style="border:3px solid #cfe830">
Div here</div>
This div border color is #cfe830
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,232,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfe830; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfe830; -webkit-box-shadow: 1px 1px 3px 2px #cfe830; box-shadow: 1px 1px 3px 2px #cfe830; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,232,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfe830">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfe830; -webkit-box-shadow: 1px 1px 3px 2px #cfe830; box-shadow: 1px 1px 3px 2px #cfe830;">
Div content here</div>
This div box has shadow with color #cfe830
Comments
No comments written yet.
Please login to write comment.