Color spaces of #93ddbc
RGB | 147 | 221 | 188 |
---|---|---|---|
HSL | 0.43 | 0.52 | 0.72 |
HSV | 153° | 33° | 87° |
CMYK | 0.33 | 0.00 | 0.15 0.13 |
XYZ | 46.9662 | 61.5468 | 56.9813 |
Yxy | 61.5468 | 0.2838 | 0.3719 |
Hunter Lab | 78.4518 | -30.4292 | 11.8526 |
CIE-Lab | 82.6718 | -30.0167 | 8.9526 |
#93ddbc color RGB value is (147,221,188).
#93ddbc hex color red value is 147, green value is 221 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #93ddbc hue: 0.43 , saturation: 0.52 and the lightness value of 93ddbc is 0.72.
The process color (four color CMYK) of #93ddbc color hex is 0.33, 0.00, 0.15, 0.13. Web safe color of #93ddbc is #99cccc. Color #93ddbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 11011101 | 10111100 |
Octal | 223 | 335 | 274 |
Decimal | 147 | 221 | 188 |
Hex | 93 | DD | BC |
Shades of #93ddbc
Tints of #93ddbc
RGB Percentages of Color #93ddbc
CMYK Percentages of Color #93ddbc
Complementary Color
#93ddbc | #dd93b4 |
#93ddbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93ddbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#93ddbc Color CSS Codes
.mybgcolor {background-color:#93ddbc; } .myforecolor {color:#93ddbc; } .mybordercolor {border:3px solid #93ddbc; }
#93ddbc Text Font Color
<p style="color:#93ddbc">Text here</p>
This sample text font color is #93ddbc
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.
#93ddbc Background Color
<div style="background-color:#93ddbc">
Div content here</div>
This div background color is #93ddbc
#93ddbc Border Color
<div style="border:3px solid #93ddbc">
Div here</div>
This div border color is #93ddbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,221,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93ddbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93ddbc; -webkit-box-shadow: 1px 1px 3px 2px #93ddbc; box-shadow: 1px 1px 3px 2px #93ddbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,221,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93ddbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93ddbc; -webkit-box-shadow: 1px 1px 3px 2px #93ddbc; box-shadow: 1px 1px 3px 2px #93ddbc;">
Div content here</div>
This div box has shadow with color #93ddbc
Comments
No comments written yet.
Please login to write comment.