Color spaces of #b1eedc
RGB | 177 | 238 | 220 |
---|---|---|---|
HSL | 0.45 | 0.64 | 0.81 |
HSV | 162° | 26° | 93° |
CMYK | 0.26 | 0.00 | 0.08 0.07 |
XYZ | 61.6243 | 75.6635 | 79.0667 |
Yxy | 75.6635 | 0.2848 | 0.3497 |
Hunter Lab | 86.9848 | -25.7651 | 6.9964 |
CIE-Lab | 89.7029 | -22.8617 | 2.4802 |
#b1eedc color RGB value is (177,238,220).
#b1eedc hex color red value is 177, green value is 238 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b1eedc hue: 0.45 , saturation: 0.64 and the lightness value of b1eedc is 0.81.
The process color (four color CMYK) of #b1eedc color hex is 0.26, 0.00, 0.08, 0.07. Web safe color of #b1eedc is #99ffcc. Color #b1eedc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11101110 | 11011100 |
Octal | 261 | 356 | 334 |
Decimal | 177 | 238 | 220 |
Hex | B1 | EE | DC |
Shades of #b1eedc
Tints of #b1eedc
RGB Percentages of Color #b1eedc
CMYK Percentages of Color #b1eedc
Complementary Color
#b1eedc | #eeb1c3 |
#b1eedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1eedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1eedc Color CSS Codes
.mybgcolor {background-color:#b1eedc; } .myforecolor {color:#b1eedc; } .mybordercolor {border:3px solid #b1eedc; }
#b1eedc Text Font Color
<p style="color:#b1eedc">Text here</p>
This sample text font color is #b1eedc
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.
#b1eedc Background Color
<div style="background-color:#b1eedc">
Div content here</div>
This div background color is #b1eedc
#b1eedc Border Color
<div style="border:3px solid #b1eedc">
Div here</div>
This div border color is #b1eedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,238,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1eedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1eedc; -webkit-box-shadow: 1px 1px 3px 2px #b1eedc; box-shadow: 1px 1px 3px 2px #b1eedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,238,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1eedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1eedc; -webkit-box-shadow: 1px 1px 3px 2px #b1eedc; box-shadow: 1px 1px 3px 2px #b1eedc;">
Div content here</div>
This div box has shadow with color #b1eedc
Comments
No comments written yet.
Please login to write comment.