Color spaces of #b4d4dd
RGB | 180 | 212 | 221 |
---|---|---|---|
HSL | 0.54 | 0.38 | 0.79 |
HSV | 193° | 19° | 87° |
CMYK | 0.19 | 0.04 | 0.00 0.13 |
XYZ | 55.4170 | 62.0107 | 77.4551 |
Yxy | 62.0107 | 0.2844 | 0.3182 |
Hunter Lab | 78.7469 | -12.1902 | -3.1946 |
CIE-Lab | 82.9191 | -8.6687 | -7.9862 |
#b4d4dd color RGB value is (180,212,221).
#b4d4dd hex color red value is 180, green value is 212 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b4d4dd hue: 0.54 , saturation: 0.38 and the lightness value of b4d4dd is 0.79.
The process color (four color CMYK) of #b4d4dd color hex is 0.19, 0.04, 0.00, 0.13. Web safe color of #b4d4dd is #cccccc. Color #b4d4dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 11010100 | 11011101 |
Octal | 264 | 324 | 335 |
Decimal | 180 | 212 | 221 |
Hex | B4 | D4 | DD |
Shades of #b4d4dd
Tints of #b4d4dd
RGB Percentages of Color #b4d4dd
CMYK Percentages of Color #b4d4dd
Complementary Color
#b4d4dd | #ddbdb4 |
#b4d4dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4d4dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4d4dd Color CSS Codes
.mybgcolor {background-color:#b4d4dd; } .myforecolor {color:#b4d4dd; } .mybordercolor {border:3px solid #b4d4dd; }
#b4d4dd Text Font Color
<p style="color:#b4d4dd">Text here</p>
This sample text font color is #b4d4dd
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.
#b4d4dd Background Color
<div style="background-color:#b4d4dd">
Div content here</div>
This div background color is #b4d4dd
#b4d4dd Border Color
<div style="border:3px solid #b4d4dd">
Div here</div>
This div border color is #b4d4dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,212,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4d4dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4d4dd; -webkit-box-shadow: 1px 1px 3px 2px #b4d4dd; box-shadow: 1px 1px 3px 2px #b4d4dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,212,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4d4dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4d4dd; -webkit-box-shadow: 1px 1px 3px 2px #b4d4dd; box-shadow: 1px 1px 3px 2px #b4d4dd;">
Div content here</div>
This div box has shadow with color #b4d4dd
Comments
No comments written yet.
Please login to write comment.