Color spaces of #cfdaee
RGB | 207 | 218 | 238 |
---|---|---|---|
HSL | 0.61 | 0.48 | 0.87 |
HSV | 219° | 13° | 93° |
CMYK | 0.13 | 0.08 | 0.00 0.07 |
XYZ | 66.2361 | 69.5813 | 90.8284 |
Yxy | 69.5813 | 0.2922 | 0.3070 |
Hunter Lab | 83.4154 | -4.2388 | -6.1682 |
CIE-Lab | 86.7911 | 0.2258 | -11.0452 |
#cfdaee color RGB value is (207,218,238).
#cfdaee hex color red value is 207, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cfdaee hue: 0.61 , saturation: 0.48 and the lightness value of cfdaee is 0.87.
The process color (four color CMYK) of #cfdaee color hex is 0.13, 0.08, 0.00, 0.07. Web safe color of #cfdaee is #ccccff. Color #cfdaee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011010 | 11101110 |
Octal | 317 | 332 | 356 |
Decimal | 207 | 218 | 238 |
Hex | CF | DA | EE |
Shades of #cfdaee
Tints of #cfdaee
RGB Percentages of Color #cfdaee
CMYK Percentages of Color #cfdaee
Complementary Color
#cfdaee | #eee3cf |
#cfdaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfdaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfdaee Color CSS Codes
.mybgcolor {background-color:#cfdaee; } .myforecolor {color:#cfdaee; } .mybordercolor {border:3px solid #cfdaee; }
#cfdaee Text Font Color
<p style="color:#cfdaee">Text here</p>
This sample text font color is #cfdaee
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.
#cfdaee Background Color
<div style="background-color:#cfdaee">
Div content here</div>
This div background color is #cfdaee
#cfdaee Border Color
<div style="border:3px solid #cfdaee">
Div here</div>
This div border color is #cfdaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,218,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfdaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfdaee; -webkit-box-shadow: 1px 1px 3px 2px #cfdaee; box-shadow: 1px 1px 3px 2px #cfdaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,218,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfdaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfdaee; -webkit-box-shadow: 1px 1px 3px 2px #cfdaee; box-shadow: 1px 1px 3px 2px #cfdaee;">
Div content here</div>
This div box has shadow with color #cfdaee
#cfdaee Color Palettes
Comments
No comments written yet.
Please login to write comment.