Color spaces of #b3cdde
RGB | 179 | 205 | 222 |
---|---|---|---|
HSL | 0.57 | 0.39 | 0.79 |
HSV | 204° | 19° | 87° |
CMYK | 0.19 | 0.08 | 0.00 0.13 |
XYZ | 53.6065 | 58.5203 | 77.5774 |
Yxy | 58.5203 | 0.2826 | 0.3085 |
Hunter Lab | 76.4986 | -8.7883 | -6.5772 |
CIE-Lab | 81.0272 | -5.1133 | -11.3420 |
#b3cdde color RGB value is (179,205,222).
#b3cdde hex color red value is 179, green value is 205 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b3cdde hue: 0.57 , saturation: 0.39 and the lightness value of b3cdde is 0.79.
The process color (four color CMYK) of #b3cdde color hex is 0.19, 0.08, 0.00, 0.13. Web safe color of #b3cdde is #cccccc. Color #b3cdde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 11001101 | 11011110 |
Octal | 263 | 315 | 336 |
Decimal | 179 | 205 | 222 |
Hex | B3 | CD | DE |
Shades of #b3cdde
Tints of #b3cdde
RGB Percentages of Color #b3cdde
CMYK Percentages of Color #b3cdde
Complementary Color
#b3cdde | #dec4b3 |
#b3cdde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3cdde Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3cdde Color CSS Codes
.mybgcolor {background-color:#b3cdde; } .myforecolor {color:#b3cdde; } .mybordercolor {border:3px solid #b3cdde; }
#b3cdde Text Font Color
<p style="color:#b3cdde">Text here</p>
This sample text font color is #b3cdde
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.
#b3cdde Background Color
<div style="background-color:#b3cdde">
Div content here</div>
This div background color is #b3cdde
#b3cdde Border Color
<div style="border:3px solid #b3cdde">
Div here</div>
This div border color is #b3cdde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,205,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3cdde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3cdde; -webkit-box-shadow: 1px 1px 3px 2px #b3cdde; box-shadow: 1px 1px 3px 2px #b3cdde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,205,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3cdde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3cdde; -webkit-box-shadow: 1px 1px 3px 2px #b3cdde; box-shadow: 1px 1px 3px 2px #b3cdde;">
Div content here</div>
This div box has shadow with color #b3cdde
Comments
No comments written yet.
Please login to write comment.