Color spaces of #c8cfbe
RGB | 200 | 207 | 190 |
---|---|---|---|
HSL | 0.24 | 0.15 | 0.78 |
HSV | 85° | 8° | 81° |
CMYK | 0.03 | 0.00 | 0.08 0.19 |
XYZ | 55.4265 | 60.6227 | 57.4953 |
Yxy | 60.6227 | 0.3194 | 0.3493 |
Hunter Lab | 77.8606 | -9.1875 | 10.7203 |
CIE-Lab | 82.1755 | -5.4396 | 7.6137 |
#c8cfbe color RGB value is (200,207,190).
#c8cfbe hex color red value is 200, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c8cfbe hue: 0.24 , saturation: 0.15 and the lightness value of c8cfbe is 0.78.
The process color (four color CMYK) of #c8cfbe color hex is 0.03, 0.00, 0.08, 0.19. Web safe color of #c8cfbe is #cccccc. Color #c8cfbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 11001111 | 10111110 |
Octal | 310 | 317 | 276 |
Decimal | 200 | 207 | 190 |
Hex | C8 | CF | BE |
Shades of #c8cfbe
Tints of #c8cfbe
RGB Percentages of Color #c8cfbe
CMYK Percentages of Color #c8cfbe
Complementary Color
#c8cfbe | #c5becf |
#c8cfbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8cfbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8cfbe Color CSS Codes
.mybgcolor {background-color:#c8cfbe; } .myforecolor {color:#c8cfbe; } .mybordercolor {border:3px solid #c8cfbe; }
#c8cfbe Text Font Color
<p style="color:#c8cfbe">Text here</p>
This sample text font color is #c8cfbe
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.
#c8cfbe Background Color
<div style="background-color:#c8cfbe">
Div content here</div>
This div background color is #c8cfbe
#c8cfbe Border Color
<div style="border:3px solid #c8cfbe">
Div here</div>
This div border color is #c8cfbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,207,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8cfbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8cfbe; -webkit-box-shadow: 1px 1px 3px 2px #c8cfbe; box-shadow: 1px 1px 3px 2px #c8cfbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,207,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8cfbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8cfbe; -webkit-box-shadow: 1px 1px 3px 2px #c8cfbe; box-shadow: 1px 1px 3px 2px #c8cfbe;">
Div content here</div>
This div box has shadow with color #c8cfbe
Comments
No comments written yet.
Please login to write comment.