Color spaces of #cfe5fb
RGB | 207 | 229 | 251 |
---|---|---|---|
HSL | 0.58 | 0.85 | 0.90 |
HSV | 210° | 18° | 98° |
CMYK | 0.18 | 0.09 | 0.00 0.02 |
XYZ | 71.1640 | 76.2691 | 102.2374 |
Yxy | 76.2691 | 0.2850 | 0.3055 |
Hunter Lab | 87.3322 | -7.3778 | -8.2767 |
CIE-Lab | 89.9841 | -2.8057 | -13.1141 |
#cfe5fb color RGB value is (207,229,251).
#cfe5fb hex color red value is 207, green value is 229 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cfe5fb hue: 0.58 , saturation: 0.85 and the lightness value of cfe5fb is 0.90.
The process color (four color CMYK) of #cfe5fb color hex is 0.18, 0.09, 0.00, 0.02. Web safe color of #cfe5fb is #ccccff. Color #cfe5fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11100101 | 11111011 |
Octal | 317 | 345 | 373 |
Decimal | 207 | 229 | 251 |
Hex | CF | E5 | FB |
Shades of #cfe5fb
Tints of #cfe5fb
RGB Percentages of Color #cfe5fb
CMYK Percentages of Color #cfe5fb
Complementary Color
#cfe5fb | #fbe5cf |
#cfe5fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfe5fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfe5fb Color CSS Codes
.mybgcolor {background-color:#cfe5fb; } .myforecolor {color:#cfe5fb; } .mybordercolor {border:3px solid #cfe5fb; }
#cfe5fb Text Font Color
<p style="color:#cfe5fb">Text here</p>
This sample text font color is #cfe5fb
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.
#cfe5fb Background Color
<div style="background-color:#cfe5fb">
Div content here</div>
This div background color is #cfe5fb
#cfe5fb Border Color
<div style="border:3px solid #cfe5fb">
Div here</div>
This div border color is #cfe5fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,229,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfe5fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfe5fb; -webkit-box-shadow: 1px 1px 3px 2px #cfe5fb; box-shadow: 1px 1px 3px 2px #cfe5fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,229,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfe5fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfe5fb; -webkit-box-shadow: 1px 1px 3px 2px #cfe5fb; box-shadow: 1px 1px 3px 2px #cfe5fb;">
Div content here</div>
This div box has shadow with color #cfe5fb
Comments
No comments written yet.
Please login to write comment.