Color spaces of #beab27
RGB | 190 | 171 | 39 |
---|---|---|---|
HSL | 0.15 | 0.66 | 0.45 |
HSV | 52° | 79° | 75° |
CMYK | 0.00 | 0.10 | 0.79 0.25 |
XYZ | 36.1643 | 40.2195 | 7.7765 |
Yxy | 40.2195 | 0.4297 | 0.4779 |
Hunter Lab | 63.4188 | -9.1942 | 37.1230 |
CIE-Lab | 69.6256 | -6.7628 | 64.6507 |
#beab27 color RGB value is (190,171,39).
#beab27 hex color red value is 190, green value is 171 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #beab27 hue: 0.15 , saturation: 0.66 and the lightness value of beab27 is 0.45.
The process color (four color CMYK) of #beab27 color hex is 0.00, 0.10, 0.79, 0.25. Web safe color of #beab27 is #cc9933. Color #beab27 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101011 | 00100111 |
Octal | 276 | 253 | 47 |
Decimal | 190 | 171 | 39 |
Hex | BE | AB | 27 |
Shades of #beab27
Tints of #beab27
RGB Percentages of Color #beab27
CMYK Percentages of Color #beab27
Complementary Color
#beab27 | #273abe |
#beab27 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beab27 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beab27 Color CSS Codes
.mybgcolor {background-color:#beab27; } .myforecolor {color:#beab27; } .mybordercolor {border:3px solid #beab27; }
#beab27 Text Font Color
<p style="color:#beab27">Text here</p>
This sample text font color is #beab27
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.
#beab27 Background Color
<div style="background-color:#beab27">
Div content here</div>
This div background color is #beab27
#beab27 Border Color
<div style="border:3px solid #beab27">
Div here</div>
This div border color is #beab27
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,171,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beab27; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beab27; -webkit-box-shadow: 1px 1px 3px 2px #beab27; box-shadow: 1px 1px 3px 2px #beab27; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,171,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beab27">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beab27; -webkit-box-shadow: 1px 1px 3px 2px #beab27; box-shadow: 1px 1px 3px 2px #beab27;">
Div content here</div>
This div box has shadow with color #beab27
Comments
No comments written yet.
Please login to write comment.