Color spaces of #00bbea
RGB | 0 | 187 | 234 |
---|---|---|---|
HSL | 0.53 | 1.00 | 0.46 |
HSV | 192° | 100° | 92° |
CMYK | 1.00 | 0.20 | 0.00 0.08 |
XYZ | 32.6216 | 41.4812 | 84.1292 |
Yxy | 41.4812 | 0.2062 | 0.2622 |
Hunter Lab | 64.4059 | -22.3000 | -32.3625 |
CIE-Lab | 70.5117 | -22.8222 | -34.3655 |
#00bbea color RGB value is (0,187,234).
#00bbea hex color red value is 0, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #00bbea hue: 0.53 , saturation: 1.00 and the lightness value of 00bbea is 0.46.
The process color (four color CMYK) of #00bbea color hex is 1.00, 0.20, 0.00, 0.08. Web safe color of #00bbea is #00ccff. Color #00bbea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 10111011 | 11101010 |
Octal | 0 | 273 | 352 |
Decimal | 0 | 187 | 234 |
Hex | 0 | BB | EA |
Shades of #00bbea
Tints of #00bbea
RGB Percentages of Color #00bbea
CMYK Percentages of Color #00bbea
Complementary Color
#00bbea | #ea2f00 |
#00bbea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#00bbea Color Preview on White Background
Lorem ipsum dolor sit amet.
#00bbea Color CSS Codes
.mybgcolor {background-color:#00bbea; } .myforecolor {color:#00bbea; } .mybordercolor {border:3px solid #00bbea; }
#00bbea Text Font Color
<p style="color:#00bbea">Text here</p>
This sample text font color is #00bbea
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.
#00bbea Background Color
<div style="background-color:#00bbea">
Div content here</div>
This div background color is #00bbea
#00bbea Border Color
<div style="border:3px solid #00bbea">
Div here</div>
This div border color is #00bbea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,187,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00bbea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00bbea; -webkit-box-shadow: 1px 1px 3px 2px #00bbea; box-shadow: 1px 1px 3px 2px #00bbea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,187,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #00bbea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #00bbea; -webkit-box-shadow: 1px 1px 3px 2px #00bbea; box-shadow: 1px 1px 3px 2px #00bbea;">
Div content here</div>
This div box has shadow with color #00bbea
Comments
No comments written yet.
Please login to write comment.