Color spaces of #68befb
RGB | 104 | 190 | 251 |
---|---|---|---|
HSL | 0.57 | 0.95 | 0.70 |
HSV | 205° | 59° | 98° |
CMYK | 0.59 | 0.24 | 0.00 0.02 |
XYZ | 41.5350 | 46.7350 | 98.0984 |
Yxy | 46.7350 | 0.2229 | 0.2508 |
Hunter Lab | 68.3630 | -11.1848 | -37.2249 |
CIE-Lab | 74.0199 | -8.5897 | -37.9592 |
#68befb color RGB value is (104,190,251).
#68befb hex color red value is 104, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #68befb hue: 0.57 , saturation: 0.95 and the lightness value of 68befb is 0.70.
The process color (four color CMYK) of #68befb color hex is 0.59, 0.24, 0.00, 0.02. Web safe color of #68befb is #66ccff. Color #68befb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 10111110 | 11111011 |
Octal | 150 | 276 | 373 |
Decimal | 104 | 190 | 251 |
Hex | 68 | BE | FB |
Shades of #68befb
Tints of #68befb
RGB Percentages of Color #68befb
CMYK Percentages of Color #68befb
Complementary Color
#68befb | #fba568 |
#68befb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#68befb Color Preview on White Background
Lorem ipsum dolor sit amet.
#68befb Color CSS Codes
.mybgcolor {background-color:#68befb; } .myforecolor {color:#68befb; } .mybordercolor {border:3px solid #68befb; }
#68befb Text Font Color
<p style="color:#68befb">Text here</p>
This sample text font color is #68befb
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.
#68befb Background Color
<div style="background-color:#68befb">
Div content here</div>
This div background color is #68befb
#68befb Border Color
<div style="border:3px solid #68befb">
Div here</div>
This div border color is #68befb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,190,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #68befb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #68befb; -webkit-box-shadow: 1px 1px 3px 2px #68befb; box-shadow: 1px 1px 3px 2px #68befb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,190,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #68befb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #68befb; -webkit-box-shadow: 1px 1px 3px 2px #68befb; box-shadow: 1px 1px 3px 2px #68befb;">
Div content here</div>
This div box has shadow with color #68befb
Comments
No comments written yet.
Please login to write comment.