Color spaces of #6cdefb
RGB | 108 | 222 | 251 |
---|---|---|---|
HSL | 0.53 | 0.95 | 0.70 |
HSV | 192° | 57° | 98° |
CMYK | 0.57 | 0.12 | 0.00 0.02 |
XYZ | 49.7182 | 62.3957 | 100.6899 |
Yxy | 62.3957 | 0.2336 | 0.2932 |
Hunter Lab | 78.9909 | -25.8833 | -20.2834 |
CIE-Lab | 83.1234 | -24.3885 | -23.9498 |
#6cdefb color RGB value is (108,222,251).
#6cdefb hex color red value is 108, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6cdefb hue: 0.53 , saturation: 0.95 and the lightness value of 6cdefb is 0.70.
The process color (four color CMYK) of #6cdefb color hex is 0.57, 0.12, 0.00, 0.02. Web safe color of #6cdefb is #66ccff. Color #6cdefb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101100 | 11011110 | 11111011 |
Octal | 154 | 336 | 373 |
Decimal | 108 | 222 | 251 |
Hex | 6C | DE | FB |
Shades of #6cdefb
Tints of #6cdefb
RGB Percentages of Color #6cdefb
CMYK Percentages of Color #6cdefb
Complementary Color
#6cdefb | #fb896c |
#6cdefb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6cdefb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6cdefb Color CSS Codes
.mybgcolor {background-color:#6cdefb; } .myforecolor {color:#6cdefb; } .mybordercolor {border:3px solid #6cdefb; }
#6cdefb Text Font Color
<p style="color:#6cdefb">Text here</p>
This sample text font color is #6cdefb
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.
#6cdefb Background Color
<div style="background-color:#6cdefb">
Div content here</div>
This div background color is #6cdefb
#6cdefb Border Color
<div style="border:3px solid #6cdefb">
Div here</div>
This div border color is #6cdefb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(108,222,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6cdefb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6cdefb; -webkit-box-shadow: 1px 1px 3px 2px #6cdefb; box-shadow: 1px 1px 3px 2px #6cdefb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(108,222,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 #6cdefb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6cdefb; -webkit-box-shadow: 1px 1px 3px 2px #6cdefb; box-shadow: 1px 1px 3px 2px #6cdefb;">
Div content here</div>
This div box has shadow with color #6cdefb
Comments
No comments written yet.
Please login to write comment.