Color spaces of #23756c
RGB | 35 | 117 | 108 |
---|---|---|---|
HSL | 0.48 | 0.54 | 0.30 |
HSV | 173° | 70° | 46° |
CMYK | 0.70 | 0.00 | 0.08 0.54 |
XYZ | 9.7612 | 14.1626 | 16.4065 |
Yxy | 14.1626 | 0.2420 | 0.3512 |
Hunter Lab | 37.6332 | -19.5593 | 0.4953 |
CIE-Lab | 44.4652 | -26.4773 | -2.1758 |
#23756c color RGB value is (35,117,108).
#23756c hex color red value is 35, green value is 117 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #23756c hue: 0.48 , saturation: 0.54 and the lightness value of 23756c is 0.30.
The process color (four color CMYK) of #23756c color hex is 0.70, 0.00, 0.08, 0.54. Web safe color of #23756c is #336666. Color #23756c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 01110101 | 01101100 |
Octal | 43 | 165 | 154 |
Decimal | 35 | 117 | 108 |
Hex | 23 | 75 | 6C |
Shades of #23756c
Tints of #23756c
RGB Percentages of Color #23756c
CMYK Percentages of Color #23756c
Complementary Color
#23756c | #75232c |
#23756c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#23756c Color Preview on White Background
Lorem ipsum dolor sit amet.
#23756c Color CSS Codes
.mybgcolor {background-color:#23756c; } .myforecolor {color:#23756c; } .mybordercolor {border:3px solid #23756c; }
#23756c Text Font Color
<p style="color:#23756c">Text here</p>
This sample text font color is #23756c
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.
#23756c Background Color
<div style="background-color:#23756c">
Div content here</div>
This div background color is #23756c
#23756c Border Color
<div style="border:3px solid #23756c">
Div here</div>
This div border color is #23756c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,117,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #23756c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #23756c; -webkit-box-shadow: 1px 1px 3px 2px #23756c; box-shadow: 1px 1px 3px 2px #23756c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,117,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #23756c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #23756c; -webkit-box-shadow: 1px 1px 3px 2px #23756c; box-shadow: 1px 1px 3px 2px #23756c;">
Div content here</div>
This div box has shadow with color #23756c
Comments
No comments written yet.
Please login to write comment.