Color spaces of #cef32a
RGB | 206 | 243 | 42 |
---|---|---|---|
HSL | 0.20 | 0.89 | 0.56 |
HSV | 71° | 83° | 95° |
CMYK | 0.15 | 0.00 | 0.83 0.05 |
XYZ | 57.9221 | 77.3902 | 14.0755 |
Yxy | 77.3902 | 0.3877 | 0.5180 |
Hunter Lab | 87.9717 | -36.4230 | 52.0938 |
CIE-Lab | 90.5009 | -35.1473 | 82.4958 |
#cef32a color RGB value is (206,243,42).
#cef32a hex color red value is 206, green value is 243 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cef32a hue: 0.20 , saturation: 0.89 and the lightness value of cef32a is 0.56.
The process color (four color CMYK) of #cef32a color hex is 0.15, 0.00, 0.83, 0.05. Web safe color of #cef32a is #ccff33. Color #cef32a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11110011 | 00101010 |
Octal | 316 | 363 | 52 |
Decimal | 206 | 243 | 42 |
Hex | CE | F3 | 2A |
Shades of #cef32a
Tints of #cef32a
RGB Percentages of Color #cef32a
CMYK Percentages of Color #cef32a
Complementary Color
#cef32a | #4f2af3 |
#cef32a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cef32a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cef32a Color CSS Codes
.mybgcolor {background-color:#cef32a; } .myforecolor {color:#cef32a; } .mybordercolor {border:3px solid #cef32a; }
#cef32a Text Font Color
<p style="color:#cef32a">Text here</p>
This sample text font color is #cef32a
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.
#cef32a Background Color
<div style="background-color:#cef32a">
Div content here</div>
This div background color is #cef32a
#cef32a Border Color
<div style="border:3px solid #cef32a">
Div here</div>
This div border color is #cef32a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,243,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cef32a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cef32a; -webkit-box-shadow: 1px 1px 3px 2px #cef32a; box-shadow: 1px 1px 3px 2px #cef32a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,243,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 #cef32a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cef32a; -webkit-box-shadow: 1px 1px 3px 2px #cef32a; box-shadow: 1px 1px 3px 2px #cef32a;">
Div content here</div>
This div box has shadow with color #cef32a
Comments
No comments written yet.
Please login to write comment.