Color spaces of #89f3dd
RGB | 137 | 243 | 221 |
---|---|---|---|
HSL | 0.47 | 0.82 | 0.75 |
HSV | 168° | 44° | 95° |
CMYK | 0.44 | 0.00 | 0.09 0.05 |
XYZ | 55.4183 | 74.6400 | 79.8927 |
Yxy | 74.6400 | 0.2640 | 0.3555 |
Hunter Lab | 86.3944 | -36.6902 | 5.6481 |
CIE-Lab | 89.2241 | -35.8421 | 1.0309 |
#89f3dd color RGB value is (137,243,221).
#89f3dd hex color red value is 137, green value is 243 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #89f3dd hue: 0.47 , saturation: 0.82 and the lightness value of 89f3dd is 0.75.
The process color (four color CMYK) of #89f3dd color hex is 0.44, 0.00, 0.09, 0.05. Web safe color of #89f3dd is #99ffcc. Color #89f3dd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 11110011 | 11011101 |
Octal | 211 | 363 | 335 |
Decimal | 137 | 243 | 221 |
Hex | 89 | F3 | DD |
Shades of #89f3dd
Tints of #89f3dd
RGB Percentages of Color #89f3dd
CMYK Percentages of Color #89f3dd
Complementary Color
#89f3dd | #f3899f |
#89f3dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89f3dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#89f3dd Color CSS Codes
.mybgcolor {background-color:#89f3dd; } .myforecolor {color:#89f3dd; } .mybordercolor {border:3px solid #89f3dd; }
#89f3dd Text Font Color
<p style="color:#89f3dd">Text here</p>
This sample text font color is #89f3dd
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.
#89f3dd Background Color
<div style="background-color:#89f3dd">
Div content here</div>
This div background color is #89f3dd
#89f3dd Border Color
<div style="border:3px solid #89f3dd">
Div here</div>
This div border color is #89f3dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,243,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89f3dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89f3dd; -webkit-box-shadow: 1px 1px 3px 2px #89f3dd; box-shadow: 1px 1px 3px 2px #89f3dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,243,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89f3dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89f3dd; -webkit-box-shadow: 1px 1px 3px 2px #89f3dd; box-shadow: 1px 1px 3px 2px #89f3dd;">
Div content here</div>
This div box has shadow with color #89f3dd
Comments
No comments written yet.
Please login to write comment.