Color spaces of #5ebbcb
RGB | 94 | 187 | 203 |
---|---|---|---|
HSL | 0.52 | 0.51 | 0.58 |
HSV | 189° | 54° | 80° |
CMYK | 0.54 | 0.08 | 0.00 0.20 |
XYZ | 33.1659 | 42.2321 | 62.9035 |
Yxy | 42.2321 | 0.2398 | 0.3054 |
Hunter Lab | 64.9862 | -22.6279 | -11.8995 |
CIE-Lab | 71.0306 | -23.1225 | -16.5190 |
#5ebbcb color RGB value is (94,187,203).
#5ebbcb hex color red value is 94, green value is 187 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5ebbcb hue: 0.52 , saturation: 0.51 and the lightness value of 5ebbcb is 0.58.
The process color (four color CMYK) of #5ebbcb color hex is 0.54, 0.08, 0.00, 0.20. Web safe color of #5ebbcb is #66cccc. Color #5ebbcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 10111011 | 11001011 |
Octal | 136 | 273 | 313 |
Decimal | 94 | 187 | 203 |
Hex | 5E | BB | CB |
Shades of #5ebbcb
Tints of #5ebbcb
RGB Percentages of Color #5ebbcb
CMYK Percentages of Color #5ebbcb
Complementary Color
#5ebbcb | #cb6e5e |
#5ebbcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ebbcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ebbcb Color CSS Codes
.mybgcolor {background-color:#5ebbcb; } .myforecolor {color:#5ebbcb; } .mybordercolor {border:3px solid #5ebbcb; }
#5ebbcb Text Font Color
<p style="color:#5ebbcb">Text here</p>
This sample text font color is #5ebbcb
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.
#5ebbcb Background Color
<div style="background-color:#5ebbcb">
Div content here</div>
This div background color is #5ebbcb
#5ebbcb Border Color
<div style="border:3px solid #5ebbcb">
Div here</div>
This div border color is #5ebbcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,187,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ebbcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ebbcb; -webkit-box-shadow: 1px 1px 3px 2px #5ebbcb; box-shadow: 1px 1px 3px 2px #5ebbcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,187,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ebbcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ebbcb; -webkit-box-shadow: 1px 1px 3px 2px #5ebbcb; box-shadow: 1px 1px 3px 2px #5ebbcb;">
Div content here</div>
This div box has shadow with color #5ebbcb
Comments
No comments written yet.
Please login to write comment.