Color spaces of #beebfd
RGB | 190 | 235 | 253 |
---|---|---|---|
HSL | 0.55 | 0.94 | 0.87 |
HSV | 197° | 25° | 99° |
CMYK | 0.25 | 0.07 | 0.00 0.01 |
XYZ | 68.6732 | 77.4557 | 104.2595 |
Yxy | 77.4557 | 0.2743 | 0.3093 |
Hunter Lab | 88.0089 | -14.7324 | -8.6315 |
CIE-Lab | 90.5309 | -10.5228 | -13.4540 |
#beebfd color RGB value is (190,235,253).
#beebfd hex color red value is 190, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #beebfd hue: 0.55 , saturation: 0.94 and the lightness value of beebfd is 0.87.
The process color (four color CMYK) of #beebfd color hex is 0.25, 0.07, 0.00, 0.01. Web safe color of #beebfd is #ccffff. Color #beebfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11101011 | 11111101 |
Octal | 276 | 353 | 375 |
Decimal | 190 | 235 | 253 |
Hex | BE | EB | FD |
Shades of #beebfd
Tints of #beebfd
RGB Percentages of Color #beebfd
CMYK Percentages of Color #beebfd
Complementary Color
#beebfd | #fdd0be |
#beebfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beebfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#beebfd Color CSS Codes
.mybgcolor {background-color:#beebfd; } .myforecolor {color:#beebfd; } .mybordercolor {border:3px solid #beebfd; }
#beebfd Text Font Color
<p style="color:#beebfd">Text here</p>
This sample text font color is #beebfd
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.
#beebfd Background Color
<div style="background-color:#beebfd">
Div content here</div>
This div background color is #beebfd
#beebfd Border Color
<div style="border:3px solid #beebfd">
Div here</div>
This div border color is #beebfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,235,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beebfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beebfd; -webkit-box-shadow: 1px 1px 3px 2px #beebfd; box-shadow: 1px 1px 3px 2px #beebfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,235,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beebfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beebfd; -webkit-box-shadow: 1px 1px 3px 2px #beebfd; box-shadow: 1px 1px 3px 2px #beebfd;">
Div content here</div>
This div box has shadow with color #beebfd
Comments
No comments written yet.
Please login to write comment.