Color spaces of #c9beed
RGB | 201 | 190 | 237 |
---|---|---|---|
HSL | 0.71 | 0.57 | 0.84 |
HSV | 254° | 20° | 93° |
CMYK | 0.15 | 0.20 | 0.00 0.07 |
XYZ | 57.7869 | 55.3588 | 87.7604 |
Yxy | 55.3588 | 0.2876 | 0.2755 |
Hunter Lab | 74.4035 | 8.4293 | -17.8513 |
CIE-Lab | 79.2475 | 13.0287 | -21.9072 |
#c9beed color RGB value is (201,190,237).
#c9beed hex color red value is 201, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c9beed hue: 0.71 , saturation: 0.57 and the lightness value of c9beed is 0.84.
The process color (four color CMYK) of #c9beed color hex is 0.15, 0.20, 0.00, 0.07. Web safe color of #c9beed is #ccccff. Color #c9beed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10111110 | 11101101 |
Octal | 311 | 276 | 355 |
Decimal | 201 | 190 | 237 |
Hex | C9 | BE | ED |
Shades of #c9beed
Tints of #c9beed
RGB Percentages of Color #c9beed
CMYK Percentages of Color #c9beed
Complementary Color
#c9beed | #e2edbe |
#c9beed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9beed Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9beed Color CSS Codes
.mybgcolor {background-color:#c9beed; } .myforecolor {color:#c9beed; } .mybordercolor {border:3px solid #c9beed; }
#c9beed Text Font Color
<p style="color:#c9beed">Text here</p>
This sample text font color is #c9beed
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.
#c9beed Background Color
<div style="background-color:#c9beed">
Div content here</div>
This div background color is #c9beed
#c9beed Border Color
<div style="border:3px solid #c9beed">
Div here</div>
This div border color is #c9beed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,190,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9beed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9beed; -webkit-box-shadow: 1px 1px 3px 2px #c9beed; box-shadow: 1px 1px 3px 2px #c9beed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,190,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9beed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9beed; -webkit-box-shadow: 1px 1px 3px 2px #c9beed; box-shadow: 1px 1px 3px 2px #c9beed;">
Div content here</div>
This div box has shadow with color #c9beed
Comments
No comments written yet.
Please login to write comment.