Color spaces of #35fafe
RGB | 53 | 250 | 254 |
---|---|---|---|
HSL | 0.50 | 0.99 | 0.60 |
HSV | 181° | 79° | 100° |
CMYK | 0.79 | 0.02 | 0.00 0.00 |
XYZ | 53.5432 | 76.2839 | 105.6682 |
Yxy | 76.2839 | 0.2274 | 0.3239 |
Hunter Lab | 87.3407 | -43.4187 | -10.5929 |
CIE-Lab | 89.9910 | -43.9129 | -15.2689 |
#35fafe color RGB value is (53,250,254).
#35fafe hex color red value is 53, green value is 250 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #35fafe hue: 0.50 , saturation: 0.99 and the lightness value of 35fafe is 0.60.
The process color (four color CMYK) of #35fafe color hex is 0.79, 0.02, 0.00, 0.00. Web safe color of #35fafe is #33ffff. Color #35fafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 11111010 | 11111110 |
Octal | 65 | 372 | 376 |
Decimal | 53 | 250 | 254 |
Hex | 35 | FA | FE |
Shades of #35fafe
Tints of #35fafe
RGB Percentages of Color #35fafe
CMYK Percentages of Color #35fafe
Complementary Color
#35fafe | #fe3935 |
#35fafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#35fafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#35fafe Color CSS Codes
.mybgcolor {background-color:#35fafe; } .myforecolor {color:#35fafe; } .mybordercolor {border:3px solid #35fafe; }
#35fafe Text Font Color
<p style="color:#35fafe">Text here</p>
This sample text font color is #35fafe
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.
#35fafe Background Color
<div style="background-color:#35fafe">
Div content here</div>
This div background color is #35fafe
#35fafe Border Color
<div style="border:3px solid #35fafe">
Div here</div>
This div border color is #35fafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,250,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #35fafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #35fafe; -webkit-box-shadow: 1px 1px 3px 2px #35fafe; box-shadow: 1px 1px 3px 2px #35fafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,250,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #35fafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #35fafe; -webkit-box-shadow: 1px 1px 3px 2px #35fafe; box-shadow: 1px 1px 3px 2px #35fafe;">
Div content here</div>
This div box has shadow with color #35fafe
Related Colors
Comments
No comments written yet.
Please login to write comment.