Color spaces of #cdbff5
RGB | 205 | 191 | 245 |
---|---|---|---|
HSL | 0.71 | 0.73 | 0.85 |
HSV | 256° | 22° | 96° |
CMYK | 0.16 | 0.22 | 0.00 0.04 |
XYZ | 60.2891 | 56.8333 | 94.1786 |
Yxy | 56.8333 | 0.2853 | 0.2690 |
Hunter Lab | 75.3879 | 10.8211 | -21.2968 |
CIE-Lab | 80.0857 | 15.4431 | -24.8930 |
#cdbff5 color RGB value is (205,191,245).
#cdbff5 hex color red value is 205, green value is 191 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #cdbff5 hue: 0.71 , saturation: 0.73 and the lightness value of cdbff5 is 0.85.
The process color (four color CMYK) of #cdbff5 color hex is 0.16, 0.22, 0.00, 0.04. Web safe color of #cdbff5 is #ccccff. Color #cdbff5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111111 | 11110101 |
Octal | 315 | 277 | 365 |
Decimal | 205 | 191 | 245 |
Hex | CD | BF | F5 |
Shades of #cdbff5
Tints of #cdbff5
RGB Percentages of Color #cdbff5
CMYK Percentages of Color #cdbff5
Complementary Color
#cdbff5 | #e7f5bf |
#cdbff5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbff5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbff5 Color CSS Codes
.mybgcolor {background-color:#cdbff5; } .myforecolor {color:#cdbff5; } .mybordercolor {border:3px solid #cdbff5; }
#cdbff5 Text Font Color
<p style="color:#cdbff5">Text here</p>
This sample text font color is #cdbff5
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.
#cdbff5 Background Color
<div style="background-color:#cdbff5">
Div content here</div>
This div background color is #cdbff5
#cdbff5 Border Color
<div style="border:3px solid #cdbff5">
Div here</div>
This div border color is #cdbff5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,191,245, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbff5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbff5; -webkit-box-shadow: 1px 1px 3px 2px #cdbff5; box-shadow: 1px 1px 3px 2px #cdbff5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,191,245, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbff5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbff5; -webkit-box-shadow: 1px 1px 3px 2px #cdbff5; box-shadow: 1px 1px 3px 2px #cdbff5;">
Div content here</div>
This div box has shadow with color #cdbff5
Comments
No comments written yet.
Please login to write comment.