Color spaces of #93cfbb
RGB | 147 | 207 | 187 |
---|---|---|---|
HSL | 0.44 | 0.38 | 0.69 |
HSV | 160° | 29° | 81° |
CMYK | 0.29 | 0.00 | 0.10 0.19 |
XYZ | 43.3151 | 54.4165 | 55.2342 |
Yxy | 54.4165 | 0.2832 | 0.3557 |
Hunter Lab | 73.7675 | -24.2809 | 7.2433 |
CIE-Lab | 78.7040 | -23.4346 | 3.7759 |
#93cfbb color RGB value is (147,207,187).
#93cfbb hex color red value is 147, green value is 207 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #93cfbb hue: 0.44 , saturation: 0.38 and the lightness value of 93cfbb is 0.69.
The process color (four color CMYK) of #93cfbb color hex is 0.29, 0.00, 0.10, 0.19. Web safe color of #93cfbb is #99cccc. Color #93cfbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 11001111 | 10111011 |
Octal | 223 | 317 | 273 |
Decimal | 147 | 207 | 187 |
Hex | 93 | CF | BB |
Shades of #93cfbb
Tints of #93cfbb
RGB Percentages of Color #93cfbb
CMYK Percentages of Color #93cfbb
Complementary Color
#93cfbb | #cf93a7 |
#93cfbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93cfbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#93cfbb Color CSS Codes
.mybgcolor {background-color:#93cfbb; } .myforecolor {color:#93cfbb; } .mybordercolor {border:3px solid #93cfbb; }
#93cfbb Text Font Color
<p style="color:#93cfbb">Text here</p>
This sample text font color is #93cfbb
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.
#93cfbb Background Color
<div style="background-color:#93cfbb">
Div content here</div>
This div background color is #93cfbb
#93cfbb Border Color
<div style="border:3px solid #93cfbb">
Div here</div>
This div border color is #93cfbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,207,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93cfbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93cfbb; -webkit-box-shadow: 1px 1px 3px 2px #93cfbb; box-shadow: 1px 1px 3px 2px #93cfbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,207,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93cfbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93cfbb; -webkit-box-shadow: 1px 1px 3px 2px #93cfbb; box-shadow: 1px 1px 3px 2px #93cfbb;">
Div content here</div>
This div box has shadow with color #93cfbb
Comments
No comments written yet.
Please login to write comment.