Color spaces of #c5bfdf
RGB | 197 | 191 | 223 |
---|---|---|---|
HSL | 0.70 | 0.33 | 0.81 |
HSV | 251° | 14° | 87° |
CMYK | 0.12 | 0.14 | 0.00 0.13 |
XYZ | 54.9760 | 54.4596 | 77.4262 |
Yxy | 54.4596 | 0.2942 | 0.2914 |
Hunter Lab | 73.7967 | 3.8320 | -10.5483 |
CIE-Lab | 78.7290 | 8.2813 | -15.1883 |
#c5bfdf color RGB value is (197,191,223).
#c5bfdf hex color red value is 197, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c5bfdf hue: 0.70 , saturation: 0.33 and the lightness value of c5bfdf is 0.81.
The process color (four color CMYK) of #c5bfdf color hex is 0.12, 0.14, 0.00, 0.13. Web safe color of #c5bfdf is #cccccc. Color #c5bfdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10111111 | 11011111 |
Octal | 305 | 277 | 337 |
Decimal | 197 | 191 | 223 |
Hex | C5 | BF | DF |
Shades of #c5bfdf
Tints of #c5bfdf
RGB Percentages of Color #c5bfdf
CMYK Percentages of Color #c5bfdf
Complementary Color
#c5bfdf | #d9dfbf |
#c5bfdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5bfdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5bfdf Color CSS Codes
.mybgcolor {background-color:#c5bfdf; } .myforecolor {color:#c5bfdf; } .mybordercolor {border:3px solid #c5bfdf; }
#c5bfdf Text Font Color
<p style="color:#c5bfdf">Text here</p>
This sample text font color is #c5bfdf
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.
#c5bfdf Background Color
<div style="background-color:#c5bfdf">
Div content here</div>
This div background color is #c5bfdf
#c5bfdf Border Color
<div style="border:3px solid #c5bfdf">
Div here</div>
This div border color is #c5bfdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,191,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5bfdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5bfdf; -webkit-box-shadow: 1px 1px 3px 2px #c5bfdf; box-shadow: 1px 1px 3px 2px #c5bfdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,191,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5bfdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5bfdf; -webkit-box-shadow: 1px 1px 3px 2px #c5bfdf; box-shadow: 1px 1px 3px 2px #c5bfdf;">
Div content here</div>
This div box has shadow with color #c5bfdf
Comments
No comments written yet.
Please login to write comment.