Color spaces of #35cced
RGB | 53 | 204 | 237 |
---|---|---|---|
HSL | 0.53 | 0.84 | 0.57 |
HSV | 191° | 78° | 93° |
CMYK | 0.78 | 0.14 | 0.00 0.07 |
XYZ | 38.3471 | 50.0570 | 87.7616 |
Yxy | 50.0570 | 0.2177 | 0.2841 |
Hunter Lab | 70.7510 | -27.0670 | -24.0194 |
CIE-Lab | 76.1042 | -27.5405 | -27.3275 |
#35cced color RGB value is (53,204,237).
#35cced hex color red value is 53, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #35cced hue: 0.53 , saturation: 0.84 and the lightness value of 35cced is 0.57.
The process color (four color CMYK) of #35cced color hex is 0.78, 0.14, 0.00, 0.07. Web safe color of #35cced is #33ccff. Color #35cced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 11001100 | 11101101 |
Octal | 65 | 314 | 355 |
Decimal | 53 | 204 | 237 |
Hex | 35 | CC | ED |
Shades of #35cced
Tints of #35cced
RGB Percentages of Color #35cced
CMYK Percentages of Color #35cced
Complementary Color
#35cced | #ed5635 |
#35cced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#35cced Color Preview on White Background
Lorem ipsum dolor sit amet.
#35cced Color CSS Codes
.mybgcolor {background-color:#35cced; } .myforecolor {color:#35cced; } .mybordercolor {border:3px solid #35cced; }
#35cced Text Font Color
<p style="color:#35cced">Text here</p>
This sample text font color is #35cced
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.
#35cced Background Color
<div style="background-color:#35cced">
Div content here</div>
This div background color is #35cced
#35cced Border Color
<div style="border:3px solid #35cced">
Div here</div>
This div border color is #35cced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,204,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #35cced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #35cced; -webkit-box-shadow: 1px 1px 3px 2px #35cced; box-shadow: 1px 1px 3px 2px #35cced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,204,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #35cced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #35cced; -webkit-box-shadow: 1px 1px 3px 2px #35cced; box-shadow: 1px 1px 3px 2px #35cced;">
Div content here</div>
This div box has shadow with color #35cced
Comments
No comments written yet.
Please login to write comment.