Color spaces of #cefede
RGB | 206 | 254 | 222 |
---|---|---|---|
HSL | 0.39 | 0.96 | 0.90 |
HSV | 140° | 19° | 100° |
CMYK | 0.19 | 0.00 | 0.13 0.00 |
XYZ | 74.0802 | 89.2794 | 82.4354 |
Yxy | 89.2794 | 0.3014 | 0.3632 |
Hunter Lab | 94.4878 | -25.4062 | 14.4142 |
CIE-Lab | 95.6971 | -21.3115 | 10.2974 |
#cefede color RGB value is (206,254,222).
#cefede hex color red value is 206, green value is 254 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cefede hue: 0.39 , saturation: 0.96 and the lightness value of cefede is 0.90.
The process color (four color CMYK) of #cefede color hex is 0.19, 0.00, 0.13, 0.00. Web safe color of #cefede is #ccffcc. Color #cefede contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11111110 | 11011110 |
Octal | 316 | 376 | 336 |
Decimal | 206 | 254 | 222 |
Hex | CE | FE | DE |
Shades of #cefede
Tints of #cefede
RGB Percentages of Color #cefede
CMYK Percentages of Color #cefede
Complementary Color
#cefede | #feceee |
#cefede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cefede Color Preview on White Background
Lorem ipsum dolor sit amet.
#cefede Color CSS Codes
.mybgcolor {background-color:#cefede; } .myforecolor {color:#cefede; } .mybordercolor {border:3px solid #cefede; }
#cefede Text Font Color
<p style="color:#cefede">Text here</p>
This sample text font color is #cefede
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.
#cefede Background Color
<div style="background-color:#cefede">
Div content here</div>
This div background color is #cefede
#cefede Border Color
<div style="border:3px solid #cefede">
Div here</div>
This div border color is #cefede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,254,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cefede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cefede; -webkit-box-shadow: 1px 1px 3px 2px #cefede; box-shadow: 1px 1px 3px 2px #cefede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,254,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cefede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cefede; -webkit-box-shadow: 1px 1px 3px 2px #cefede; box-shadow: 1px 1px 3px 2px #cefede;">
Div content here</div>
This div box has shadow with color #cefede
Comments
No comments written yet.
Please login to write comment.