Hex #ffc125 Color
equivalent to
RGB
(255, 193, 37)Details of #ffc125
|
|
|
|
Color HEX #ffc125 matches (255, 193, 37) in RGB.
#ffc125 hex color red value is 255, green value is 193 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ffc125 hue: 0.12, saturation: 1.00 and the lightness value of ffc125 is 0.57.
The process color (four color CMYK) of #ffc125 color hex is 0.00, 0.24, 0.85, 0.00. Web safe color of #ffc125 is #ffcc33. Color #ffc125 contains mainly RED color.
Base Numbers
|
|
|
|
#ffc125 tints
#ffc125 shades
RGB in % of #ffc125
CMYK in % of #ffc125
Preview Color #ffc125 on black ground
Very nice color.
Preview Color #ffc125 on white ground
Very nice color.
CSS Codes #ffc125 color
.mybgcolor {background-color:#ffc125; } .myforecolor {color:#ffc125; } .mybordercolor {border:3px solid #ffc125; }
Text Font Color #ffc125
<p style="color:#ffc125">Text here</p>
This sample text font color is #ffc125
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.
Background Color #ffc125
<div style="background-color:#ffc125">
Div content here</div>
This div background color is #ffc125
Border Color #ffc125
<div style="border:3px solid #ffc125">
Div here</div>
The color of this border is #ffc125
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffc125; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffc125; -webkit-box-shadow: 1px 1px 3px 2px #ffc125; box-shadow: 1px 1px 3px 2px #ffc125; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #ffc125">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc125; -webkit-box-shadow: 1px 1px 3px 2px #ffc125; box-shadow: 1px 1px 3px 2px #ffc125;">
Div content here</div>
The shadow of div box using color #ffc125