Color spaces of #bfeaae
RGB | 191 | 234 | 174 |
---|---|---|---|
HSL | 0.29 | 0.59 | 0.80 |
HSV | 103° | 26° | 92° |
CMYK | 0.18 | 0.00 | 0.26 0.08 |
XYZ | 58.5487 | 72.9780 | 51.0447 |
Yxy | 72.9780 | 0.3207 | 0.3997 |
Hunter Lab | 85.4272 | -27.1601 | 24.3719 |
CIE-Lab | 88.4372 | -24.7290 | 24.6967 |
#bfeaae color RGB value is (191,234,174).
#bfeaae hex color red value is 191, green value is 234 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bfeaae hue: 0.29 , saturation: 0.59 and the lightness value of bfeaae is 0.80.
The process color (four color CMYK) of #bfeaae color hex is 0.18, 0.00, 0.26, 0.08. Web safe color of #bfeaae is #ccff99. Color #bfeaae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11101010 | 10101110 |
Octal | 277 | 352 | 256 |
Decimal | 191 | 234 | 174 |
Hex | BF | EA | AE |
Shades of #bfeaae
Tints of #bfeaae
RGB Percentages of Color #bfeaae
CMYK Percentages of Color #bfeaae
Complementary Color
#bfeaae | #d9aeea |
#bfeaae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfeaae Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfeaae Color CSS Codes
.mybgcolor {background-color:#bfeaae; } .myforecolor {color:#bfeaae; } .mybordercolor {border:3px solid #bfeaae; }
#bfeaae Text Font Color
<p style="color:#bfeaae">Text here</p>
This sample text font color is #bfeaae
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.
#bfeaae Background Color
<div style="background-color:#bfeaae">
Div content here</div>
This div background color is #bfeaae
#bfeaae Border Color
<div style="border:3px solid #bfeaae">
Div here</div>
This div border color is #bfeaae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,234,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfeaae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfeaae; -webkit-box-shadow: 1px 1px 3px 2px #bfeaae; box-shadow: 1px 1px 3px 2px #bfeaae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,234,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfeaae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfeaae; -webkit-box-shadow: 1px 1px 3px 2px #bfeaae; box-shadow: 1px 1px 3px 2px #bfeaae;">
Div content here</div>
This div box has shadow with color #bfeaae
Comments
No comments written yet.
Please login to write comment.