Color spaces of #cffedf
RGB | 207 | 254 | 223 |
---|---|---|---|
HSL | 0.39 | 0.96 | 0.90 |
HSV | 140° | 19° | 100° |
CMYK | 0.19 | 0.00 | 0.12 0.00 |
XYZ | 74.4932 | 89.4767 | 83.1566 |
Yxy | 89.4767 | 0.3014 | 0.3621 |
Hunter Lab | 94.5921 | -24.9639 | 14.0922 |
CIE-Lab | 95.7793 | -20.8124 | 9.9091 |
#cffedf color RGB value is (207,254,223).
#cffedf hex color red value is 207, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cffedf hue: 0.39 , saturation: 0.96 and the lightness value of cffedf is 0.90.
The process color (four color CMYK) of #cffedf color hex is 0.19, 0.00, 0.12, 0.00. Web safe color of #cffedf is #ccffcc. Color #cffedf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111110 | 11011111 |
Octal | 317 | 376 | 337 |
Decimal | 207 | 254 | 223 |
Hex | CF | FE | DF |
Shades of #cffedf
Tints of #cffedf
RGB Percentages of Color #cffedf
CMYK Percentages of Color #cffedf
Complementary Color
#cffedf | #fecfee |
#cffedf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cffedf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cffedf Color CSS Codes
.mybgcolor {background-color:#cffedf; } .myforecolor {color:#cffedf; } .mybordercolor {border:3px solid #cffedf; }
#cffedf Text Font Color
<p style="color:#cffedf">Text here</p>
This sample text font color is #cffedf
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.
#cffedf Background Color
<div style="background-color:#cffedf">
Div content here</div>
This div background color is #cffedf
#cffedf Border Color
<div style="border:3px solid #cffedf">
Div here</div>
This div border color is #cffedf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,254,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cffedf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cffedf; -webkit-box-shadow: 1px 1px 3px 2px #cffedf; box-shadow: 1px 1px 3px 2px #cffedf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,254,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cffedf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cffedf; -webkit-box-shadow: 1px 1px 3px 2px #cffedf; box-shadow: 1px 1px 3px 2px #cffedf;">
Div content here</div>
This div box has shadow with color #cffedf
Comments
No comments written yet.
Please login to write comment.