Color spaces of #295ada
RGB | 41 | 90 | 218 |
---|---|---|---|
HSL | 0.62 | 0.71 | 0.51 |
HSV | 223° | 81° | 85° |
CMYK | 0.81 | 0.59 | 0.00 0.15 |
XYZ | 17.2255 | 12.8457 | 67.9013 |
Yxy | 12.8457 | 0.1758 | 0.1311 |
Hunter Lab | 35.8409 | 23.0673 | -87.2375 |
CIE-Lab | 42.5298 | 30.6694 | -69.9579 |
#295ada color RGB value is (41,90,218).
#295ada hex color red value is 41, green value is 90 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #295ada hue: 0.62 , saturation: 0.71 and the lightness value of 295ada is 0.51.
The process color (four color CMYK) of #295ada color hex is 0.81, 0.59, 0.00, 0.15. Web safe color of #295ada is #3366cc. Color #295ada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 01011010 | 11011010 |
Octal | 51 | 132 | 332 |
Decimal | 41 | 90 | 218 |
Hex | 29 | 5A | DA |
Shades of #295ada
Tints of #295ada
RGB Percentages of Color #295ada
CMYK Percentages of Color #295ada
Complementary Color
#295ada | #daa929 |
#295ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#295ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#295ada Color CSS Codes
.mybgcolor {background-color:#295ada; } .myforecolor {color:#295ada; } .mybordercolor {border:3px solid #295ada; }
#295ada Text Font Color
<p style="color:#295ada">Text here</p>
This sample text font color is #295ada
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.
#295ada Background Color
<div style="background-color:#295ada">
Div content here</div>
This div background color is #295ada
#295ada Border Color
<div style="border:3px solid #295ada">
Div here</div>
This div border color is #295ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,90,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #295ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #295ada; -webkit-box-shadow: 1px 1px 3px 2px #295ada; box-shadow: 1px 1px 3px 2px #295ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,90,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #295ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #295ada; -webkit-box-shadow: 1px 1px 3px 2px #295ada; box-shadow: 1px 1px 3px 2px #295ada;">
Div content here</div>
This div box has shadow with color #295ada
Comments
No comments written yet.
Please login to write comment.