Color spaces of #cffed8
RGB | 207 | 254 | 216 |
---|---|---|---|
HSL | 0.37 | 0.96 | 0.90 |
HSV | 131° | 19° | 100° |
CMYK | 0.19 | 0.00 | 0.15 0.00 |
XYZ | 73.5686 | 89.1069 | 78.2876 |
Yxy | 89.1069 | 0.3053 | 0.3698 |
Hunter Lab | 94.3965 | -26.0784 | 16.9054 |
CIE-Lab | 95.6251 | -22.0629 | 13.2833 |
#cffed8 color RGB value is (207,254,216).
#cffed8 hex color red value is 207, green value is 254 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #cffed8 hue: 0.37 , saturation: 0.96 and the lightness value of cffed8 is 0.90.
The process color (four color CMYK) of #cffed8 color hex is 0.19, 0.00, 0.15, 0.00. Web safe color of #cffed8 is #ccffcc. Color #cffed8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111110 | 11011000 |
Octal | 317 | 376 | 330 |
Decimal | 207 | 254 | 216 |
Hex | CF | FE | D8 |
Shades of #cffed8
Tints of #cffed8
RGB Percentages of Color #cffed8
CMYK Percentages of Color #cffed8
Complementary Color
#cffed8 | #fecff5 |
#cffed8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cffed8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cffed8 Color CSS Codes
.mybgcolor {background-color:#cffed8; } .myforecolor {color:#cffed8; } .mybordercolor {border:3px solid #cffed8; }
#cffed8 Text Font Color
<p style="color:#cffed8">Text here</p>
This sample text font color is #cffed8
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.
#cffed8 Background Color
<div style="background-color:#cffed8">
Div content here</div>
This div background color is #cffed8
#cffed8 Border Color
<div style="border:3px solid #cffed8">
Div here</div>
This div border color is #cffed8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,254,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cffed8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cffed8; -webkit-box-shadow: 1px 1px 3px 2px #cffed8; box-shadow: 1px 1px 3px 2px #cffed8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,254,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cffed8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cffed8; -webkit-box-shadow: 1px 1px 3px 2px #cffed8; box-shadow: 1px 1px 3px 2px #cffed8;">
Div content here</div>
This div box has shadow with color #cffed8
Comments
No comments written yet.
Please login to write comment.