Color spaces of #93cbad
RGB | 147 | 203 | 173 |
---|---|---|---|
HSL | 0.41 | 0.35 | 0.69 |
HSV | 148° | 28° | 80° |
CMYK | 0.28 | 0.00 | 0.15 0.20 |
XYZ | 40.9314 | 51.9320 | 47.4017 |
Yxy | 51.9320 | 0.2918 | 0.3702 |
Hunter Lab | 72.0639 | -24.7259 | 11.4453 |
CIE-Lab | 77.2402 | -24.3169 | 9.1791 |
#93cbad color RGB value is (147,203,173).
#93cbad hex color red value is 147, green value is 203 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #93cbad hue: 0.41 , saturation: 0.35 and the lightness value of 93cbad is 0.69.
The process color (four color CMYK) of #93cbad color hex is 0.28, 0.00, 0.15, 0.20. Web safe color of #93cbad is #99cc99. Color #93cbad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 11001011 | 10101101 |
Octal | 223 | 313 | 255 |
Decimal | 147 | 203 | 173 |
Hex | 93 | CB | AD |
Shades of #93cbad
Tints of #93cbad
RGB Percentages of Color #93cbad
CMYK Percentages of Color #93cbad
Complementary Color
#93cbad | #cb93b1 |
#93cbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93cbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#93cbad Color CSS Codes
.mybgcolor {background-color:#93cbad; } .myforecolor {color:#93cbad; } .mybordercolor {border:3px solid #93cbad; }
#93cbad Text Font Color
<p style="color:#93cbad">Text here</p>
This sample text font color is #93cbad
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.
#93cbad Background Color
<div style="background-color:#93cbad">
Div content here</div>
This div background color is #93cbad
#93cbad Border Color
<div style="border:3px solid #93cbad">
Div here</div>
This div border color is #93cbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,203,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93cbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93cbad; -webkit-box-shadow: 1px 1px 3px 2px #93cbad; box-shadow: 1px 1px 3px 2px #93cbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,203,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93cbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93cbad; -webkit-box-shadow: 1px 1px 3px 2px #93cbad; box-shadow: 1px 1px 3px 2px #93cbad;">
Div content here</div>
This div box has shadow with color #93cbad
Comments
No comments written yet.
Please login to write comment.