Color spaces of #89cebb
RGB | 137 | 206 | 187 |
---|---|---|---|
HSL | 0.45 | 0.41 | 0.67 |
HSV | 163° | 33° | 81° |
CMYK | 0.33 | 0.00 | 0.09 0.19 |
XYZ | 41.3575 | 53.0488 | 55.0734 |
Yxy | 53.0488 | 0.2767 | 0.3549 |
Hunter Lab | 72.8346 | -26.1033 | 6.1525 |
CIE-Lab | 77.9038 | -25.8717 | 2.5512 |
#89cebb color RGB value is (137,206,187).
#89cebb hex color red value is 137, green value is 206 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #89cebb hue: 0.45 , saturation: 0.41 and the lightness value of 89cebb is 0.67.
The process color (four color CMYK) of #89cebb color hex is 0.33, 0.00, 0.09, 0.19. Web safe color of #89cebb is #99cccc. Color #89cebb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 11001110 | 10111011 |
Octal | 211 | 316 | 273 |
Decimal | 137 | 206 | 187 |
Hex | 89 | CE | BB |
Shades of #89cebb
Tints of #89cebb
RGB Percentages of Color #89cebb
CMYK Percentages of Color #89cebb
Complementary Color
#89cebb | #ce899c |
#89cebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89cebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#89cebb Color CSS Codes
.mybgcolor {background-color:#89cebb; } .myforecolor {color:#89cebb; } .mybordercolor {border:3px solid #89cebb; }
#89cebb Text Font Color
<p style="color:#89cebb">Text here</p>
This sample text font color is #89cebb
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.
#89cebb Background Color
<div style="background-color:#89cebb">
Div content here</div>
This div background color is #89cebb
#89cebb Border Color
<div style="border:3px solid #89cebb">
Div here</div>
This div border color is #89cebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,206,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89cebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89cebb; -webkit-box-shadow: 1px 1px 3px 2px #89cebb; box-shadow: 1px 1px 3px 2px #89cebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,206,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89cebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89cebb; -webkit-box-shadow: 1px 1px 3px 2px #89cebb; box-shadow: 1px 1px 3px 2px #89cebb;">
Div content here</div>
This div box has shadow with color #89cebb
Comments
No comments written yet.
Please login to write comment.