Color spaces of #8dbdbf
RGB | 141 | 189 | 191 |
---|---|---|---|
HSL | 0.51 | 0.28 | 0.65 |
HSV | 182° | 26° | 75° |
CMYK | 0.26 | 0.01 | 0.00 0.25 |
XYZ | 38.5861 | 45.8195 | 56.1006 |
Yxy | 45.8195 | 0.2746 | 0.3261 |
Hunter Lab | 67.6901 | -16.7055 | -1.7556 |
CIE-Lab | 73.4283 | -15.2401 | -6.1499 |
#8dbdbf color RGB value is (141,189,191).
#8dbdbf hex color red value is 141, green value is 189 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8dbdbf hue: 0.51 , saturation: 0.28 and the lightness value of 8dbdbf is 0.65.
The process color (four color CMYK) of #8dbdbf color hex is 0.26, 0.01, 0.00, 0.25. Web safe color of #8dbdbf is #99cccc. Color #8dbdbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001101 | 10111101 | 10111111 |
Octal | 215 | 275 | 277 |
Decimal | 141 | 189 | 191 |
Hex | 8D | BD | BF |
Shades of #8dbdbf
Tints of #8dbdbf
RGB Percentages of Color #8dbdbf
CMYK Percentages of Color #8dbdbf
Complementary Color
#8dbdbf | #bf8f8d |
#8dbdbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8dbdbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8dbdbf Color CSS Codes
.mybgcolor {background-color:#8dbdbf; } .myforecolor {color:#8dbdbf; } .mybordercolor {border:3px solid #8dbdbf; }
#8dbdbf Text Font Color
<p style="color:#8dbdbf">Text here</p>
This sample text font color is #8dbdbf
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.
#8dbdbf Background Color
<div style="background-color:#8dbdbf">
Div content here</div>
This div background color is #8dbdbf
#8dbdbf Border Color
<div style="border:3px solid #8dbdbf">
Div here</div>
This div border color is #8dbdbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(141,189,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8dbdbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8dbdbf; -webkit-box-shadow: 1px 1px 3px 2px #8dbdbf; box-shadow: 1px 1px 3px 2px #8dbdbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(141,189,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8dbdbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8dbdbf; -webkit-box-shadow: 1px 1px 3px 2px #8dbdbf; box-shadow: 1px 1px 3px 2px #8dbdbf;">
Div content here</div>
This div box has shadow with color #8dbdbf
#8dbdbf Color Palettes
Comments
No comments written yet.
Please login to write comment.