Color spaces of #b1caee
RGB | 177 | 202 | 238 |
---|---|---|---|
HSL | 0.60 | 0.64 | 0.81 |
HSV | 215° | 26° | 93° |
CMYK | 0.26 | 0.15 | 0.00 0.07 |
XYZ | 54.6846 | 57.7612 | 89.1558 |
Yxy | 57.7612 | 0.2713 | 0.2865 |
Hunter Lab | 76.0008 | -4.5659 | -16.3520 |
CIE-Lab | 80.6058 | -0.5460 | -20.5466 |
#b1caee color RGB value is (177,202,238).
#b1caee hex color red value is 177, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b1caee hue: 0.60 , saturation: 0.64 and the lightness value of b1caee is 0.81.
The process color (four color CMYK) of #b1caee color hex is 0.26, 0.15, 0.00, 0.07. Web safe color of #b1caee is #99ccff. Color #b1caee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11001010 | 11101110 |
Octal | 261 | 312 | 356 |
Decimal | 177 | 202 | 238 |
Hex | B1 | CA | EE |
Shades of #b1caee
Tints of #b1caee
RGB Percentages of Color #b1caee
CMYK Percentages of Color #b1caee
Complementary Color
#b1caee | #eed5b1 |
#b1caee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1caee Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1caee Color CSS Codes
.mybgcolor {background-color:#b1caee; } .myforecolor {color:#b1caee; } .mybordercolor {border:3px solid #b1caee; }
#b1caee Text Font Color
<p style="color:#b1caee">Text here</p>
This sample text font color is #b1caee
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.
#b1caee Background Color
<div style="background-color:#b1caee">
Div content here</div>
This div background color is #b1caee
#b1caee Border Color
<div style="border:3px solid #b1caee">
Div here</div>
This div border color is #b1caee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,202,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1caee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1caee; -webkit-box-shadow: 1px 1px 3px 2px #b1caee; box-shadow: 1px 1px 3px 2px #b1caee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,202,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1caee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1caee; -webkit-box-shadow: 1px 1px 3px 2px #b1caee; box-shadow: 1px 1px 3px 2px #b1caee;">
Div content here</div>
This div box has shadow with color #b1caee
Comments
No comments written yet.
Please login to write comment.