Color spaces of #5dbeeb
RGB | 93 | 190 | 235 |
---|---|---|---|
HSL | 0.55 | 0.78 | 0.64 |
HSV | 199° | 60° | 92° |
CMYK | 0.60 | 0.19 | 0.00 0.08 |
XYZ | 37.9231 | 45.1522 | 85.3138 |
Yxy | 45.1522 | 0.2252 | 0.2681 |
Hunter Lab | 67.1954 | -16.8518 | -28.2401 |
CIE-Lab | 72.9920 | -15.4924 | -30.9466 |
#5dbeeb color RGB value is (93,190,235).
#5dbeeb hex color red value is 93, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5dbeeb hue: 0.55 , saturation: 0.78 and the lightness value of 5dbeeb is 0.64.
The process color (four color CMYK) of #5dbeeb color hex is 0.60, 0.19, 0.00, 0.08. Web safe color of #5dbeeb is #66ccff. Color #5dbeeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 10111110 | 11101011 |
Octal | 135 | 276 | 353 |
Decimal | 93 | 190 | 235 |
Hex | 5D | BE | EB |
Shades of #5dbeeb
Tints of #5dbeeb
RGB Percentages of Color #5dbeeb
CMYK Percentages of Color #5dbeeb
Complementary Color
#5dbeeb | #eb8a5d |
#5dbeeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dbeeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dbeeb Color CSS Codes
.mybgcolor {background-color:#5dbeeb; } .myforecolor {color:#5dbeeb; } .mybordercolor {border:3px solid #5dbeeb; }
#5dbeeb Text Font Color
<p style="color:#5dbeeb">Text here</p>
This sample text font color is #5dbeeb
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.
#5dbeeb Background Color
<div style="background-color:#5dbeeb">
Div content here</div>
This div background color is #5dbeeb
#5dbeeb Border Color
<div style="border:3px solid #5dbeeb">
Div here</div>
This div border color is #5dbeeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,190,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dbeeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dbeeb; -webkit-box-shadow: 1px 1px 3px 2px #5dbeeb; box-shadow: 1px 1px 3px 2px #5dbeeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,190,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 #5dbeeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dbeeb; -webkit-box-shadow: 1px 1px 3px 2px #5dbeeb; box-shadow: 1px 1px 3px 2px #5dbeeb;">
Div content here</div>
This div box has shadow with color #5dbeeb
Comments
No comments written yet.
Please login to write comment.