Color spaces of #cfe92a
RGB | 207 | 233 | 42 |
---|---|---|---|
HSL | 0.19 | 0.81 | 0.54 |
HSV | 68° | 82° | 91° |
CMYK | 0.11 | 0.00 | 0.82 0.09 |
XYZ | 55.2890 | 71.7104 | 13.1179 |
Yxy | 71.7104 | 0.3946 | 0.5118 |
Hunter Lab | 84.6820 | -31.6506 | 50.0929 |
CIE-Lab | 87.8290 | -30.1539 | 80.2365 |
#cfe92a color RGB value is (207,233,42).
#cfe92a hex color red value is 207, green value is 233 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cfe92a hue: 0.19 , saturation: 0.81 and the lightness value of cfe92a is 0.54.
The process color (four color CMYK) of #cfe92a color hex is 0.11, 0.00, 0.82, 0.09. Web safe color of #cfe92a is #ccff33. Color #cfe92a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101001 | 00101010 |
Octal | 317 | 351 | 52 |
Decimal | 207 | 233 | 42 |
Hex | CF | E9 | 2A |
Shades of #cfe92a
Tints of #cfe92a
RGB Percentages of Color #cfe92a
CMYK Percentages of Color #cfe92a
Complementary Color
#cfe92a | #442ae9 |
#cfe92a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfe92a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfe92a Color CSS Codes
.mybgcolor {background-color:#cfe92a; } .myforecolor {color:#cfe92a; } .mybordercolor {border:3px solid #cfe92a; }
#cfe92a Text Font Color
<p style="color:#cfe92a">Text here</p>
This sample text font color is #cfe92a
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.
#cfe92a Background Color
<div style="background-color:#cfe92a">
Div content here</div>
This div background color is #cfe92a
#cfe92a Border Color
<div style="border:3px solid #cfe92a">
Div here</div>
This div border color is #cfe92a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,233,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfe92a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfe92a; -webkit-box-shadow: 1px 1px 3px 2px #cfe92a; box-shadow: 1px 1px 3px 2px #cfe92a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,233,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfe92a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfe92a; -webkit-box-shadow: 1px 1px 3px 2px #cfe92a; box-shadow: 1px 1px 3px 2px #cfe92a;">
Div content here</div>
This div box has shadow with color #cfe92a
Comments
No comments written yet.
Please login to write comment.