Color spaces of #35eacf
RGB | 53 | 234 | 207 |
---|---|---|---|
HSL | 0.48 | 0.81 | 0.56 |
HSV | 171° | 77° | 92° |
CMYK | 0.77 | 0.00 | 0.12 0.08 |
XYZ | 42.1535 | 64.1075 | 69.1838 |
Yxy | 64.1075 | 0.2403 | 0.3654 |
Hunter Lab | 80.0672 | -46.1414 | 4.8162 |
CIE-Lab | 84.0217 | -49.8266 | 0.5108 |
#35eacf color RGB value is (53,234,207).
#35eacf hex color red value is 53, green value is 234 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #35eacf hue: 0.48 , saturation: 0.81 and the lightness value of 35eacf is 0.56.
The process color (four color CMYK) of #35eacf color hex is 0.77, 0.00, 0.12, 0.08. Web safe color of #35eacf is #33ffcc. Color #35eacf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 11101010 | 11001111 |
Octal | 65 | 352 | 317 |
Decimal | 53 | 234 | 207 |
Hex | 35 | EA | CF |
Shades of #35eacf
Tints of #35eacf
RGB Percentages of Color #35eacf
CMYK Percentages of Color #35eacf
Complementary Color
#35eacf | #ea3550 |
#35eacf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#35eacf Color Preview on White Background
Lorem ipsum dolor sit amet.
#35eacf Color CSS Codes
.mybgcolor {background-color:#35eacf; } .myforecolor {color:#35eacf; } .mybordercolor {border:3px solid #35eacf; }
#35eacf Text Font Color
<p style="color:#35eacf">Text here</p>
This sample text font color is #35eacf
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.
#35eacf Background Color
<div style="background-color:#35eacf">
Div content here</div>
This div background color is #35eacf
#35eacf Border Color
<div style="border:3px solid #35eacf">
Div here</div>
This div border color is #35eacf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,234,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #35eacf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #35eacf; -webkit-box-shadow: 1px 1px 3px 2px #35eacf; box-shadow: 1px 1px 3px 2px #35eacf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,234,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #35eacf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #35eacf; -webkit-box-shadow: 1px 1px 3px 2px #35eacf; box-shadow: 1px 1px 3px 2px #35eacf;">
Div content here</div>
This div box has shadow with color #35eacf
Comments
No comments written yet.
Please login to write comment.