Color spaces of #beffde
RGB | 190 | 255 | 222 |
---|---|---|---|
HSL | 0.42 | 1.00 | 0.87 |
HSV | 150° | 25° | 100° |
CMYK | 0.25 | 0.00 | 0.13 0.00 |
XYZ | 70.1800 | 87.7411 | 82.3441 |
Yxy | 87.7411 | 0.2921 | 0.3652 |
Hunter Lab | 93.6702 | -30.1864 | 13.4482 |
CIE-Lab | 95.0518 | -26.7515 | 9.2523 |
#beffde color RGB value is (190,255,222).
#beffde hex color red value is 190, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #beffde hue: 0.42 , saturation: 1.00 and the lightness value of beffde is 0.87.
The process color (four color CMYK) of #beffde color hex is 0.25, 0.00, 0.13, 0.00. Web safe color of #beffde is #ccffcc. Color #beffde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111111 | 11011110 |
Octal | 276 | 377 | 336 |
Decimal | 190 | 255 | 222 |
Hex | BE | FF | DE |
Shades of #beffde
Tints of #beffde
RGB Percentages of Color #beffde
CMYK Percentages of Color #beffde
Complementary Color
#beffde | #ffbedf |
#beffde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beffde Color Preview on White Background
Lorem ipsum dolor sit amet.
#beffde Color CSS Codes
.mybgcolor {background-color:#beffde; } .myforecolor {color:#beffde; } .mybordercolor {border:3px solid #beffde; }
#beffde Text Font Color
<p style="color:#beffde">Text here</p>
This sample text font color is #beffde
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.
#beffde Background Color
<div style="background-color:#beffde">
Div content here</div>
This div background color is #beffde
#beffde Border Color
<div style="border:3px solid #beffde">
Div here</div>
This div border color is #beffde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,255,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beffde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beffde; -webkit-box-shadow: 1px 1px 3px 2px #beffde; box-shadow: 1px 1px 3px 2px #beffde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,255,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beffde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beffde; -webkit-box-shadow: 1px 1px 3px 2px #beffde; box-shadow: 1px 1px 3px 2px #beffde;">
Div content here</div>
This div box has shadow with color #beffde
#beffde Color Palettes
Comments
No comments written yet.
Please login to write comment.