Color spaces of #cbbdee
RGB | 203 | 189 | 238 |
---|---|---|---|
HSL | 0.71 | 0.59 | 0.84 |
HSV | 257° | 21° | 93° |
CMYK | 0.15 | 0.21 | 0.00 0.07 |
XYZ | 58.2588 | 55.2647 | 88.4855 |
Yxy | 55.2647 | 0.2884 | 0.2736 |
Hunter Lab | 74.3402 | 9.7911 | -18.5334 |
CIE-Lab | 79.1935 | 14.4114 | -22.5115 |
#cbbdee color RGB value is (203,189,238).
#cbbdee hex color red value is 203, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cbbdee hue: 0.71 , saturation: 0.59 and the lightness value of cbbdee is 0.84.
The process color (four color CMYK) of #cbbdee color hex is 0.15, 0.21, 0.00, 0.07. Web safe color of #cbbdee is #ccccff. Color #cbbdee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10111101 | 11101110 |
Octal | 313 | 275 | 356 |
Decimal | 203 | 189 | 238 |
Hex | CB | BD | EE |
Shades of #cbbdee
Tints of #cbbdee
RGB Percentages of Color #cbbdee
CMYK Percentages of Color #cbbdee
Complementary Color
#cbbdee | #e0eebd |
#cbbdee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbbdee Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbbdee Color CSS Codes
.mybgcolor {background-color:#cbbdee; } .myforecolor {color:#cbbdee; } .mybordercolor {border:3px solid #cbbdee; }
#cbbdee Text Font Color
<p style="color:#cbbdee">Text here</p>
This sample text font color is #cbbdee
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.
#cbbdee Background Color
<div style="background-color:#cbbdee">
Div content here</div>
This div background color is #cbbdee
#cbbdee Border Color
<div style="border:3px solid #cbbdee">
Div here</div>
This div border color is #cbbdee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,189,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbbdee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbbdee; -webkit-box-shadow: 1px 1px 3px 2px #cbbdee; box-shadow: 1px 1px 3px 2px #cbbdee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,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 #cbbdee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbbdee; -webkit-box-shadow: 1px 1px 3px 2px #cbbdee; box-shadow: 1px 1px 3px 2px #cbbdee;">
Div content here</div>
This div box has shadow with color #cbbdee
Comments
No comments written yet.
Please login to write comment.