Color spaces of #b2cdcd
RGB | 178 | 205 | 205 |
---|---|---|---|
HSL | 0.50 | 0.21 | 0.75 |
HSV | 180° | 13° | 80° |
CMYK | 0.13 | 0.00 | 0.00 0.20 |
XYZ | 51.2109 | 57.5354 | 66.1639 |
Yxy | 57.5354 | 0.2928 | 0.3289 |
Hunter Lab | 75.8521 | -12.2284 | 1.3793 |
CIE-Lab | 80.4798 | -9.0015 | -3.0569 |
#b2cdcd color RGB value is (178,205,205).
#b2cdcd hex color red value is 178, green value is 205 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b2cdcd hue: 0.50 , saturation: 0.21 and the lightness value of b2cdcd is 0.75.
The process color (four color CMYK) of #b2cdcd color hex is 0.13, 0.00, 0.00, 0.20. Web safe color of #b2cdcd is #99cccc. Color #b2cdcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 11001101 | 11001101 |
Octal | 262 | 315 | 315 |
Decimal | 178 | 205 | 205 |
Hex | B2 | CD | CD |
Shades of #b2cdcd
Tints of #b2cdcd
RGB Percentages of Color #b2cdcd
CMYK Percentages of Color #b2cdcd
Complementary Color
#b2cdcd | #cdb2b2 |
#b2cdcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2cdcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2cdcd Color CSS Codes
.mybgcolor {background-color:#b2cdcd; } .myforecolor {color:#b2cdcd; } .mybordercolor {border:3px solid #b2cdcd; }
#b2cdcd Text Font Color
<p style="color:#b2cdcd">Text here</p>
This sample text font color is #b2cdcd
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.
#b2cdcd Background Color
<div style="background-color:#b2cdcd">
Div content here</div>
This div background color is #b2cdcd
#b2cdcd Border Color
<div style="border:3px solid #b2cdcd">
Div here</div>
This div border color is #b2cdcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,205,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2cdcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2cdcd; -webkit-box-shadow: 1px 1px 3px 2px #b2cdcd; box-shadow: 1px 1px 3px 2px #b2cdcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,205,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2cdcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2cdcd; -webkit-box-shadow: 1px 1px 3px 2px #b2cdcd; box-shadow: 1px 1px 3px 2px #b2cdcd;">
Div content here</div>
This div box has shadow with color #b2cdcd
Comments
No comments written yet.
Please login to write comment.