Color spaces of #bef3df
RGB | 190 | 243 | 223 |
---|---|---|---|
HSL | 0.44 | 0.69 | 0.85 |
HSV | 157° | 22° | 95° |
CMYK | 0.22 | 0.00 | 0.08 0.05 |
XYZ | 66.6051 | 80.3760 | 81.8157 |
Yxy | 80.3760 | 0.2911 | 0.3513 |
Hunter Lab | 89.6527 | -24.2803 | 8.6497 |
CIE-Lab | 91.8533 | -20.7724 | 4.1282 |
#bef3df color RGB value is (190,243,223).
#bef3df hex color red value is 190, green value is 243 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bef3df hue: 0.44 , saturation: 0.69 and the lightness value of bef3df is 0.85.
The process color (four color CMYK) of #bef3df color hex is 0.22, 0.00, 0.08, 0.05. Web safe color of #bef3df is #ccffcc. Color #bef3df contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11110011 | 11011111 |
Octal | 276 | 363 | 337 |
Decimal | 190 | 243 | 223 |
Hex | BE | F3 | DF |
Shades of #bef3df
Tints of #bef3df
RGB Percentages of Color #bef3df
CMYK Percentages of Color #bef3df
Complementary Color
#bef3df | #f3bed2 |
#bef3df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bef3df Color Preview on White Background
Lorem ipsum dolor sit amet.
#bef3df Color CSS Codes
.mybgcolor {background-color:#bef3df; } .myforecolor {color:#bef3df; } .mybordercolor {border:3px solid #bef3df; }
#bef3df Text Font Color
<p style="color:#bef3df">Text here</p>
This sample text font color is #bef3df
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.
#bef3df Background Color
<div style="background-color:#bef3df">
Div content here</div>
This div background color is #bef3df
#bef3df Border Color
<div style="border:3px solid #bef3df">
Div here</div>
This div border color is #bef3df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,243,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bef3df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bef3df; -webkit-box-shadow: 1px 1px 3px 2px #bef3df; box-shadow: 1px 1px 3px 2px #bef3df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,243,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bef3df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bef3df; -webkit-box-shadow: 1px 1px 3px 2px #bef3df; box-shadow: 1px 1px 3px 2px #bef3df;">
Div content here</div>
This div box has shadow with color #bef3df
Comments
No comments written yet.
Please login to write comment.