Color spaces of #245952
RGB | 36 | 89 | 82 |
---|---|---|---|
HSL | 0.48 | 0.42 | 0.25 |
HSV | 172° | 60° | 35° |
CMYK | 0.60 | 0.00 | 0.08 0.65 |
XYZ | 5.8229 | 8.1290 | 9.2448 |
Yxy | 8.1290 | 0.2510 | 0.3504 |
Hunter Lab | 28.5114 | -13.4398 | 0.7332 |
CIE-Lab | 34.2501 | -19.4876 | -1.2660 |
#245952 color RGB value is (36,89,82).
#245952 hex color red value is 36, green value is 89 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #245952 hue: 0.48 , saturation: 0.42 and the lightness value of 245952 is 0.25.
The process color (four color CMYK) of #245952 color hex is 0.60, 0.00, 0.08, 0.65. Web safe color of #245952 is #336666. Color #245952 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 01011001 | 01010010 |
Octal | 44 | 131 | 122 |
Decimal | 36 | 89 | 82 |
Hex | 24 | 59 | 52 |
Shades of #245952
Tints of #245952
RGB Percentages of Color #245952
CMYK Percentages of Color #245952
Complementary Color
#245952 | #59242b |
#245952 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#245952 Color Preview on White Background
Lorem ipsum dolor sit amet.
#245952 Color CSS Codes
.mybgcolor {background-color:#245952; } .myforecolor {color:#245952; } .mybordercolor {border:3px solid #245952; }
#245952 Text Font Color
<p style="color:#245952">Text here</p>
This sample text font color is #245952
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.
#245952 Background Color
<div style="background-color:#245952">
Div content here</div>
This div background color is #245952
#245952 Border Color
<div style="border:3px solid #245952">
Div here</div>
This div border color is #245952
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,89,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #245952; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #245952; -webkit-box-shadow: 1px 1px 3px 2px #245952; box-shadow: 1px 1px 3px 2px #245952; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,89,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #245952">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #245952; -webkit-box-shadow: 1px 1px 3px 2px #245952; box-shadow: 1px 1px 3px 2px #245952;">
Div content here</div>
This div box has shadow with color #245952
Comments
No comments written yet.
Please login to write comment.