Color spaces of #ffcbb0
RGB | 255 | 203 | 176 |
---|---|---|---|
HSL | 0.06 | 1.00 | 0.85 |
HSV | 21° | 31° | 100° |
CMYK | 0.00 | 0.20 | 0.31 0.00 |
XYZ | 70.4324 | 67.1065 | 50.3149 |
Yxy | 67.1065 | 0.3749 | 0.3572 |
Hunter Lab | 81.9186 | 10.1143 | 20.9267 |
CIE-Lab | 85.5577 | 14.7125 | 20.4760 |
#ffcbb0 color RGB value is (255,203,176).
#ffcbb0 hex color red value is 255, green value is 203 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ffcbb0 hue: 0.06 , saturation: 1.00 and the lightness value of ffcbb0 is 0.85.
The process color (four color CMYK) of #ffcbb0 color hex is 0.00, 0.20, 0.31, 0.00. Web safe color of #ffcbb0 is #ffcc99. Color #ffcbb0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11001011 | 10110000 |
Octal | 377 | 313 | 260 |
Decimal | 255 | 203 | 176 |
Hex | FF | CB | B0 |
Shades of #ffcbb0
Tints of #ffcbb0
RGB Percentages of Color #ffcbb0
CMYK Percentages of Color #ffcbb0
Complementary Color
#ffcbb0 | #b0e4ff |
#ffcbb0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffcbb0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffcbb0 Color CSS Codes
.mybgcolor {background-color:#ffcbb0; } .myforecolor {color:#ffcbb0; } .mybordercolor {border:3px solid #ffcbb0; }
#ffcbb0 Text Font Color
<p style="color:#ffcbb0">Text here</p>
This sample text font color is #ffcbb0
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.
#ffcbb0 Background Color
<div style="background-color:#ffcbb0">
Div content here</div>
This div background color is #ffcbb0
#ffcbb0 Border Color
<div style="border:3px solid #ffcbb0">
Div here</div>
This div border color is #ffcbb0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,203,176, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffcbb0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffcbb0; -webkit-box-shadow: 1px 1px 3px 2px #ffcbb0; box-shadow: 1px 1px 3px 2px #ffcbb0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,203,176, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffcbb0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffcbb0; -webkit-box-shadow: 1px 1px 3px 2px #ffcbb0; box-shadow: 1px 1px 3px 2px #ffcbb0;">
Div content here</div>
This div box has shadow with color #ffcbb0
#ffcbb0 Color Palettes
Comments
No comments written yet.
Please login to write comment.