Color spaces of #5dddeb
RGB | 93 | 221 | 235 |
---|---|---|---|
HSL | 0.52 | 0.78 | 0.64 |
HSV | 186° | 60° | 92° |
CMYK | 0.60 | 0.06 | 0.00 0.08 |
XYZ | 45.3660 | 60.0382 | 87.7948 |
Yxy | 60.0382 | 0.2348 | 0.3108 |
Hunter Lab | 77.4843 | -31.0883 | -12.9404 |
CIE-Lab | 81.8589 | -31.0543 | -17.4290 |
#5dddeb color RGB value is (93,221,235).
#5dddeb hex color red value is 93, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5dddeb hue: 0.52 , saturation: 0.78 and the lightness value of 5dddeb is 0.64.
The process color (four color CMYK) of #5dddeb color hex is 0.60, 0.06, 0.00, 0.08. Web safe color of #5dddeb is #66ccff. Color #5dddeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11011101 | 11101011 |
Octal | 135 | 335 | 353 |
Decimal | 93 | 221 | 235 |
Hex | 5D | DD | EB |
Shades of #5dddeb
Tints of #5dddeb
RGB Percentages of Color #5dddeb
CMYK Percentages of Color #5dddeb
Complementary Color
#5dddeb | #eb6b5d |
#5dddeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dddeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dddeb Color CSS Codes
.mybgcolor {background-color:#5dddeb; } .myforecolor {color:#5dddeb; } .mybordercolor {border:3px solid #5dddeb; }
#5dddeb Text Font Color
<p style="color:#5dddeb">Text here</p>
This sample text font color is #5dddeb
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.
#5dddeb Background Color
<div style="background-color:#5dddeb">
Div content here</div>
This div background color is #5dddeb
#5dddeb Border Color
<div style="border:3px solid #5dddeb">
Div here</div>
This div border color is #5dddeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,221,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dddeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dddeb; -webkit-box-shadow: 1px 1px 3px 2px #5dddeb; box-shadow: 1px 1px 3px 2px #5dddeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,221,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 #5dddeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dddeb; -webkit-box-shadow: 1px 1px 3px 2px #5dddeb; box-shadow: 1px 1px 3px 2px #5dddeb;">
Div content here</div>
This div box has shadow with color #5dddeb
Comments
No comments written yet.
Please login to write comment.