Color spaces of #cfedf3
RGB | 207 | 237 | 243 |
---|---|---|---|
HSL | 0.53 | 0.60 | 0.88 |
HSV | 190° | 15° | 95° |
CMYK | 0.15 | 0.02 | 0.00 0.05 |
XYZ | 72.1940 | 80.3048 | 96.4894 |
Yxy | 80.3048 | 0.2899 | 0.3225 |
Hunter Lab | 89.6129 | -13.0194 | -1.1106 |
CIE-Lab | 91.8214 | -8.5452 | -6.2050 |
#cfedf3 color RGB value is (207,237,243).
#cfedf3 hex color red value is 207, green value is 237 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #cfedf3 hue: 0.53 , saturation: 0.60 and the lightness value of cfedf3 is 0.88.
The process color (four color CMYK) of #cfedf3 color hex is 0.15, 0.02, 0.00, 0.05. Web safe color of #cfedf3 is #ccffff. Color #cfedf3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101101 | 11110011 |
Octal | 317 | 355 | 363 |
Decimal | 207 | 237 | 243 |
Hex | CF | ED | F3 |
Shades of #cfedf3
Tints of #cfedf3
RGB Percentages of Color #cfedf3
CMYK Percentages of Color #cfedf3
Complementary Color
#cfedf3 | #f3d5cf |
#cfedf3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfedf3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfedf3 Color CSS Codes
.mybgcolor {background-color:#cfedf3; } .myforecolor {color:#cfedf3; } .mybordercolor {border:3px solid #cfedf3; }
#cfedf3 Text Font Color
<p style="color:#cfedf3">Text here</p>
This sample text font color is #cfedf3
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.
#cfedf3 Background Color
<div style="background-color:#cfedf3">
Div content here</div>
This div background color is #cfedf3
#cfedf3 Border Color
<div style="border:3px solid #cfedf3">
Div here</div>
This div border color is #cfedf3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,237,243, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfedf3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfedf3; -webkit-box-shadow: 1px 1px 3px 2px #cfedf3; box-shadow: 1px 1px 3px 2px #cfedf3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,237,243, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfedf3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfedf3; -webkit-box-shadow: 1px 1px 3px 2px #cfedf3; box-shadow: 1px 1px 3px 2px #cfedf3;">
Div content here</div>
This div box has shadow with color #cfedf3
#cfedf3 Color Palettes
Comments
No comments written yet.
Please login to write comment.