Color spaces of #89bfec
RGB | 137 | 191 | 236 |
---|---|---|---|
HSL | 0.58 | 0.72 | 0.73 |
HSV | 207° | 42° | 93° |
CMYK | 0.42 | 0.19 | 0.00 0.07 |
XYZ | 44.0877 | 48.6361 | 86.4209 |
Yxy | 48.6361 | 0.2461 | 0.2715 |
Hunter Lab | 69.7396 | -9.2008 | -24.6541 |
CIE-Lab | 75.2244 | -6.1621 | -27.8918 |
#89bfec color RGB value is (137,191,236).
#89bfec hex color red value is 137, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #89bfec hue: 0.58 , saturation: 0.72 and the lightness value of 89bfec is 0.73.
The process color (four color CMYK) of #89bfec color hex is 0.42, 0.19, 0.00, 0.07. Web safe color of #89bfec is #99ccff. Color #89bfec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10111111 | 11101100 |
Octal | 211 | 277 | 354 |
Decimal | 137 | 191 | 236 |
Hex | 89 | BF | EC |
Shades of #89bfec
Tints of #89bfec
RGB Percentages of Color #89bfec
CMYK Percentages of Color #89bfec
Complementary Color
#89bfec | #ecb689 |
#89bfec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89bfec Color Preview on White Background
Lorem ipsum dolor sit amet.
#89bfec Color CSS Codes
.mybgcolor {background-color:#89bfec; } .myforecolor {color:#89bfec; } .mybordercolor {border:3px solid #89bfec; }
#89bfec Text Font Color
<p style="color:#89bfec">Text here</p>
This sample text font color is #89bfec
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.
#89bfec Background Color
<div style="background-color:#89bfec">
Div content here</div>
This div background color is #89bfec
#89bfec Border Color
<div style="border:3px solid #89bfec">
Div here</div>
This div border color is #89bfec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,191,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89bfec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89bfec; -webkit-box-shadow: 1px 1px 3px 2px #89bfec; box-shadow: 1px 1px 3px 2px #89bfec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,191,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89bfec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89bfec; -webkit-box-shadow: 1px 1px 3px 2px #89bfec; box-shadow: 1px 1px 3px 2px #89bfec;">
Div content here</div>
This div box has shadow with color #89bfec
Comments
No comments written yet.
Please login to write comment.