Color spaces of #5deeed
RGB | 93 | 238 | 237 |
---|---|---|---|
HSL | 0.50 | 0.81 | 0.65 |
HSV | 180° | 61° | 93° |
CMYK | 0.61 | 0.00 | 0.00 0.07 |
XYZ | 50.3748 | 69.5907 | 90.8981 |
Yxy | 69.5907 | 0.2389 | 0.3300 |
Hunter Lab | 83.4210 | -38.1974 | -6.2095 |
CIE-Lab | 86.7957 | -38.4517 | -11.0853 |
#5deeed color RGB value is (93,238,237).
#5deeed hex color red value is 93, green value is 238 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5deeed hue: 0.50 , saturation: 0.81 and the lightness value of 5deeed is 0.65.
The process color (four color CMYK) of #5deeed color hex is 0.61, 0.00, 0.00, 0.07. Web safe color of #5deeed is #66ffff. Color #5deeed contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11101110 | 11101101 |
Octal | 135 | 356 | 355 |
Decimal | 93 | 238 | 237 |
Hex | 5D | EE | ED |
Shades of #5deeed
Tints of #5deeed
RGB Percentages of Color #5deeed
CMYK Percentages of Color #5deeed
Complementary Color
#5deeed | #ee5d5e |
#5deeed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5deeed Color Preview on White Background
Lorem ipsum dolor sit amet.
#5deeed Color CSS Codes
.mybgcolor {background-color:#5deeed; } .myforecolor {color:#5deeed; } .mybordercolor {border:3px solid #5deeed; }
#5deeed Text Font Color
<p style="color:#5deeed">Text here</p>
This sample text font color is #5deeed
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.
#5deeed Background Color
<div style="background-color:#5deeed">
Div content here</div>
This div background color is #5deeed
#5deeed Border Color
<div style="border:3px solid #5deeed">
Div here</div>
This div border color is #5deeed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,238,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5deeed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5deeed; -webkit-box-shadow: 1px 1px 3px 2px #5deeed; box-shadow: 1px 1px 3px 2px #5deeed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,238,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 #5deeed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5deeed; -webkit-box-shadow: 1px 1px 3px 2px #5deeed; box-shadow: 1px 1px 3px 2px #5deeed;">
Div content here</div>
This div box has shadow with color #5deeed
Comments
No comments written yet.
Please login to write comment.