Color spaces of #5eebcb
RGB | 94 | 235 | 203 |
---|---|---|---|
HSL | 0.46 | 0.78 | 0.65 |
HSV | 166° | 60° | 92° |
CMYK | 0.60 | 0.00 | 0.14 0.08 |
XYZ | 45.1039 | 66.1081 | 66.8828 |
Yxy | 66.1081 | 0.2533 | 0.3712 |
Hunter Lab | 81.3069 | -43.2666 | 8.1430 |
CIE-Lab | 85.0515 | -45.5694 | 4.2140 |
#5eebcb color RGB value is (94,235,203).
#5eebcb hex color red value is 94, green value is 235 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5eebcb hue: 0.46 , saturation: 0.78 and the lightness value of 5eebcb is 0.65.
The process color (four color CMYK) of #5eebcb color hex is 0.60, 0.00, 0.14, 0.08. Web safe color of #5eebcb is #66ffcc. Color #5eebcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011110 | 11101011 | 11001011 |
Octal | 136 | 353 | 313 |
Decimal | 94 | 235 | 203 |
Hex | 5E | EB | CB |
Shades of #5eebcb
Tints of #5eebcb
RGB Percentages of Color #5eebcb
CMYK Percentages of Color #5eebcb
Complementary Color
#5eebcb | #eb5e7e |
#5eebcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5eebcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#5eebcb Color CSS Codes
.mybgcolor {background-color:#5eebcb; } .myforecolor {color:#5eebcb; } .mybordercolor {border:3px solid #5eebcb; }
#5eebcb Text Font Color
<p style="color:#5eebcb">Text here</p>
This sample text font color is #5eebcb
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.
#5eebcb Background Color
<div style="background-color:#5eebcb">
Div content here</div>
This div background color is #5eebcb
#5eebcb Border Color
<div style="border:3px solid #5eebcb">
Div here</div>
This div border color is #5eebcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94,235,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5eebcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5eebcb; -webkit-box-shadow: 1px 1px 3px 2px #5eebcb; box-shadow: 1px 1px 3px 2px #5eebcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(94,235,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 #5eebcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5eebcb; -webkit-box-shadow: 1px 1px 3px 2px #5eebcb; box-shadow: 1px 1px 3px 2px #5eebcb;">
Div content here</div>
This div box has shadow with color #5eebcb
Comments
No comments written yet.
Please login to write comment.