Color spaces of #89bfad
RGB | 137 | 191 | 173 |
---|---|---|---|
HSL | 0.44 | 0.30 | 0.64 |
HSV | 160° | 28° | 75° |
CMYK | 0.28 | 0.00 | 0.09 0.25 |
XYZ | 36.4902 | 45.5971 | 46.4130 |
Yxy | 45.5971 | 0.2840 | 0.3548 |
Hunter Lab | 67.5256 | -21.7102 | 6.5156 |
CIE-Lab | 73.2833 | -21.4439 | 3.4183 |
#89bfad color RGB value is (137,191,173).
#89bfad hex color red value is 137, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #89bfad hue: 0.44 , saturation: 0.30 and the lightness value of 89bfad is 0.64.
The process color (four color CMYK) of #89bfad color hex is 0.28, 0.00, 0.09, 0.25. Web safe color of #89bfad is #99cc99. Color #89bfad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10111111 | 10101101 |
Octal | 211 | 277 | 255 |
Decimal | 137 | 191 | 173 |
Hex | 89 | BF | AD |
Shades of #89bfad
Tints of #89bfad
RGB Percentages of Color #89bfad
CMYK Percentages of Color #89bfad
Complementary Color
#89bfad | #bf899b |
#89bfad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89bfad Color Preview on White Background
Lorem ipsum dolor sit amet.
#89bfad Color CSS Codes
.mybgcolor {background-color:#89bfad; } .myforecolor {color:#89bfad; } .mybordercolor {border:3px solid #89bfad; }
#89bfad Text Font Color
<p style="color:#89bfad">Text here</p>
This sample text font color is #89bfad
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.
#89bfad Background Color
<div style="background-color:#89bfad">
Div content here</div>
This div background color is #89bfad
#89bfad Border Color
<div style="border:3px solid #89bfad">
Div here</div>
This div border color is #89bfad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,191,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89bfad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89bfad; -webkit-box-shadow: 1px 1px 3px 2px #89bfad; box-shadow: 1px 1px 3px 2px #89bfad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,191,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89bfad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89bfad; -webkit-box-shadow: 1px 1px 3px 2px #89bfad; box-shadow: 1px 1px 3px 2px #89bfad;">
Div content here</div>
This div box has shadow with color #89bfad
Comments
No comments written yet.
Please login to write comment.