Color spaces of #8cbebf
RGB | 140 | 190 | 191 |
---|---|---|---|
HSL | 0.50 | 0.28 | 0.65 |
HSV | 181° | 27° | 75° |
CMYK | 0.27 | 0.01 | 0.00 0.25 |
XYZ | 38.6326 | 46.1639 | 56.1646 |
Yxy | 46.1639 | 0.2741 | 0.3275 |
Hunter Lab | 67.9440 | -17.4079 | -1.4501 |
CIE-Lab | 73.6518 | -16.0548 | -5.8255 |
#8cbebf color RGB value is (140,190,191).
#8cbebf hex color red value is 140, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8cbebf hue: 0.50 , saturation: 0.28 and the lightness value of 8cbebf is 0.65.
The process color (four color CMYK) of #8cbebf color hex is 0.27, 0.01, 0.00, 0.25. Web safe color of #8cbebf is #99cccc. Color #8cbebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 10111110 | 10111111 |
Octal | 214 | 276 | 277 |
Decimal | 140 | 190 | 191 |
Hex | 8C | BE | BF |
Shades of #8cbebf
Tints of #8cbebf
RGB Percentages of Color #8cbebf
CMYK Percentages of Color #8cbebf
Complementary Color
#8cbebf | #bf8d8c |
#8cbebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cbebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cbebf Color CSS Codes
.mybgcolor {background-color:#8cbebf; } .myforecolor {color:#8cbebf; } .mybordercolor {border:3px solid #8cbebf; }
#8cbebf Text Font Color
<p style="color:#8cbebf">Text here</p>
This sample text font color is #8cbebf
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.
#8cbebf Background Color
<div style="background-color:#8cbebf">
Div content here</div>
This div background color is #8cbebf
#8cbebf Border Color
<div style="border:3px solid #8cbebf">
Div here</div>
This div border color is #8cbebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,190,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cbebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cbebf; -webkit-box-shadow: 1px 1px 3px 2px #8cbebf; box-shadow: 1px 1px 3px 2px #8cbebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,190,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 #8cbebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cbebf; -webkit-box-shadow: 1px 1px 3px 2px #8cbebf; box-shadow: 1px 1px 3px 2px #8cbebf;">
Div content here</div>
This div box has shadow with color #8cbebf
Comments
No comments written yet.
Please login to write comment.