Color spaces of #cbcff8
RGB | 203 | 207 | 248 |
---|---|---|---|
HSL | 0.65 | 0.76 | 0.88 |
HSV | 235° | 18° | 97° |
CMYK | 0.18 | 0.17 | 0.00 0.03 |
XYZ | 63.8847 | 64.0995 | 97.8123 |
Yxy | 64.0995 | 0.2829 | 0.2839 |
Hunter Lab | 80.0622 | 2.3233 | -16.3913 |
CIE-Lab | 84.0175 | 6.8718 | -20.5339 |
#cbcff8 color RGB value is (203,207,248).
#cbcff8 hex color red value is 203, green value is 207 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #cbcff8 hue: 0.65 , saturation: 0.76 and the lightness value of cbcff8 is 0.88.
The process color (four color CMYK) of #cbcff8 color hex is 0.18, 0.17, 0.00, 0.03. Web safe color of #cbcff8 is #ccccff. Color #cbcff8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11001111 | 11111000 |
Octal | 313 | 317 | 370 |
Decimal | 203 | 207 | 248 |
Hex | CB | CF | F8 |
Shades of #cbcff8
Tints of #cbcff8
RGB Percentages of Color #cbcff8
CMYK Percentages of Color #cbcff8
Complementary Color
#cbcff8 | #f8f4cb |
#cbcff8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbcff8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbcff8 Color CSS Codes
.mybgcolor {background-color:#cbcff8; } .myforecolor {color:#cbcff8; } .mybordercolor {border:3px solid #cbcff8; }
#cbcff8 Text Font Color
<p style="color:#cbcff8">Text here</p>
This sample text font color is #cbcff8
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.
#cbcff8 Background Color
<div style="background-color:#cbcff8">
Div content here</div>
This div background color is #cbcff8
#cbcff8 Border Color
<div style="border:3px solid #cbcff8">
Div here</div>
This div border color is #cbcff8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,207,248, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbcff8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbcff8; -webkit-box-shadow: 1px 1px 3px 2px #cbcff8; box-shadow: 1px 1px 3px 2px #cbcff8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,207,248, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbcff8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbcff8; -webkit-box-shadow: 1px 1px 3px 2px #cbcff8; box-shadow: 1px 1px 3px 2px #cbcff8;">
Div content here</div>
This div box has shadow with color #cbcff8
Comments
No comments written yet.
Please login to write comment.