Color spaces of #35faeb
RGB | 53 | 250 | 235 |
---|---|---|---|
HSL | 0.49 | 0.95 | 0.59 |
HSV | 175° | 79° | 98° |
CMYK | 0.79 | 0.00 | 0.06 0.02 |
XYZ | 50.6492 | 75.1263 | 90.4286 |
Yxy | 75.1263 | 0.2343 | 0.3475 |
Hunter Lab | 86.6754 | -47.3747 | -1.1845 |
CIE-Lab | 89.4521 | -49.1683 | -6.1805 |
#35faeb color RGB value is (53,250,235).
#35faeb hex color red value is 53, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #35faeb hue: 0.49 , saturation: 0.95 and the lightness value of 35faeb is 0.59.
The process color (four color CMYK) of #35faeb color hex is 0.79, 0.00, 0.06, 0.02. Web safe color of #35faeb is #33ffff. Color #35faeb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 11111010 | 11101011 |
Octal | 65 | 372 | 353 |
Decimal | 53 | 250 | 235 |
Hex | 35 | FA | EB |
Shades of #35faeb
Tints of #35faeb
RGB Percentages of Color #35faeb
CMYK Percentages of Color #35faeb
Complementary Color
#35faeb | #fa3544 |
#35faeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#35faeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#35faeb Color CSS Codes
.mybgcolor {background-color:#35faeb; } .myforecolor {color:#35faeb; } .mybordercolor {border:3px solid #35faeb; }
#35faeb Text Font Color
<p style="color:#35faeb">Text here</p>
This sample text font color is #35faeb
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.
#35faeb Background Color
<div style="background-color:#35faeb">
Div content here</div>
This div background color is #35faeb
#35faeb Border Color
<div style="border:3px solid #35faeb">
Div here</div>
This div border color is #35faeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,250,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #35faeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #35faeb; -webkit-box-shadow: 1px 1px 3px 2px #35faeb; box-shadow: 1px 1px 3px 2px #35faeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,250,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #35faeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #35faeb; -webkit-box-shadow: 1px 1px 3px 2px #35faeb; box-shadow: 1px 1px 3px 2px #35faeb;">
Div content here</div>
This div box has shadow with color #35faeb
Comments
No comments written yet.
Please login to write comment.