Color spaces of #ccbdee
RGB | 204 | 189 | 238 |
---|---|---|---|
HSL | 0.72 | 0.59 | 0.84 |
HSV | 258° | 21° | 93° |
CMYK | 0.14 | 0.21 | 0.00 0.07 |
XYZ | 58.5321 | 55.4056 | 88.4983 |
Yxy | 55.4056 | 0.2891 | 0.2737 |
Hunter Lab | 74.4349 | 10.1028 | -18.3875 |
CIE-Lab | 79.2743 | 14.7261 | -22.3812 |
#ccbdee color RGB value is (204,189,238).
#ccbdee hex color red value is 204, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ccbdee hue: 0.72 , saturation: 0.59 and the lightness value of ccbdee is 0.84.
The process color (four color CMYK) of #ccbdee color hex is 0.14, 0.21, 0.00, 0.07. Web safe color of #ccbdee is #ccccff. Color #ccbdee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111101 | 11101110 |
Octal | 314 | 275 | 356 |
Decimal | 204 | 189 | 238 |
Hex | CC | BD | EE |
Shades of #ccbdee
Tints of #ccbdee
RGB Percentages of Color #ccbdee
CMYK Percentages of Color #ccbdee
Complementary Color
#ccbdee | #dfeebd |
#ccbdee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbdee Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbdee Color CSS Codes
.mybgcolor {background-color:#ccbdee; } .myforecolor {color:#ccbdee; } .mybordercolor {border:3px solid #ccbdee; }
#ccbdee Text Font Color
<p style="color:#ccbdee">Text here</p>
This sample text font color is #ccbdee
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.
#ccbdee Background Color
<div style="background-color:#ccbdee">
Div content here</div>
This div background color is #ccbdee
#ccbdee Border Color
<div style="border:3px solid #ccbdee">
Div here</div>
This div border color is #ccbdee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,189,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbdee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbdee; -webkit-box-shadow: 1px 1px 3px 2px #ccbdee; box-shadow: 1px 1px 3px 2px #ccbdee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,189,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccbdee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbdee; -webkit-box-shadow: 1px 1px 3px 2px #ccbdee; box-shadow: 1px 1px 3px 2px #ccbdee;">
Div content here</div>
This div box has shadow with color #ccbdee
Comments
No comments written yet.
Please login to write comment.