Color spaces of #bfead6
RGB | 191 | 234 | 214 |
---|---|---|---|
HSL | 0.42 | 0.51 | 0.83 |
HSV | 152° | 18° | 92° |
CMYK | 0.18 | 0.00 | 0.09 0.08 |
XYZ | 63.0463 | 74.7770 | 74.7288 |
Yxy | 74.7770 | 0.2966 | 0.3518 |
Hunter Lab | 86.4737 | -21.1881 | 9.2944 |
CIE-Lab | 89.2884 | -17.7720 | 5.1152 |
#bfead6 color RGB value is (191,234,214).
#bfead6 hex color red value is 191, green value is 234 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #bfead6 hue: 0.42 , saturation: 0.51 and the lightness value of bfead6 is 0.83.
The process color (four color CMYK) of #bfead6 color hex is 0.18, 0.00, 0.09, 0.08. Web safe color of #bfead6 is #ccffcc. Color #bfead6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11101010 | 11010110 |
Octal | 277 | 352 | 326 |
Decimal | 191 | 234 | 214 |
Hex | BF | EA | D6 |
Shades of #bfead6
Tints of #bfead6
RGB Percentages of Color #bfead6
CMYK Percentages of Color #bfead6
Complementary Color
#bfead6 | #eabfd3 |
#bfead6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfead6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfead6 Color CSS Codes
.mybgcolor {background-color:#bfead6; } .myforecolor {color:#bfead6; } .mybordercolor {border:3px solid #bfead6; }
#bfead6 Text Font Color
<p style="color:#bfead6">Text here</p>
This sample text font color is #bfead6
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.
#bfead6 Background Color
<div style="background-color:#bfead6">
Div content here</div>
This div background color is #bfead6
#bfead6 Border Color
<div style="border:3px solid #bfead6">
Div here</div>
This div border color is #bfead6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,234,214, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfead6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfead6; -webkit-box-shadow: 1px 1px 3px 2px #bfead6; box-shadow: 1px 1px 3px 2px #bfead6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,234,214, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfead6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfead6; -webkit-box-shadow: 1px 1px 3px 2px #bfead6; box-shadow: 1px 1px 3px 2px #bfead6;">
Div content here</div>
This div box has shadow with color #bfead6
Comments
No comments written yet.
Please login to write comment.