Color spaces of #be500c
RGB | 190 | 80 | 12 |
---|---|---|---|
HSL | 0.06 | 0.88 | 0.40 |
HSV | 23° | 94° | 75° |
CMYK | 0.00 | 0.58 | 0.94 0.25 |
XYZ | 24.1702 | 16.7110 | 2.2995 |
Yxy | 16.7110 | 0.5597 | 0.3870 |
Hunter Lab | 40.8791 | 34.0016 | 25.2802 |
CIE-Lab | 47.8938 | 41.3704 | 54.8792 |
#be500c color RGB value is (190,80,12).
#be500c hex color red value is 190, green value is 80 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #be500c hue: 0.06 , saturation: 0.88 and the lightness value of be500c is 0.40.
The process color (four color CMYK) of #be500c color hex is 0.00, 0.58, 0.94, 0.25. Web safe color of #be500c is #cc6600. Color #be500c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01010000 | 00001100 |
Octal | 276 | 120 | 14 |
Decimal | 190 | 80 | 12 |
Hex | BE | 50 | C |
Shades of #be500c
Tints of #be500c
RGB Percentages of Color #be500c
CMYK Percentages of Color #be500c
Complementary Color
#be500c | #0c7abe |
#be500c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be500c Color Preview on White Background
Lorem ipsum dolor sit amet.
#be500c Color CSS Codes
.mybgcolor {background-color:#be500c; } .myforecolor {color:#be500c; } .mybordercolor {border:3px solid #be500c; }
#be500c Text Font Color
<p style="color:#be500c">Text here</p>
This sample text font color is #be500c
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.
#be500c Background Color
<div style="background-color:#be500c">
Div content here</div>
This div background color is #be500c
#be500c Border Color
<div style="border:3px solid #be500c">
Div here</div>
This div border color is #be500c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,80,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be500c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be500c; -webkit-box-shadow: 1px 1px 3px 2px #be500c; box-shadow: 1px 1px 3px 2px #be500c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,80,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be500c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be500c; -webkit-box-shadow: 1px 1px 3px 2px #be500c; box-shadow: 1px 1px 3px 2px #be500c;">
Div content here</div>
This div box has shadow with color #be500c
Comments
No comments written yet.
Please login to write comment.