Color spaces of #93ebcb
RGB | 147 | 235 | 203 |
---|---|---|---|
HSL | 0.44 | 0.69 | 0.75 |
HSV | 158° | 37° | 92° |
CMYK | 0.37 | 0.00 | 0.14 0.08 |
XYZ | 52.5204 | 69.9315 | 67.2299 |
Yxy | 69.9315 | 0.2769 | 0.3687 |
Hunter Lab | 83.6251 | -34.2376 | 10.8717 |
CIE-Lab | 86.9633 | -33.5087 | 7.2165 |
#93ebcb color RGB value is (147,235,203).
#93ebcb hex color red value is 147, green value is 235 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #93ebcb hue: 0.44 , saturation: 0.69 and the lightness value of 93ebcb is 0.75.
The process color (four color CMYK) of #93ebcb color hex is 0.37, 0.00, 0.14, 0.08. Web safe color of #93ebcb is #99ffcc. Color #93ebcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 11101011 | 11001011 |
Octal | 223 | 353 | 313 |
Decimal | 147 | 235 | 203 |
Hex | 93 | EB | CB |
Shades of #93ebcb
Tints of #93ebcb
RGB Percentages of Color #93ebcb
CMYK Percentages of Color #93ebcb
Complementary Color
#93ebcb | #eb93b3 |
#93ebcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93ebcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#93ebcb Color CSS Codes
.mybgcolor {background-color:#93ebcb; } .myforecolor {color:#93ebcb; } .mybordercolor {border:3px solid #93ebcb; }
#93ebcb Text Font Color
<p style="color:#93ebcb">Text here</p>
This sample text font color is #93ebcb
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.
#93ebcb Background Color
<div style="background-color:#93ebcb">
Div content here</div>
This div background color is #93ebcb
#93ebcb Border Color
<div style="border:3px solid #93ebcb">
Div here</div>
This div border color is #93ebcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,235,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93ebcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93ebcb; -webkit-box-shadow: 1px 1px 3px 2px #93ebcb; box-shadow: 1px 1px 3px 2px #93ebcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,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 #93ebcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93ebcb; -webkit-box-shadow: 1px 1px 3px 2px #93ebcb; box-shadow: 1px 1px 3px 2px #93ebcb;">
Div content here</div>
This div box has shadow with color #93ebcb
Comments
No comments written yet.
Please login to write comment.