Color spaces of #bfecea
RGB | 191 | 236 | 234 |
---|---|---|---|
HSL | 0.49 | 0.54 | 0.84 |
HSV | 177° | 19° | 93° |
CMYK | 0.19 | 0.00 | 0.01 0.07 |
XYZ | 66.3326 | 77.0078 | 89.2098 |
Yxy | 77.0078 | 0.2852 | 0.3311 |
Hunter Lab | 87.7541 | -18.6430 | 1.1543 |
CIE-Lab | 90.3252 | -14.7923 | -3.8268 |
#bfecea color RGB value is (191,236,234).
#bfecea hex color red value is 191, green value is 236 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bfecea hue: 0.49 , saturation: 0.54 and the lightness value of bfecea is 0.84.
The process color (four color CMYK) of #bfecea color hex is 0.19, 0.00, 0.01, 0.07. Web safe color of #bfecea is #ccffff. Color #bfecea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11101100 | 11101010 |
Octal | 277 | 354 | 352 |
Decimal | 191 | 236 | 234 |
Hex | BF | EC | EA |
Shades of #bfecea
Tints of #bfecea
RGB Percentages of Color #bfecea
CMYK Percentages of Color #bfecea
Complementary Color
#bfecea | #ecbfc1 |
#bfecea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfecea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfecea Color CSS Codes
.mybgcolor {background-color:#bfecea; } .myforecolor {color:#bfecea; } .mybordercolor {border:3px solid #bfecea; }
#bfecea Text Font Color
<p style="color:#bfecea">Text here</p>
This sample text font color is #bfecea
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.
#bfecea Background Color
<div style="background-color:#bfecea">
Div content here</div>
This div background color is #bfecea
#bfecea Border Color
<div style="border:3px solid #bfecea">
Div here</div>
This div border color is #bfecea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,236,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfecea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfecea; -webkit-box-shadow: 1px 1px 3px 2px #bfecea; box-shadow: 1px 1px 3px 2px #bfecea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,236,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfecea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfecea; -webkit-box-shadow: 1px 1px 3px 2px #bfecea; box-shadow: 1px 1px 3px 2px #bfecea;">
Div content here</div>
This div box has shadow with color #bfecea
Comments
No comments written yet.
Please login to write comment.