Color spaces of #cdbee0
RGB | 205 | 190 | 224 |
---|---|---|---|
HSL | 0.74 | 0.35 | 0.81 |
HSV | 266° | 15° | 88° |
CMYK | 0.08 | 0.15 | 0.00 0.12 |
XYZ | 57.0448 | 55.1879 | 78.1667 |
Yxy | 55.1879 | 0.2996 | 0.2899 |
Hunter Lab | 74.2886 | 7.0618 | -10.3832 |
CIE-Lab | 79.1494 | 11.6306 | -15.0308 |
#cdbee0 color RGB value is (205,190,224).
#cdbee0 hex color red value is 205, green value is 190 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #cdbee0 hue: 0.74 , saturation: 0.35 and the lightness value of cdbee0 is 0.81.
The process color (four color CMYK) of #cdbee0 color hex is 0.08, 0.15, 0.00, 0.12. Web safe color of #cdbee0 is #cccccc. Color #cdbee0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111110 | 11100000 |
Octal | 315 | 276 | 340 |
Decimal | 205 | 190 | 224 |
Hex | CD | BE | E0 |
Shades of #cdbee0
Tints of #cdbee0
RGB Percentages of Color #cdbee0
CMYK Percentages of Color #cdbee0
Complementary Color
#cdbee0 | #d1e0be |
#cdbee0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbee0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbee0 Color CSS Codes
.mybgcolor {background-color:#cdbee0; } .myforecolor {color:#cdbee0; } .mybordercolor {border:3px solid #cdbee0; }
#cdbee0 Text Font Color
<p style="color:#cdbee0">Text here</p>
This sample text font color is #cdbee0
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.
#cdbee0 Background Color
<div style="background-color:#cdbee0">
Div content here</div>
This div background color is #cdbee0
#cdbee0 Border Color
<div style="border:3px solid #cdbee0">
Div here</div>
This div border color is #cdbee0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,190,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbee0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbee0; -webkit-box-shadow: 1px 1px 3px 2px #cdbee0; box-shadow: 1px 1px 3px 2px #cdbee0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,190,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbee0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbee0; -webkit-box-shadow: 1px 1px 3px 2px #cdbee0; box-shadow: 1px 1px 3px 2px #cdbee0;">
Div content here</div>
This div box has shadow with color #cdbee0
Comments
No comments written yet.
Please login to write comment.