Color spaces of #35807e
RGB | 53 | 128 | 126 |
---|---|---|---|
HSL | 0.50 | 0.41 | 0.35 |
HSV | 178° | 59° | 50° |
CMYK | 0.59 | 0.00 | 0.02 0.50 |
XYZ | 12.9533 | 17.7016 | 22.4727 |
Yxy | 17.7016 | 0.2438 | 0.3332 |
Hunter Lab | 42.0733 | -18.6726 | -2.2174 |
CIE-Lab | 49.1322 | -23.4356 | -5.8971 |
#35807e color RGB value is (53,128,126).
#35807e hex color red value is 53, green value is 128 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #35807e hue: 0.50 , saturation: 0.41 and the lightness value of 35807e is 0.35.
The process color (four color CMYK) of #35807e color hex is 0.59, 0.00, 0.02, 0.50. Web safe color of #35807e is #339966. Color #35807e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 10000000 | 01111110 |
Octal | 65 | 200 | 176 |
Decimal | 53 | 128 | 126 |
Hex | 35 | 80 | 7E |
Shades of #35807e
Tints of #35807e
RGB Percentages of Color #35807e
CMYK Percentages of Color #35807e
Complementary Color
#35807e | #803537 |
#35807e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#35807e Color Preview on White Background
Lorem ipsum dolor sit amet.
#35807e Color CSS Codes
.mybgcolor {background-color:#35807e; } .myforecolor {color:#35807e; } .mybordercolor {border:3px solid #35807e; }
#35807e Text Font Color
<p style="color:#35807e">Text here</p>
This sample text font color is #35807e
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.
#35807e Background Color
<div style="background-color:#35807e">
Div content here</div>
This div background color is #35807e
#35807e Border Color
<div style="border:3px solid #35807e">
Div here</div>
This div border color is #35807e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,128,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #35807e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #35807e; -webkit-box-shadow: 1px 1px 3px 2px #35807e; box-shadow: 1px 1px 3px 2px #35807e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,128,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #35807e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #35807e; -webkit-box-shadow: 1px 1px 3px 2px #35807e; box-shadow: 1px 1px 3px 2px #35807e;">
Div content here</div>
This div box has shadow with color #35807e
Comments
No comments written yet.
Please login to write comment.