Color spaces of #96cabc
RGB | 150 | 202 | 188 |
---|---|---|---|
HSL | 0.46 | 0.33 | 0.69 |
HSV | 164° | 26° | 79° |
CMYK | 0.26 | 0.00 | 0.07 0.21 |
XYZ | 42.7753 | 52.3559 | 55.4282 |
Yxy | 52.3559 | 0.2841 | 0.3477 |
Hunter Lab | 72.3574 | -21.1021 | 5.2320 |
CIE-Lab | 77.4932 | -19.8207 | 1.5017 |
#96cabc color RGB value is (150,202,188).
#96cabc hex color red value is 150, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #96cabc hue: 0.46 , saturation: 0.33 and the lightness value of 96cabc is 0.69.
The process color (four color CMYK) of #96cabc color hex is 0.26, 0.00, 0.07, 0.21. Web safe color of #96cabc is #99cccc. Color #96cabc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 11001010 | 10111100 |
Octal | 226 | 312 | 274 |
Decimal | 150 | 202 | 188 |
Hex | 96 | CA | BC |
Shades of #96cabc
Tints of #96cabc
RGB Percentages of Color #96cabc
CMYK Percentages of Color #96cabc
Complementary Color
#96cabc | #ca96a4 |
#96cabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#96cabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#96cabc Color CSS Codes
.mybgcolor {background-color:#96cabc; } .myforecolor {color:#96cabc; } .mybordercolor {border:3px solid #96cabc; }
#96cabc Text Font Color
<p style="color:#96cabc">Text here</p>
This sample text font color is #96cabc
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.
#96cabc Background Color
<div style="background-color:#96cabc">
Div content here</div>
This div background color is #96cabc
#96cabc Border Color
<div style="border:3px solid #96cabc">
Div here</div>
This div border color is #96cabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,202,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #96cabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96cabc; -webkit-box-shadow: 1px 1px 3px 2px #96cabc; box-shadow: 1px 1px 3px 2px #96cabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,202,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 #96cabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #96cabc; -webkit-box-shadow: 1px 1px 3px 2px #96cabc; box-shadow: 1px 1px 3px 2px #96cabc;">
Div content here</div>
This div box has shadow with color #96cabc
Comments
No comments written yet.
Please login to write comment.