Color spaces of #feb234
RGB | 254 | 178 | 52 |
---|---|---|---|
HSL | 0.10 | 0.99 | 0.60 |
HSV | 37° | 80° | 100° |
CMYK | 0.00 | 0.30 | 0.80 0.00 |
XYZ | 57.4133 | 53.1596 | 10.4836 |
Yxy | 53.1596 | 0.4743 | 0.4391 |
Hunter Lab | 72.9106 | 12.9658 | 42.5123 |
CIE-Lab | 77.9691 | 17.6241 | 70.3487 |
#feb234 color RGB value is (254,178,52).
#feb234 hex color red value is 254, green value is 178 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #feb234 hue: 0.10 , saturation: 0.99 and the lightness value of feb234 is 0.60.
The process color (four color CMYK) of #feb234 color hex is 0.00, 0.30, 0.80, 0.00. Web safe color of #feb234 is #ff9933. Color #feb234 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10110010 | 00110100 |
Octal | 376 | 262 | 64 |
Decimal | 254 | 178 | 52 |
Hex | FE | B2 | 34 |
Shades of #feb234
Tints of #feb234
RGB Percentages of Color #feb234
CMYK Percentages of Color #feb234
Complementary Color
#feb234 | #3480fe |
#feb234 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feb234 Color Preview on White Background
Lorem ipsum dolor sit amet.
#feb234 Color CSS Codes
.mybgcolor {background-color:#feb234; } .myforecolor {color:#feb234; } .mybordercolor {border:3px solid #feb234; }
#feb234 Text Font Color
<p style="color:#feb234">Text here</p>
This sample text font color is #feb234
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.
#feb234 Background Color
<div style="background-color:#feb234">
Div content here</div>
This div background color is #feb234
#feb234 Border Color
<div style="border:3px solid #feb234">
Div here</div>
This div border color is #feb234
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,178,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feb234; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feb234; -webkit-box-shadow: 1px 1px 3px 2px #feb234; box-shadow: 1px 1px 3px 2px #feb234; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,178,52, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feb234">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feb234; -webkit-box-shadow: 1px 1px 3px 2px #feb234; box-shadow: 1px 1px 3px 2px #feb234;">
Div content here</div>
This div box has shadow with color #feb234
Comments
No comments written yet.
Please login to write comment.