Color spaces of #beb607
RGB | 190 | 182 | 7 |
---|---|---|---|
HSL | 0.16 | 0.93 | 0.39 |
HSV | 57° | 96° | 75° |
CMYK | 0.00 | 0.04 | 0.96 0.25 |
XYZ | 38.0015 | 44.4184 | 6.7717 |
Yxy | 44.4184 | 0.4261 | 0.4980 |
Hunter Lab | 66.6471 | -14.8536 | 40.6288 |
CIE-Lab | 72.5073 | -13.1496 | 73.3591 |
#beb607 color RGB value is (190,182,7).
#beb607 hex color red value is 190, green value is 182 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #beb607 hue: 0.16 , saturation: 0.93 and the lightness value of beb607 is 0.39.
The process color (four color CMYK) of #beb607 color hex is 0.00, 0.04, 0.96, 0.25. Web safe color of #beb607 is #cccc00. Color #beb607 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10110110 | 00000111 |
Octal | 276 | 266 | 7 |
Decimal | 190 | 182 | 7 |
Hex | BE | B6 | 7 |
Shades of #beb607
Tints of #beb607
RGB Percentages of Color #beb607
CMYK Percentages of Color #beb607
Complementary Color
#beb607 | #070fbe |
#beb607 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beb607 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beb607 Color CSS Codes
.mybgcolor {background-color:#beb607; } .myforecolor {color:#beb607; } .mybordercolor {border:3px solid #beb607; }
#beb607 Text Font Color
<p style="color:#beb607">Text here</p>
This sample text font color is #beb607
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.
#beb607 Background Color
<div style="background-color:#beb607">
Div content here</div>
This div background color is #beb607
#beb607 Border Color
<div style="border:3px solid #beb607">
Div here</div>
This div border color is #beb607
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,182,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beb607; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beb607; -webkit-box-shadow: 1px 1px 3px 2px #beb607; box-shadow: 1px 1px 3px 2px #beb607; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,182,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beb607">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beb607; -webkit-box-shadow: 1px 1px 3px 2px #beb607; box-shadow: 1px 1px 3px 2px #beb607;">
Div content here</div>
This div box has shadow with color #beb607
Comments
No comments written yet.
Please login to write comment.