Color spaces of #b7dcca
RGB | 183 | 220 | 202 |
---|---|---|---|
HSL | 0.42 | 0.35 | 0.79 |
HSV | 151° | 17° | 86° |
CMYK | 0.17 | 0.00 | 0.08 0.14 |
XYZ | 55.7823 | 65.5179 | 65.5833 |
Yxy | 65.5179 | 0.2985 | 0.3506 |
Hunter Lab | 80.9431 | -18.6364 | 8.6211 |
CIE-Lab | 84.7499 | -15.6442 | 4.8023 |
#b7dcca color RGB value is (183,220,202).
#b7dcca hex color red value is 183, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b7dcca hue: 0.42 , saturation: 0.35 and the lightness value of b7dcca is 0.79.
The process color (four color CMYK) of #b7dcca color hex is 0.17, 0.00, 0.08, 0.14. Web safe color of #b7dcca is #cccccc. Color #b7dcca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 11011100 | 11001010 |
Octal | 267 | 334 | 312 |
Decimal | 183 | 220 | 202 |
Hex | B7 | DC | CA |
Shades of #b7dcca
Tints of #b7dcca
RGB Percentages of Color #b7dcca
CMYK Percentages of Color #b7dcca
Complementary Color
#b7dcca | #dcb7c9 |
#b7dcca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b7dcca Color Preview on White Background
Lorem ipsum dolor sit amet.
#b7dcca Color CSS Codes
.mybgcolor {background-color:#b7dcca; } .myforecolor {color:#b7dcca; } .mybordercolor {border:3px solid #b7dcca; }
#b7dcca Text Font Color
<p style="color:#b7dcca">Text here</p>
This sample text font color is #b7dcca
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.
#b7dcca Background Color
<div style="background-color:#b7dcca">
Div content here</div>
This div background color is #b7dcca
#b7dcca Border Color
<div style="border:3px solid #b7dcca">
Div here</div>
This div border color is #b7dcca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,220,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b7dcca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b7dcca; -webkit-box-shadow: 1px 1px 3px 2px #b7dcca; box-shadow: 1px 1px 3px 2px #b7dcca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,220,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b7dcca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b7dcca; -webkit-box-shadow: 1px 1px 3px 2px #b7dcca; box-shadow: 1px 1px 3px 2px #b7dcca;">
Div content here</div>
This div box has shadow with color #b7dcca
Comments
No comments written yet.
Please login to write comment.