Color spaces of #250abd
RGB | 37 | 10 | 189 |
---|---|---|---|
HSL | 0.69 | 0.90 | 0.39 |
HSV | 249° | 95° | 74° |
CMYK | 0.80 | 0.95 | 0.00 0.26 |
XYZ | 10.0568 | 4.2845 | 48.4411 |
Yxy | 4.2845 | 0.1602 | 0.0682 |
Hunter Lab | 20.6990 | 50.5024 | -124.2646 |
CIE-Lab | 24.5905 | 61.5296 | -82.6960 |
#250abd color RGB value is (37,10,189).
#250abd hex color red value is 37, green value is 10 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #250abd hue: 0.69 , saturation: 0.90 and the lightness value of 250abd is 0.39.
The process color (four color CMYK) of #250abd color hex is 0.80, 0.95, 0.00, 0.26. Web safe color of #250abd is #3300cc. Color #250abd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 00001010 | 10111101 |
Octal | 45 | 12 | 275 |
Decimal | 37 | 10 | 189 |
Hex | 25 | A | BD |
Shades of #250abd
Tints of #250abd
RGB Percentages of Color #250abd
CMYK Percentages of Color #250abd
Complementary Color
#250abd | #a2bd0a |
#250abd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#250abd Color Preview on White Background
Lorem ipsum dolor sit amet.
#250abd Color CSS Codes
.mybgcolor {background-color:#250abd; } .myforecolor {color:#250abd; } .mybordercolor {border:3px solid #250abd; }
#250abd Text Font Color
<p style="color:#250abd">Text here</p>
This sample text font color is #250abd
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.
#250abd Background Color
<div style="background-color:#250abd">
Div content here</div>
This div background color is #250abd
#250abd Border Color
<div style="border:3px solid #250abd">
Div here</div>
This div border color is #250abd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,10,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #250abd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #250abd; -webkit-box-shadow: 1px 1px 3px 2px #250abd; box-shadow: 1px 1px 3px 2px #250abd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,10,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #250abd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #250abd; -webkit-box-shadow: 1px 1px 3px 2px #250abd; box-shadow: 1px 1px 3px 2px #250abd;">
Div content here</div>
This div box has shadow with color #250abd
Comments
No comments written yet.
Please login to write comment.