Color spaces of #5afeeb
RGB | 90 | 254 | 235 |
---|---|---|---|
HSL | 0.48 | 0.99 | 0.67 |
HSV | 173° | 65° | 100° |
CMYK | 0.65 | 0.00 | 0.07 0.00 |
XYZ | 54.6537 | 79.0554 | 90.9759 |
Yxy | 79.0554 | 0.2432 | 0.3518 |
Hunter Lab | 88.9131 | -45.8764 | 1.5736 |
CIE-Lab | 91.2594 | -46.5447 | -3.4431 |
#5afeeb color RGB value is (90,254,235).
#5afeeb hex color red value is 90, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5afeeb hue: 0.48 , saturation: 0.99 and the lightness value of 5afeeb is 0.67.
The process color (four color CMYK) of #5afeeb color hex is 0.65, 0.00, 0.07, 0.00. Web safe color of #5afeeb is #66ffff. Color #5afeeb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 11111110 | 11101011 |
Octal | 132 | 376 | 353 |
Decimal | 90 | 254 | 235 |
Hex | 5A | FE | EB |
Shades of #5afeeb
Tints of #5afeeb
RGB Percentages of Color #5afeeb
CMYK Percentages of Color #5afeeb
Complementary Color
#5afeeb | #fe5a6d |
#5afeeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5afeeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#5afeeb Color CSS Codes
.mybgcolor {background-color:#5afeeb; } .myforecolor {color:#5afeeb; } .mybordercolor {border:3px solid #5afeeb; }
#5afeeb Text Font Color
<p style="color:#5afeeb">Text here</p>
This sample text font color is #5afeeb
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.
#5afeeb Background Color
<div style="background-color:#5afeeb">
Div content here</div>
This div background color is #5afeeb
#5afeeb Border Color
<div style="border:3px solid #5afeeb">
Div here</div>
This div border color is #5afeeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,254,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5afeeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5afeeb; -webkit-box-shadow: 1px 1px 3px 2px #5afeeb; box-shadow: 1px 1px 3px 2px #5afeeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,254,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 #5afeeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5afeeb; -webkit-box-shadow: 1px 1px 3px 2px #5afeeb; box-shadow: 1px 1px 3px 2px #5afeeb;">
Div content here</div>
This div box has shadow with color #5afeeb
Comments
No comments written yet.
Please login to write comment.