Color spaces of #5ffced
RGB | 95 | 252 | 237 |
---|---|---|---|
HSL | 0.48 | 0.96 | 0.68 |
HSV | 174° | 62° | 99° |
CMYK | 0.62 | 0.00 | 0.06 0.01 |
XYZ | 54.8158 | 78.1681 | 92.3196 |
Yxy | 78.1681 | 0.2433 | 0.3469 |
Hunter Lab | 88.4127 | -44.0525 | -0.0211 |
CIE-Lab | 90.8566 | -44.3978 | -5.0605 |
#5ffced color RGB value is (95,252,237).
#5ffced hex color red value is 95, green value is 252 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5ffced hue: 0.48 , saturation: 0.96 and the lightness value of 5ffced is 0.68.
The process color (four color CMYK) of #5ffced color hex is 0.62, 0.00, 0.06, 0.01. Web safe color of #5ffced is #66ffff. Color #5ffced contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11111100 | 11101101 |
Octal | 137 | 374 | 355 |
Decimal | 95 | 252 | 237 |
Hex | 5F | FC | ED |
Shades of #5ffced
Tints of #5ffced
RGB Percentages of Color #5ffced
CMYK Percentages of Color #5ffced
Complementary Color
#5ffced | #fc5f6e |
#5ffced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ffced Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ffced Color CSS Codes
.mybgcolor {background-color:#5ffced; } .myforecolor {color:#5ffced; } .mybordercolor {border:3px solid #5ffced; }
#5ffced Text Font Color
<p style="color:#5ffced">Text here</p>
This sample text font color is #5ffced
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.
#5ffced Background Color
<div style="background-color:#5ffced">
Div content here</div>
This div background color is #5ffced
#5ffced Border Color
<div style="border:3px solid #5ffced">
Div here</div>
This div border color is #5ffced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,252,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ffced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ffced; -webkit-box-shadow: 1px 1px 3px 2px #5ffced; box-shadow: 1px 1px 3px 2px #5ffced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,252,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 #5ffced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ffced; -webkit-box-shadow: 1px 1px 3px 2px #5ffced; box-shadow: 1px 1px 3px 2px #5ffced;">
Div content here</div>
This div box has shadow with color #5ffced
Comments
No comments written yet.
Please login to write comment.