Color spaces of #c7cbee
RGB | 199 | 203 | 238 |
---|---|---|---|
HSL | 0.65 | 0.53 | 0.86 |
HSV | 234° | 16° | 93° |
CMYK | 0.16 | 0.15 | 0.00 0.07 |
XYZ | 60.3417 | 61.0270 | 89.4880 |
Yxy | 61.0270 | 0.2862 | 0.2894 |
Hunter Lab | 78.1198 | 1.1683 | -13.2342 |
CIE-Lab | 82.3933 | 5.6218 | -17.6969 |
#c7cbee color RGB value is (199,203,238).
#c7cbee hex color red value is 199, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c7cbee hue: 0.65 , saturation: 0.53 and the lightness value of c7cbee is 0.86.
The process color (four color CMYK) of #c7cbee color hex is 0.16, 0.15, 0.00, 0.07. Web safe color of #c7cbee is #ccccff. Color #c7cbee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 11001011 | 11101110 |
Octal | 307 | 313 | 356 |
Decimal | 199 | 203 | 238 |
Hex | C7 | CB | EE |
Shades of #c7cbee
Tints of #c7cbee
RGB Percentages of Color #c7cbee
CMYK Percentages of Color #c7cbee
Complementary Color
#c7cbee | #eeeac7 |
#c7cbee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7cbee Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7cbee Color CSS Codes
.mybgcolor {background-color:#c7cbee; } .myforecolor {color:#c7cbee; } .mybordercolor {border:3px solid #c7cbee; }
#c7cbee Text Font Color
<p style="color:#c7cbee">Text here</p>
This sample text font color is #c7cbee
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.
#c7cbee Background Color
<div style="background-color:#c7cbee">
Div content here</div>
This div background color is #c7cbee
#c7cbee Border Color
<div style="border:3px solid #c7cbee">
Div here</div>
This div border color is #c7cbee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,203,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7cbee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7cbee; -webkit-box-shadow: 1px 1px 3px 2px #c7cbee; box-shadow: 1px 1px 3px 2px #c7cbee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,203,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c7cbee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7cbee; -webkit-box-shadow: 1px 1px 3px 2px #c7cbee; box-shadow: 1px 1px 3px 2px #c7cbee;">
Div content here</div>
This div box has shadow with color #c7cbee
Comments
No comments written yet.
Please login to write comment.