Color spaces of #cebae6
RGB | 206 | 186 | 230 |
---|---|---|---|
HSL | 0.74 | 0.47 | 0.82 |
HSV | 267° | 19° | 90° |
CMYK | 0.10 | 0.19 | 0.00 0.10 |
XYZ | 57.2954 | 53.9528 | 82.2570 |
Yxy | 53.9528 | 0.2961 | 0.2788 |
Hunter Lab | 73.4526 | 10.6938 | -14.9800 |
CIE-Lab | 78.4342 | 15.3300 | -19.3345 |
#cebae6 color RGB value is (206,186,230).
#cebae6 hex color red value is 206, green value is 186 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #cebae6 hue: 0.74 , saturation: 0.47 and the lightness value of cebae6 is 0.82.
The process color (four color CMYK) of #cebae6 color hex is 0.10, 0.19, 0.00, 0.10. Web safe color of #cebae6 is #ccccff. Color #cebae6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10111010 | 11100110 |
Octal | 316 | 272 | 346 |
Decimal | 206 | 186 | 230 |
Hex | CE | BA | E6 |
Shades of #cebae6
Tints of #cebae6
RGB Percentages of Color #cebae6
CMYK Percentages of Color #cebae6
Complementary Color
#cebae6 | #d2e6ba |
#cebae6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cebae6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cebae6 Color CSS Codes
.mybgcolor {background-color:#cebae6; } .myforecolor {color:#cebae6; } .mybordercolor {border:3px solid #cebae6; }
#cebae6 Text Font Color
<p style="color:#cebae6">Text here</p>
This sample text font color is #cebae6
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.
#cebae6 Background Color
<div style="background-color:#cebae6">
Div content here</div>
This div background color is #cebae6
#cebae6 Border Color
<div style="border:3px solid #cebae6">
Div here</div>
This div border color is #cebae6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,186,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cebae6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cebae6; -webkit-box-shadow: 1px 1px 3px 2px #cebae6; box-shadow: 1px 1px 3px 2px #cebae6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,186,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cebae6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cebae6; -webkit-box-shadow: 1px 1px 3px 2px #cebae6; box-shadow: 1px 1px 3px 2px #cebae6;">
Div content here</div>
This div box has shadow with color #cebae6
Comments
No comments written yet.
Please login to write comment.