Color spaces of #fcbd22
RGB | 252 | 189 | 34 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.56 |
HSV | 43° | 87° | 99° |
CMYK | 0.00 | 0.25 | 0.87 0.01 |
XYZ | 58.6312 | 57.2061 | 9.4651 |
Yxy | 57.2061 | 0.4679 | 0.4565 |
Hunter Lab | 75.6347 | 6.0105 | 45.5246 |
CIE-Lab | 80.2954 | 10.5649 | 77.4296 |
#fcbd22 color RGB value is (252,189,34).
#fcbd22 hex color red value is 252, green value is 189 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #fcbd22 hue: 0.12 , saturation: 0.97 and the lightness value of fcbd22 is 0.56.
The process color (four color CMYK) of #fcbd22 color hex is 0.00, 0.25, 0.87, 0.01. Web safe color of #fcbd22 is #ffcc33. Color #fcbd22 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10111101 | 00100010 |
Octal | 374 | 275 | 42 |
Decimal | 252 | 189 | 34 |
Hex | FC | BD | 22 |
Shades of #fcbd22
Tints of #fcbd22
RGB Percentages of Color #fcbd22
CMYK Percentages of Color #fcbd22
Complementary Color
#fcbd22 | #2261fc |
#fcbd22 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcbd22 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcbd22 Color CSS Codes
.mybgcolor {background-color:#fcbd22; } .myforecolor {color:#fcbd22; } .mybordercolor {border:3px solid #fcbd22; }
#fcbd22 Text Font Color
<p style="color:#fcbd22">Text here</p>
This sample text font color is #fcbd22
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.
#fcbd22 Background Color
<div style="background-color:#fcbd22">
Div content here</div>
This div background color is #fcbd22
#fcbd22 Border Color
<div style="border:3px solid #fcbd22">
Div here</div>
This div border color is #fcbd22
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,189,34, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcbd22; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcbd22; -webkit-box-shadow: 1px 1px 3px 2px #fcbd22; box-shadow: 1px 1px 3px 2px #fcbd22; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,189,34, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcbd22">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbd22; -webkit-box-shadow: 1px 1px 3px 2px #fcbd22; box-shadow: 1px 1px 3px 2px #fcbd22;">
Div content here</div>
This div box has shadow with color #fcbd22
Comments
No comments written yet.
Please login to write comment.