Color spaces of #c2bcfb
RGB | 194 | 188 | 251 |
---|---|---|---|
HSL | 0.68 | 0.89 | 0.86 |
HSV | 246° | 25° | 98° |
CMYK | 0.23 | 0.25 | 0.00 0.02 |
XYZ | 57.6439 | 54.4008 | 98.7290 |
Yxy | 54.4008 | 0.2735 | 0.2581 |
Hunter Lab | 73.7569 | 10.4302 | -27.7342 |
CIE-Lab | 78.6949 | 15.0611 | -30.3120 |
#c2bcfb color RGB value is (194,188,251).
#c2bcfb hex color red value is 194, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c2bcfb hue: 0.68 , saturation: 0.89 and the lightness value of c2bcfb is 0.86.
The process color (four color CMYK) of #c2bcfb color hex is 0.23, 0.25, 0.00, 0.02. Web safe color of #c2bcfb is #ccccff. Color #c2bcfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10111100 | 11111011 |
Octal | 302 | 274 | 373 |
Decimal | 194 | 188 | 251 |
Hex | C2 | BC | FB |
Shades of #c2bcfb
Tints of #c2bcfb
RGB Percentages of Color #c2bcfb
CMYK Percentages of Color #c2bcfb
Complementary Color
#c2bcfb | #f5fbbc |
#c2bcfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2bcfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2bcfb Color CSS Codes
.mybgcolor {background-color:#c2bcfb; } .myforecolor {color:#c2bcfb; } .mybordercolor {border:3px solid #c2bcfb; }
#c2bcfb Text Font Color
<p style="color:#c2bcfb">Text here</p>
This sample text font color is #c2bcfb
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.
#c2bcfb Background Color
<div style="background-color:#c2bcfb">
Div content here</div>
This div background color is #c2bcfb
#c2bcfb Border Color
<div style="border:3px solid #c2bcfb">
Div here</div>
This div border color is #c2bcfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,188,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2bcfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2bcfb; -webkit-box-shadow: 1px 1px 3px 2px #c2bcfb; box-shadow: 1px 1px 3px 2px #c2bcfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,188,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2bcfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2bcfb; -webkit-box-shadow: 1px 1px 3px 2px #c2bcfb; box-shadow: 1px 1px 3px 2px #c2bcfb;">
Div content here</div>
This div box has shadow with color #c2bcfb
Comments
No comments written yet.
Please login to write comment.