Color spaces of #b8dfcf
RGB | 184 | 223 | 207 |
---|---|---|---|
HSL | 0.43 | 0.38 | 0.80 |
HSV | 155° | 17° | 87° |
CMYK | 0.17 | 0.00 | 0.07 0.13 |
XYZ | 57.4173 | 67.4707 | 69.0284 |
Yxy | 67.4707 | 0.2961 | 0.3479 |
Hunter Lab | 82.1406 | -18.9722 | 7.6729 |
CIE-Lab | 85.7411 | -15.8659 | 3.6040 |
#b8dfcf color RGB value is (184,223,207).
#b8dfcf hex color red value is 184, green value is 223 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b8dfcf hue: 0.43 , saturation: 0.38 and the lightness value of b8dfcf is 0.80.
The process color (four color CMYK) of #b8dfcf color hex is 0.17, 0.00, 0.07, 0.13. Web safe color of #b8dfcf is #cccccc. Color #b8dfcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 11011111 | 11001111 |
Octal | 270 | 337 | 317 |
Decimal | 184 | 223 | 207 |
Hex | B8 | DF | CF |
Shades of #b8dfcf
Tints of #b8dfcf
RGB Percentages of Color #b8dfcf
CMYK Percentages of Color #b8dfcf
Complementary Color
#b8dfcf | #dfb8c8 |
#b8dfcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8dfcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8dfcf Color CSS Codes
.mybgcolor {background-color:#b8dfcf; } .myforecolor {color:#b8dfcf; } .mybordercolor {border:3px solid #b8dfcf; }
#b8dfcf Text Font Color
<p style="color:#b8dfcf">Text here</p>
This sample text font color is #b8dfcf
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.
#b8dfcf Background Color
<div style="background-color:#b8dfcf">
Div content here</div>
This div background color is #b8dfcf
#b8dfcf Border Color
<div style="border:3px solid #b8dfcf">
Div here</div>
This div border color is #b8dfcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,223,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8dfcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8dfcf; -webkit-box-shadow: 1px 1px 3px 2px #b8dfcf; box-shadow: 1px 1px 3px 2px #b8dfcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,223,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8dfcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8dfcf; -webkit-box-shadow: 1px 1px 3px 2px #b8dfcf; box-shadow: 1px 1px 3px 2px #b8dfcf;">
Div content here</div>
This div box has shadow with color #b8dfcf
Comments
No comments written yet.
Please login to write comment.