Color spaces of #35ecbb
RGB | 53 | 236 | 187 |
---|---|---|---|
HSL | 0.46 | 0.83 | 0.57 |
HSV | 164° | 78° | 93° |
CMYK | 0.78 | 0.00 | 0.21 0.07 |
XYZ | 40.4333 | 64.3356 | 57.3007 |
Yxy | 64.3356 | 0.2495 | 0.3970 |
Hunter Lab | 80.2095 | -50.3854 | 13.7906 |
CIE-Lab | 84.1402 | -55.5963 | 11.1837 |
#35ecbb color RGB value is (53,236,187).
#35ecbb hex color red value is 53, green value is 236 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #35ecbb hue: 0.46 , saturation: 0.83 and the lightness value of 35ecbb is 0.57.
The process color (four color CMYK) of #35ecbb color hex is 0.78, 0.00, 0.21, 0.07. Web safe color of #35ecbb is #33ffcc. Color #35ecbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 11101100 | 10111011 |
Octal | 65 | 354 | 273 |
Decimal | 53 | 236 | 187 |
Hex | 35 | EC | BB |
Shades of #35ecbb
Tints of #35ecbb
RGB Percentages of Color #35ecbb
CMYK Percentages of Color #35ecbb
Complementary Color
#35ecbb | #ec3566 |
#35ecbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#35ecbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#35ecbb Color CSS Codes
.mybgcolor {background-color:#35ecbb; } .myforecolor {color:#35ecbb; } .mybordercolor {border:3px solid #35ecbb; }
#35ecbb Text Font Color
<p style="color:#35ecbb">Text here</p>
This sample text font color is #35ecbb
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.
#35ecbb Background Color
<div style="background-color:#35ecbb">
Div content here</div>
This div background color is #35ecbb
#35ecbb Border Color
<div style="border:3px solid #35ecbb">
Div here</div>
This div border color is #35ecbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,236,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #35ecbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #35ecbb; -webkit-box-shadow: 1px 1px 3px 2px #35ecbb; box-shadow: 1px 1px 3px 2px #35ecbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,236,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #35ecbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #35ecbb; -webkit-box-shadow: 1px 1px 3px 2px #35ecbb; box-shadow: 1px 1px 3px 2px #35ecbb;">
Div content here</div>
This div box has shadow with color #35ecbb
Comments
No comments written yet.
Please login to write comment.