Color spaces of #befafe
RGB | 190 | 250 | 254 |
---|---|---|---|
HSL | 0.51 | 0.97 | 0.87 |
HSV | 184° | 25° | 100° |
CMYK | 0.25 | 0.02 | 0.00 0.00 |
XYZ | 73.3102 | 86.4741 | 106.5932 |
Yxy | 86.4741 | 0.2752 | 0.3246 |
Hunter Lab | 92.9915 | -22.0138 | -2.8683 |
CIE-Lab | 94.5147 | -17.8149 | -8.0455 |
#befafe color RGB value is (190,250,254).
#befafe hex color red value is 190, green value is 250 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #befafe hue: 0.51 , saturation: 0.97 and the lightness value of befafe is 0.87.
The process color (four color CMYK) of #befafe color hex is 0.25, 0.02, 0.00, 0.00. Web safe color of #befafe is #ccffff. Color #befafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111010 | 11111110 |
Octal | 276 | 372 | 376 |
Decimal | 190 | 250 | 254 |
Hex | BE | FA | FE |
Shades of #befafe
Tints of #befafe
RGB Percentages of Color #befafe
CMYK Percentages of Color #befafe
Complementary Color
#befafe | #fec2be |
#befafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#befafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#befafe Color CSS Codes
.mybgcolor {background-color:#befafe; } .myforecolor {color:#befafe; } .mybordercolor {border:3px solid #befafe; }
#befafe Text Font Color
<p style="color:#befafe">Text here</p>
This sample text font color is #befafe
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.
#befafe Background Color
<div style="background-color:#befafe">
Div content here</div>
This div background color is #befafe
#befafe Border Color
<div style="border:3px solid #befafe">
Div here</div>
This div border color is #befafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,250,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #befafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #befafe; -webkit-box-shadow: 1px 1px 3px 2px #befafe; box-shadow: 1px 1px 3px 2px #befafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,250,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #befafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #befafe; -webkit-box-shadow: 1px 1px 3px 2px #befafe; box-shadow: 1px 1px 3px 2px #befafe;">
Div content here</div>
This div box has shadow with color #befafe
Comments
No comments written yet.
Please login to write comment.