Color spaces of #353aeb
RGB | 53 | 58 | 235 |
---|---|---|---|
HSL | 0.66 | 0.82 | 0.56 |
HSV | 238° | 77° | 92° |
CMYK | 0.77 | 0.75 | 0.00 0.08 |
XYZ | 17.9767 | 9.7812 | 79.5377 |
Yxy | 9.7812 | 0.1675 | 0.0912 |
Hunter Lab | 31.2749 | 47.8700 | -128.8927 |
CIE-Lab | 37.4468 | 56.6336 | -87.9726 |
#353aeb color RGB value is (53,58,235).
#353aeb hex color red value is 53, green value is 58 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #353aeb hue: 0.66 , saturation: 0.82 and the lightness value of 353aeb is 0.56.
The process color (four color CMYK) of #353aeb color hex is 0.77, 0.75, 0.00, 0.08. Web safe color of #353aeb is #3333ff. Color #353aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 00111010 | 11101011 |
Octal | 65 | 72 | 353 |
Decimal | 53 | 58 | 235 |
Hex | 35 | 3A | EB |
Shades of #353aeb
Tints of #353aeb
RGB Percentages of Color #353aeb
CMYK Percentages of Color #353aeb
Complementary Color
#353aeb | #ebe635 |
#353aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#353aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#353aeb Color CSS Codes
.mybgcolor {background-color:#353aeb; } .myforecolor {color:#353aeb; } .mybordercolor {border:3px solid #353aeb; }
#353aeb Text Font Color
<p style="color:#353aeb">Text here</p>
This sample text font color is #353aeb
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.
#353aeb Background Color
<div style="background-color:#353aeb">
Div content here</div>
This div background color is #353aeb
#353aeb Border Color
<div style="border:3px solid #353aeb">
Div here</div>
This div border color is #353aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,58,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #353aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #353aeb; -webkit-box-shadow: 1px 1px 3px 2px #353aeb; box-shadow: 1px 1px 3px 2px #353aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,58,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #353aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #353aeb; -webkit-box-shadow: 1px 1px 3px 2px #353aeb; box-shadow: 1px 1px 3px 2px #353aeb;">
Div content here</div>
This div box has shadow with color #353aeb
Comments
No comments written yet.
Please login to write comment.