Color spaces of #ceef10
RGB | 206 | 239 | 16 |
---|---|---|---|
HSL | 0.19 | 0.87 | 0.50 |
HSV | 69° | 93° | 94° |
CMYK | 0.14 | 0.00 | 0.93 0.06 |
XYZ | 56.4136 | 74.8922 | 11.9725 |
Yxy | 74.8922 | 0.3937 | 0.5227 |
Hunter Lab | 86.5403 | -35.0855 | 52.3757 |
CIE-Lab | 89.3425 | -33.8665 | 85.8089 |
#ceef10 color RGB value is (206,239,16).
#ceef10 hex color red value is 206, green value is 239 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ceef10 hue: 0.19 , saturation: 0.87 and the lightness value of ceef10 is 0.50.
The process color (four color CMYK) of #ceef10 color hex is 0.14, 0.00, 0.93, 0.06. Web safe color of #ceef10 is #ccff00. Color #ceef10 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11101111 | 00010000 |
Octal | 316 | 357 | 20 |
Decimal | 206 | 239 | 16 |
Hex | CE | EF | 10 |
Shades of #ceef10
Tints of #ceef10
RGB Percentages of Color #ceef10
CMYK Percentages of Color #ceef10
Complementary Color
#ceef10 | #3110ef |
#ceef10 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceef10 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceef10 Color CSS Codes
.mybgcolor {background-color:#ceef10; } .myforecolor {color:#ceef10; } .mybordercolor {border:3px solid #ceef10; }
#ceef10 Text Font Color
<p style="color:#ceef10">Text here</p>
This sample text font color is #ceef10
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.
#ceef10 Background Color
<div style="background-color:#ceef10">
Div content here</div>
This div background color is #ceef10
#ceef10 Border Color
<div style="border:3px solid #ceef10">
Div here</div>
This div border color is #ceef10
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,239,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceef10; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceef10; -webkit-box-shadow: 1px 1px 3px 2px #ceef10; box-shadow: 1px 1px 3px 2px #ceef10; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,239,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceef10">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceef10; -webkit-box-shadow: 1px 1px 3px 2px #ceef10; box-shadow: 1px 1px 3px 2px #ceef10;">
Div content here</div>
This div box has shadow with color #ceef10
Comments
No comments written yet.
Please login to write comment.