Color spaces of #3435ee
RGB | 52 | 53 | 238 |
---|---|---|---|
HSL | 0.67 | 0.85 | 0.57 |
HSV | 240° | 78° | 93° |
CMYK | 0.78 | 0.78 | 0.00 0.07 |
XYZ | 18.1219 | 9.4493 | 81.7577 |
Yxy | 9.4493 | 0.1658 | 0.0864 |
Hunter Lab | 30.7397 | 51.4361 | -136.1744 |
CIE-Lab | 36.8353 | 60.0400 | -90.6874 |
#3435ee color RGB value is (52,53,238).
#3435ee hex color red value is 52, green value is 53 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3435ee hue: 0.67 , saturation: 0.85 and the lightness value of 3435ee is 0.57.
The process color (four color CMYK) of #3435ee color hex is 0.78, 0.78, 0.00, 0.07. Web safe color of #3435ee is #3333ff. Color #3435ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 00110101 | 11101110 |
Octal | 64 | 65 | 356 |
Decimal | 52 | 53 | 238 |
Hex | 34 | 35 | EE |
Shades of #3435ee
Tints of #3435ee
RGB Percentages of Color #3435ee
CMYK Percentages of Color #3435ee
Complementary Color
#3435ee | #eeed34 |
#3435ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3435ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#3435ee Color CSS Codes
.mybgcolor {background-color:#3435ee; } .myforecolor {color:#3435ee; } .mybordercolor {border:3px solid #3435ee; }
#3435ee Text Font Color
<p style="color:#3435ee">Text here</p>
This sample text font color is #3435ee
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.
#3435ee Background Color
<div style="background-color:#3435ee">
Div content here</div>
This div background color is #3435ee
#3435ee Border Color
<div style="border:3px solid #3435ee">
Div here</div>
This div border color is #3435ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,53,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3435ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3435ee; -webkit-box-shadow: 1px 1px 3px 2px #3435ee; box-shadow: 1px 1px 3px 2px #3435ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,53,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3435ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3435ee; -webkit-box-shadow: 1px 1px 3px 2px #3435ee; box-shadow: 1px 1px 3px 2px #3435ee;">
Div content here</div>
This div box has shadow with color #3435ee
Comments
No comments written yet.
Please login to write comment.