Color spaces of #cfebfb
RGB | 207 | 235 | 251 |
---|---|---|---|
HSL | 0.56 | 0.85 | 0.90 |
HSV | 202° | 18° | 98° |
CMYK | 0.18 | 0.06 | 0.00 0.02 |
XYZ | 72.8530 | 79.6471 | 102.8004 |
Yxy | 79.6471 | 0.2854 | 0.3120 |
Hunter Lab | 89.2452 | -10.4653 | -5.8237 |
CIE-Lab | 91.5263 | -5.8891 | -10.8140 |
#cfebfb color RGB value is (207,235,251).
#cfebfb hex color red value is 207, green value is 235 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cfebfb hue: 0.56 , saturation: 0.85 and the lightness value of cfebfb is 0.90.
The process color (four color CMYK) of #cfebfb color hex is 0.18, 0.06, 0.00, 0.02. Web safe color of #cfebfb is #ccffff. Color #cfebfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101011 | 11111011 |
Octal | 317 | 353 | 373 |
Decimal | 207 | 235 | 251 |
Hex | CF | EB | FB |
Shades of #cfebfb
Tints of #cfebfb
RGB Percentages of Color #cfebfb
CMYK Percentages of Color #cfebfb
Complementary Color
#cfebfb | #fbdfcf |
#cfebfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfebfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfebfb Color CSS Codes
.mybgcolor {background-color:#cfebfb; } .myforecolor {color:#cfebfb; } .mybordercolor {border:3px solid #cfebfb; }
#cfebfb Text Font Color
<p style="color:#cfebfb">Text here</p>
This sample text font color is #cfebfb
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.
#cfebfb Background Color
<div style="background-color:#cfebfb">
Div content here</div>
This div background color is #cfebfb
#cfebfb Border Color
<div style="border:3px solid #cfebfb">
Div here</div>
This div border color is #cfebfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,235,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfebfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfebfb; -webkit-box-shadow: 1px 1px 3px 2px #cfebfb; box-shadow: 1px 1px 3px 2px #cfebfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,235,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 #cfebfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfebfb; -webkit-box-shadow: 1px 1px 3px 2px #cfebfb; box-shadow: 1px 1px 3px 2px #cfebfb;">
Div content here</div>
This div box has shadow with color #cfebfb
Comments
No comments written yet.
Please login to write comment.