Color spaces of #234353
RGB | 35 | 67 | 83 |
---|---|---|---|
HSL | 0.56 | 0.41 | 0.23 |
HSV | 200° | 58° | 33° |
CMYK | 0.58 | 0.19 | 0.00 0.67 |
XYZ | 4.2616 | 4.9962 | 8.9234 |
Yxy | 4.9962 | 0.2344 | 0.2748 |
Hunter Lab | 22.3522 | -5.0840 | -8.0231 |
CIE-Lab | 26.7239 | -6.5255 | -13.2114 |
#234353 color RGB value is (35,67,83).
#234353 hex color red value is 35, green value is 67 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #234353 hue: 0.56 , saturation: 0.41 and the lightness value of 234353 is 0.23.
The process color (four color CMYK) of #234353 color hex is 0.58, 0.19, 0.00, 0.67. Web safe color of #234353 is #333366. Color #234353 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 01000011 | 01010011 |
Octal | 43 | 103 | 123 |
Decimal | 35 | 67 | 83 |
Hex | 23 | 43 | 53 |
Shades of #234353
Tints of #234353
RGB Percentages of Color #234353
CMYK Percentages of Color #234353
Complementary Color
#234353 | #533323 |
#234353 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#234353 Color Preview on White Background
Lorem ipsum dolor sit amet.
#234353 Color CSS Codes
.mybgcolor {background-color:#234353; } .myforecolor {color:#234353; } .mybordercolor {border:3px solid #234353; }
#234353 Text Font Color
<p style="color:#234353">Text here</p>
This sample text font color is #234353
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.
#234353 Background Color
<div style="background-color:#234353">
Div content here</div>
This div background color is #234353
#234353 Border Color
<div style="border:3px solid #234353">
Div here</div>
This div border color is #234353
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,67,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #234353; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #234353; -webkit-box-shadow: 1px 1px 3px 2px #234353; box-shadow: 1px 1px 3px 2px #234353; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,67,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #234353">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #234353; -webkit-box-shadow: 1px 1px 3px 2px #234353; box-shadow: 1px 1px 3px 2px #234353;">
Div content here</div>
This div box has shadow with color #234353
Comments
No comments written yet.
Please login to write comment.