Color spaces of #cfbeaf
RGB | 207 | 190 | 175 |
---|---|---|---|
HSL | 0.08 | 0.25 | 0.75 |
HSV | 28° | 15° | 81° |
CMYK | 0.00 | 0.08 | 0.15 0.19 |
XYZ | 51.8834 | 53.1875 | 48.0891 |
Yxy | 53.1875 | 0.3388 | 0.3473 |
Hunter Lab | 72.9298 | -0.6393 | 11.9556 |
CIE-Lab | 77.9856 | 3.5227 | 9.7351 |
#cfbeaf color RGB value is (207,190,175).
#cfbeaf hex color red value is 207, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cfbeaf hue: 0.08 , saturation: 0.25 and the lightness value of cfbeaf is 0.75.
The process color (four color CMYK) of #cfbeaf color hex is 0.00, 0.08, 0.15, 0.19. Web safe color of #cfbeaf is #cccc99. Color #cfbeaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111110 | 10101111 |
Octal | 317 | 276 | 257 |
Decimal | 207 | 190 | 175 |
Hex | CF | BE | AF |
Shades of #cfbeaf
Tints of #cfbeaf
RGB Percentages of Color #cfbeaf
CMYK Percentages of Color #cfbeaf
Complementary Color
#cfbeaf | #afc0cf |
#cfbeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfbeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfbeaf Color CSS Codes
.mybgcolor {background-color:#cfbeaf; } .myforecolor {color:#cfbeaf; } .mybordercolor {border:3px solid #cfbeaf; }
#cfbeaf Text Font Color
<p style="color:#cfbeaf">Text here</p>
This sample text font color is #cfbeaf
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.
#cfbeaf Background Color
<div style="background-color:#cfbeaf">
Div content here</div>
This div background color is #cfbeaf
#cfbeaf Border Color
<div style="border:3px solid #cfbeaf">
Div here</div>
This div border color is #cfbeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,190,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfbeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfbeaf; -webkit-box-shadow: 1px 1px 3px 2px #cfbeaf; box-shadow: 1px 1px 3px 2px #cfbeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,190,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfbeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbeaf; -webkit-box-shadow: 1px 1px 3px 2px #cfbeaf; box-shadow: 1px 1px 3px 2px #cfbeaf;">
Div content here</div>
This div box has shadow with color #cfbeaf
Comments
No comments written yet.
Please login to write comment.