Color spaces of #93cabd
RGB | 147 | 202 | 189 |
---|---|---|---|
HSL | 0.46 | 0.34 | 0.68 |
HSV | 166° | 27° | 79° |
CMYK | 0.27 | 0.00 | 0.06 0.21 |
XYZ | 42.3385 | 52.1182 | 55.9725 |
Yxy | 52.1182 | 0.2815 | 0.3465 |
Hunter Lab | 72.1929 | -21.6540 | 4.5664 |
CIE-Lab | 77.3515 | -20.5186 | 0.7364 |
#93cabd color RGB value is (147,202,189).
#93cabd hex color red value is 147, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #93cabd hue: 0.46 , saturation: 0.34 and the lightness value of 93cabd is 0.68.
The process color (four color CMYK) of #93cabd color hex is 0.27, 0.00, 0.06, 0.21. Web safe color of #93cabd is #99cccc. Color #93cabd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 11001010 | 10111101 |
Octal | 223 | 312 | 275 |
Decimal | 147 | 202 | 189 |
Hex | 93 | CA | BD |
Shades of #93cabd
Tints of #93cabd
RGB Percentages of Color #93cabd
CMYK Percentages of Color #93cabd
Complementary Color
#93cabd | #ca93a0 |
#93cabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93cabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#93cabd Color CSS Codes
.mybgcolor {background-color:#93cabd; } .myforecolor {color:#93cabd; } .mybordercolor {border:3px solid #93cabd; }
#93cabd Text Font Color
<p style="color:#93cabd">Text here</p>
This sample text font color is #93cabd
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.
#93cabd Background Color
<div style="background-color:#93cabd">
Div content here</div>
This div background color is #93cabd
#93cabd Border Color
<div style="border:3px solid #93cabd">
Div here</div>
This div border color is #93cabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,202,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93cabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93cabd; -webkit-box-shadow: 1px 1px 3px 2px #93cabd; box-shadow: 1px 1px 3px 2px #93cabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,202,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93cabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93cabd; -webkit-box-shadow: 1px 1px 3px 2px #93cabd; box-shadow: 1px 1px 3px 2px #93cabd;">
Div content here</div>
This div box has shadow with color #93cabd
Comments
No comments written yet.
Please login to write comment.