Color spaces of #254afa
RGB | 37 | 74 | 250 |
---|---|---|---|
HSL | 0.64 | 0.96 | 0.56 |
HSV | 230° | 85° | 98° |
CMYK | 0.85 | 0.70 | 0.00 0.02 |
XYZ | 20.4670 | 12.1930 | 91.7172 |
Yxy | 12.1930 | 0.1646 | 0.0980 |
Hunter Lab | 34.9185 | 43.5181 | -131.2887 |
CIE-Lab | 41.5212 | 51.7557 | -89.7088 |
#254afa color RGB value is (37,74,250).
#254afa hex color red value is 37, green value is 74 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #254afa hue: 0.64 , saturation: 0.96 and the lightness value of 254afa is 0.56.
The process color (four color CMYK) of #254afa color hex is 0.85, 0.70, 0.00, 0.02. Web safe color of #254afa is #3333ff. Color #254afa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 01001010 | 11111010 |
Octal | 45 | 112 | 372 |
Decimal | 37 | 74 | 250 |
Hex | 25 | 4A | FA |
Shades of #254afa
Tints of #254afa
RGB Percentages of Color #254afa
CMYK Percentages of Color #254afa
Complementary Color
#254afa | #fad525 |
#254afa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#254afa Color Preview on White Background
Lorem ipsum dolor sit amet.
#254afa Color CSS Codes
.mybgcolor {background-color:#254afa; } .myforecolor {color:#254afa; } .mybordercolor {border:3px solid #254afa; }
#254afa Text Font Color
<p style="color:#254afa">Text here</p>
This sample text font color is #254afa
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.
#254afa Background Color
<div style="background-color:#254afa">
Div content here</div>
This div background color is #254afa
#254afa Border Color
<div style="border:3px solid #254afa">
Div here</div>
This div border color is #254afa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,74,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #254afa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #254afa; -webkit-box-shadow: 1px 1px 3px 2px #254afa; box-shadow: 1px 1px 3px 2px #254afa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,74,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #254afa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #254afa; -webkit-box-shadow: 1px 1px 3px 2px #254afa; box-shadow: 1px 1px 3px 2px #254afa;">
Div content here</div>
This div box has shadow with color #254afa
Comments
No comments written yet.
Please login to write comment.