Color spaces of #08b98d
RGB | 8 | 185 | 141 |
---|---|---|---|
HSL | 0.46 | 0.92 | 0.38 |
HSV | 165° | 96° | 73° |
CMYK | 0.96 | 0.00 | 0.24 0.27 |
XYZ | 22.2568 | 36.6726 | 31.1048 |
Yxy | 36.6726 | 0.2472 | 0.4073 |
Hunter Lab | 60.5579 | -40.3724 | 11.9370 |
CIE-Lab | 67.0307 | -49.7059 | 11.4361 |
#08b98d color RGB value is (8,185,141).
#08b98d hex color red value is 8, green value is 185 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #08b98d hue: 0.46 , saturation: 0.92 and the lightness value of 08b98d is 0.38.
The process color (four color CMYK) of #08b98d color hex is 0.96, 0.00, 0.24, 0.27. Web safe color of #08b98d is #00cc99. Color #08b98d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 10111001 | 10001101 |
Octal | 10 | 271 | 215 |
Decimal | 8 | 185 | 141 |
Hex | 8 | B9 | 8D |
Shades of #08b98d
Tints of #08b98d
RGB Percentages of Color #08b98d
CMYK Percentages of Color #08b98d
Complementary Color
#08b98d | #b90834 |
#08b98d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#08b98d Color Preview on White Background
Lorem ipsum dolor sit amet.
#08b98d Color CSS Codes
.mybgcolor {background-color:#08b98d; } .myforecolor {color:#08b98d; } .mybordercolor {border:3px solid #08b98d; }
#08b98d Text Font Color
<p style="color:#08b98d">Text here</p>
This sample text font color is #08b98d
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.
#08b98d Background Color
<div style="background-color:#08b98d">
Div content here</div>
This div background color is #08b98d
#08b98d Border Color
<div style="border:3px solid #08b98d">
Div here</div>
This div border color is #08b98d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,185,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #08b98d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #08b98d; -webkit-box-shadow: 1px 1px 3px 2px #08b98d; box-shadow: 1px 1px 3px 2px #08b98d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,185,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #08b98d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #08b98d; -webkit-box-shadow: 1px 1px 3px 2px #08b98d; box-shadow: 1px 1px 3px 2px #08b98d;">
Div content here</div>
This div box has shadow with color #08b98d
Comments
No comments written yet.
Please login to write comment.