Color spaces of #befde3
RGB | 190 | 253 | 227 |
---|---|---|---|
HSL | 0.43 | 0.94 | 0.87 |
HSV | 155° | 25° | 99° |
CMYK | 0.25 | 0.00 | 0.10 0.01 |
XYZ | 70.2256 | 86.7438 | 85.7150 |
Yxy | 86.7438 | 0.2894 | 0.3574 |
Hunter Lab | 93.1364 | -28.3981 | 10.6298 |
CIE-Lab | 94.6295 | -24.8332 | 6.0708 |
#befde3 color RGB value is (190,253,227).
#befde3 hex color red value is 190, green value is 253 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #befde3 hue: 0.43 , saturation: 0.94 and the lightness value of befde3 is 0.87.
The process color (four color CMYK) of #befde3 color hex is 0.25, 0.00, 0.10, 0.01. Web safe color of #befde3 is #ccffcc. Color #befde3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111101 | 11100011 |
Octal | 276 | 375 | 343 |
Decimal | 190 | 253 | 227 |
Hex | BE | FD | E3 |
Shades of #befde3
Tints of #befde3
RGB Percentages of Color #befde3
CMYK Percentages of Color #befde3
Complementary Color
#befde3 | #fdbed8 |
#befde3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#befde3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#befde3 Color CSS Codes
.mybgcolor {background-color:#befde3; } .myforecolor {color:#befde3; } .mybordercolor {border:3px solid #befde3; }
#befde3 Text Font Color
<p style="color:#befde3">Text here</p>
This sample text font color is #befde3
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.
#befde3 Background Color
<div style="background-color:#befde3">
Div content here</div>
This div background color is #befde3
#befde3 Border Color
<div style="border:3px solid #befde3">
Div here</div>
This div border color is #befde3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,253,227, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #befde3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #befde3; -webkit-box-shadow: 1px 1px 3px 2px #befde3; box-shadow: 1px 1px 3px 2px #befde3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,253,227, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #befde3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #befde3; -webkit-box-shadow: 1px 1px 3px 2px #befde3; box-shadow: 1px 1px 3px 2px #befde3;">
Div content here</div>
This div box has shadow with color #befde3
Comments
No comments written yet.
Please login to write comment.