Color spaces of #ffed34
RGB | 255 | 237 | 52 |
---|---|---|---|
HSL | 0.15 | 1.00 | 0.60 |
HSV | 55° | 80° | 100° |
CMYK | 0.00 | 0.07 | 0.80 0.00 |
XYZ | 72.1440 | 82.0763 | 15.2887 |
Yxy | 82.0763 | 0.4256 | 0.4842 |
Hunter Lab | 90.5960 | -16.3986 | 53.4116 |
CIE-Lab | 92.6085 | -12.0431 | 83.3039 |
#ffed34 color RGB value is (255,237,52).
#ffed34 hex color red value is 255, green value is 237 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ffed34 hue: 0.15 , saturation: 1.00 and the lightness value of ffed34 is 0.60.
The process color (four color CMYK) of #ffed34 color hex is 0.00, 0.07, 0.80, 0.00. Web safe color of #ffed34 is #ffff33. Color #ffed34 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101101 | 00110100 |
Octal | 377 | 355 | 64 |
Decimal | 255 | 237 | 52 |
Hex | FF | ED | 34 |
Shades of #ffed34
Tints of #ffed34
RGB Percentages of Color #ffed34
CMYK Percentages of Color #ffed34
Complementary Color
#ffed34 | #3446ff |
#ffed34 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffed34 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffed34 Color CSS Codes
.mybgcolor {background-color:#ffed34; } .myforecolor {color:#ffed34; } .mybordercolor {border:3px solid #ffed34; }
#ffed34 Text Font Color
<p style="color:#ffed34">Text here</p>
This sample text font color is #ffed34
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.
#ffed34 Background Color
<div style="background-color:#ffed34">
Div content here</div>
This div background color is #ffed34
#ffed34 Border Color
<div style="border:3px solid #ffed34">
Div here</div>
This div border color is #ffed34
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,237,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffed34; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffed34; -webkit-box-shadow: 1px 1px 3px 2px #ffed34; box-shadow: 1px 1px 3px 2px #ffed34; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,237,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 #ffed34">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffed34; -webkit-box-shadow: 1px 1px 3px 2px #ffed34; box-shadow: 1px 1px 3px 2px #ffed34;">
Div content here</div>
This div box has shadow with color #ffed34
Comments
No comments written yet.
Please login to write comment.