Color spaces of #cdbbe5
RGB | 205 | 187 | 229 |
---|---|---|---|
HSL | 0.74 | 0.45 | 0.82 |
HSV | 266° | 18° | 90° |
CMYK | 0.10 | 0.18 | 0.00 0.10 |
XYZ | 57.0900 | 54.1769 | 81.5770 |
Yxy | 54.1769 | 0.2960 | 0.2809 |
Hunter Lab | 73.6050 | 9.6408 | -14.1881 |
CIE-Lab | 78.5648 | 14.2618 | -18.6061 |
#cdbbe5 color RGB value is (205,187,229).
#cdbbe5 hex color red value is 205, green value is 187 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cdbbe5 hue: 0.74 , saturation: 0.45 and the lightness value of cdbbe5 is 0.82.
The process color (four color CMYK) of #cdbbe5 color hex is 0.10, 0.18, 0.00, 0.10. Web safe color of #cdbbe5 is #cccccc. Color #cdbbe5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111011 | 11100101 |
Octal | 315 | 273 | 345 |
Decimal | 205 | 187 | 229 |
Hex | CD | BB | E5 |
Shades of #cdbbe5
Tints of #cdbbe5
RGB Percentages of Color #cdbbe5
CMYK Percentages of Color #cdbbe5
Complementary Color
#cdbbe5 | #d3e5bb |
#cdbbe5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbbe5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbbe5 Color CSS Codes
.mybgcolor {background-color:#cdbbe5; } .myforecolor {color:#cdbbe5; } .mybordercolor {border:3px solid #cdbbe5; }
#cdbbe5 Text Font Color
<p style="color:#cdbbe5">Text here</p>
This sample text font color is #cdbbe5
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.
#cdbbe5 Background Color
<div style="background-color:#cdbbe5">
Div content here</div>
This div background color is #cdbbe5
#cdbbe5 Border Color
<div style="border:3px solid #cdbbe5">
Div here</div>
This div border color is #cdbbe5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,187,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbbe5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbbe5; -webkit-box-shadow: 1px 1px 3px 2px #cdbbe5; box-shadow: 1px 1px 3px 2px #cdbbe5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,187,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbbe5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbbe5; -webkit-box-shadow: 1px 1px 3px 2px #cdbbe5; box-shadow: 1px 1px 3px 2px #cdbbe5;">
Div content here</div>
This div box has shadow with color #cdbbe5
Comments
No comments written yet.
Please login to write comment.