Color spaces of #b0ebeb
RGB | 176 | 235 | 235 |
---|---|---|---|
HSL | 0.50 | 0.60 | 0.81 |
HSV | 180° | 25° | 92° |
CMYK | 0.25 | 0.00 | 0.00 0.08 |
XYZ | 62.6082 | 74.6449 | 89.7054 |
Yxy | 74.6449 | 0.2759 | 0.3289 |
Hunter Lab | 86.3973 | -21.8444 | -1.0821 |
CIE-Lab | 89.2264 | -18.5170 | -6.0672 |
#b0ebeb color RGB value is (176,235,235).
#b0ebeb hex color red value is 176, green value is 235 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b0ebeb hue: 0.50 , saturation: 0.60 and the lightness value of b0ebeb is 0.81.
The process color (four color CMYK) of #b0ebeb color hex is 0.25, 0.00, 0.00, 0.08. Web safe color of #b0ebeb is #99ffff. Color #b0ebeb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 11101011 | 11101011 |
Octal | 260 | 353 | 353 |
Decimal | 176 | 235 | 235 |
Hex | B0 | EB | EB |
Shades of #b0ebeb
Tints of #b0ebeb
RGB Percentages of Color #b0ebeb
CMYK Percentages of Color #b0ebeb
Complementary Color
#b0ebeb | #ebb0b0 |
#b0ebeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b0ebeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b0ebeb Color CSS Codes
.mybgcolor {background-color:#b0ebeb; } .myforecolor {color:#b0ebeb; } .mybordercolor {border:3px solid #b0ebeb; }
#b0ebeb Text Font Color
<p style="color:#b0ebeb">Text here</p>
This sample text font color is #b0ebeb
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.
#b0ebeb Background Color
<div style="background-color:#b0ebeb">
Div content here</div>
This div background color is #b0ebeb
#b0ebeb Border Color
<div style="border:3px solid #b0ebeb">
Div here</div>
This div border color is #b0ebeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,235,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b0ebeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b0ebeb; -webkit-box-shadow: 1px 1px 3px 2px #b0ebeb; box-shadow: 1px 1px 3px 2px #b0ebeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,235,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b0ebeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b0ebeb; -webkit-box-shadow: 1px 1px 3px 2px #b0ebeb; box-shadow: 1px 1px 3px 2px #b0ebeb;">
Div content here</div>
This div box has shadow with color #b0ebeb
Comments
No comments written yet.
Please login to write comment.