Color spaces of #35dfce
RGB | 53 | 223 | 206 |
---|---|---|---|
HSL | 0.48 | 0.73 | 0.54 |
HSV | 174° | 76° | 87° |
CMYK | 0.76 | 0.00 | 0.08 0.13 |
XYZ | 38.9965 | 57.9885 | 67.5301 |
Yxy | 57.9885 | 0.2370 | 0.3525 |
Hunter Lab | 76.1502 | -41.8530 | 0.7267 |
CIE-Lab | 80.7324 | -45.4155 | -3.7794 |
#35dfce color RGB value is (53,223,206).
#35dfce hex color red value is 53, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #35dfce hue: 0.48 , saturation: 0.73 and the lightness value of 35dfce is 0.54.
The process color (four color CMYK) of #35dfce color hex is 0.76, 0.00, 0.08, 0.13. Web safe color of #35dfce is #33cccc. Color #35dfce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 11011111 | 11001110 |
Octal | 65 | 337 | 316 |
Decimal | 53 | 223 | 206 |
Hex | 35 | DF | CE |
Shades of #35dfce
Tints of #35dfce
RGB Percentages of Color #35dfce
CMYK Percentages of Color #35dfce
Complementary Color
#35dfce | #df3546 |
#35dfce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#35dfce Color Preview on White Background
Lorem ipsum dolor sit amet.
#35dfce Color CSS Codes
.mybgcolor {background-color:#35dfce; } .myforecolor {color:#35dfce; } .mybordercolor {border:3px solid #35dfce; }
#35dfce Text Font Color
<p style="color:#35dfce">Text here</p>
This sample text font color is #35dfce
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.
#35dfce Background Color
<div style="background-color:#35dfce">
Div content here</div>
This div background color is #35dfce
#35dfce Border Color
<div style="border:3px solid #35dfce">
Div here</div>
This div border color is #35dfce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,223,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #35dfce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #35dfce; -webkit-box-shadow: 1px 1px 3px 2px #35dfce; box-shadow: 1px 1px 3px 2px #35dfce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,223,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #35dfce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #35dfce; -webkit-box-shadow: 1px 1px 3px 2px #35dfce; box-shadow: 1px 1px 3px 2px #35dfce;">
Div content here</div>
This div box has shadow with color #35dfce
Comments
No comments written yet.
Please login to write comment.