Color spaces of #95bcbc
RGB | 149 | 188 | 188 |
---|---|---|---|
HSL | 0.50 | 0.23 | 0.66 |
HSV | 180° | 21° | 74° |
CMYK | 0.21 | 0.00 | 0.00 0.26 |
XYZ | 39.4547 | 45.9868 | 54.3738 |
Yxy | 45.9868 | 0.2822 | 0.3289 |
Hunter Lab | 67.8136 | -14.8204 | -0.0700 |
CIE-Lab | 73.5370 | -12.9513 | -4.3002 |
#95bcbc color RGB value is (149,188,188).
#95bcbc hex color red value is 149, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #95bcbc hue: 0.50 , saturation: 0.23 and the lightness value of 95bcbc is 0.66.
The process color (four color CMYK) of #95bcbc color hex is 0.21, 0.00, 0.00, 0.26. Web safe color of #95bcbc is #99cccc. Color #95bcbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 10111100 | 10111100 |
Octal | 225 | 274 | 274 |
Decimal | 149 | 188 | 188 |
Hex | 95 | BC | BC |
Shades of #95bcbc
Tints of #95bcbc
RGB Percentages of Color #95bcbc
CMYK Percentages of Color #95bcbc
Complementary Color
#95bcbc | #bc9595 |
#95bcbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95bcbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#95bcbc Color CSS Codes
.mybgcolor {background-color:#95bcbc; } .myforecolor {color:#95bcbc; } .mybordercolor {border:3px solid #95bcbc; }
#95bcbc Text Font Color
<p style="color:#95bcbc">Text here</p>
This sample text font color is #95bcbc
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.
#95bcbc Background Color
<div style="background-color:#95bcbc">
Div content here</div>
This div background color is #95bcbc
#95bcbc Border Color
<div style="border:3px solid #95bcbc">
Div here</div>
This div border color is #95bcbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,188,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95bcbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95bcbc; -webkit-box-shadow: 1px 1px 3px 2px #95bcbc; box-shadow: 1px 1px 3px 2px #95bcbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,188,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 #95bcbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95bcbc; -webkit-box-shadow: 1px 1px 3px 2px #95bcbc; box-shadow: 1px 1px 3px 2px #95bcbc;">
Div content here</div>
This div box has shadow with color #95bcbc
Comments
No comments written yet.
Please login to write comment.