Color spaces of #cbebf3
RGB | 203 | 235 | 243 |
---|---|---|---|
HSL | 0.53 | 0.63 | 0.87 |
HSV | 192° | 16° | 95° |
CMYK | 0.16 | 0.03 | 0.00 0.05 |
XYZ | 70.5146 | 78.5842 | 96.2458 |
Yxy | 78.5842 | 0.2874 | 0.3203 |
Hunter Lab | 88.6477 | -13.1462 | -2.3184 |
CIE-Lab | 91.0458 | -8.7672 | -7.3805 |
#cbebf3 color RGB value is (203,235,243).
#cbebf3 hex color red value is 203, green value is 235 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #cbebf3 hue: 0.53 , saturation: 0.63 and the lightness value of cbebf3 is 0.87.
The process color (four color CMYK) of #cbebf3 color hex is 0.16, 0.03, 0.00, 0.05. Web safe color of #cbebf3 is #ccffff. Color #cbebf3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11101011 | 11110011 |
Octal | 313 | 353 | 363 |
Decimal | 203 | 235 | 243 |
Hex | CB | EB | F3 |
Shades of #cbebf3
Tints of #cbebf3
RGB Percentages of Color #cbebf3
CMYK Percentages of Color #cbebf3
Complementary Color
#cbebf3 | #f3d3cb |
#cbebf3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbebf3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbebf3 Color CSS Codes
.mybgcolor {background-color:#cbebf3; } .myforecolor {color:#cbebf3; } .mybordercolor {border:3px solid #cbebf3; }
#cbebf3 Text Font Color
<p style="color:#cbebf3">Text here</p>
This sample text font color is #cbebf3
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.
#cbebf3 Background Color
<div style="background-color:#cbebf3">
Div content here</div>
This div background color is #cbebf3
#cbebf3 Border Color
<div style="border:3px solid #cbebf3">
Div here</div>
This div border color is #cbebf3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,235,243, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbebf3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbebf3; -webkit-box-shadow: 1px 1px 3px 2px #cbebf3; box-shadow: 1px 1px 3px 2px #cbebf3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,235,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 #cbebf3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbebf3; -webkit-box-shadow: 1px 1px 3px 2px #cbebf3; box-shadow: 1px 1px 3px 2px #cbebf3;">
Div content here</div>
This div box has shadow with color #cbebf3
Comments
No comments written yet.
Please login to write comment.