Color spaces of #cef449
RGB | 206 | 244 | 73 |
---|---|---|---|
HSL | 0.20 | 0.89 | 0.62 |
HSV | 73° | 70° | 96° |
CMYK | 0.16 | 0.00 | 0.70 0.04 |
XYZ | 59.0069 | 78.3042 | 18.3076 |
Yxy | 78.3042 | 0.3792 | 0.5032 |
Hunter Lab | 88.4897 | -35.8291 | 49.6763 |
CIE-Lab | 90.9185 | -34.3174 | 73.9547 |
#cef449 color RGB value is (206,244,73).
#cef449 hex color red value is 206, green value is 244 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cef449 hue: 0.20 , saturation: 0.89 and the lightness value of cef449 is 0.62.
The process color (four color CMYK) of #cef449 color hex is 0.16, 0.00, 0.70, 0.04. Web safe color of #cef449 is #ccff33. Color #cef449 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11110100 | 01001001 |
Octal | 316 | 364 | 111 |
Decimal | 206 | 244 | 73 |
Hex | CE | F4 | 49 |
Shades of #cef449
Tints of #cef449
RGB Percentages of Color #cef449
CMYK Percentages of Color #cef449
Complementary Color
#cef449 | #6f49f4 |
#cef449 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cef449 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cef449 Color CSS Codes
.mybgcolor {background-color:#cef449; } .myforecolor {color:#cef449; } .mybordercolor {border:3px solid #cef449; }
#cef449 Text Font Color
<p style="color:#cef449">Text here</p>
This sample text font color is #cef449
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.
#cef449 Background Color
<div style="background-color:#cef449">
Div content here</div>
This div background color is #cef449
#cef449 Border Color
<div style="border:3px solid #cef449">
Div here</div>
This div border color is #cef449
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,244,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cef449; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cef449; -webkit-box-shadow: 1px 1px 3px 2px #cef449; box-shadow: 1px 1px 3px 2px #cef449; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,244,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cef449">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cef449; -webkit-box-shadow: 1px 1px 3px 2px #cef449; box-shadow: 1px 1px 3px 2px #cef449;">
Div content here</div>
This div box has shadow with color #cef449
Comments
No comments written yet.
Please login to write comment.