Color spaces of #6bdfe5
RGB | 107 | 223 | 229 |
---|---|---|---|
HSL | 0.51 | 0.70 | 0.66 |
HSV | 183° | 53° | 90° |
CMYK | 0.53 | 0.03 | 0.00 0.10 |
XYZ | 46.5939 | 61.5583 | 83.5549 |
Yxy | 61.5583 | 0.2430 | 0.3211 |
Hunter Lab | 78.4591 | -31.2990 | -8.2194 |
CIE-Lab | 82.6780 | -31.0904 | -12.9707 |
#6bdfe5 color RGB value is (107,223,229).
#6bdfe5 hex color red value is 107, green value is 223 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #6bdfe5 hue: 0.51 , saturation: 0.70 and the lightness value of 6bdfe5 is 0.66.
The process color (four color CMYK) of #6bdfe5 color hex is 0.53, 0.03, 0.00, 0.10. Web safe color of #6bdfe5 is #66cccc. Color #6bdfe5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 11011111 | 11100101 |
Octal | 153 | 337 | 345 |
Decimal | 107 | 223 | 229 |
Hex | 6B | DF | E5 |
Shades of #6bdfe5
Tints of #6bdfe5
RGB Percentages of Color #6bdfe5
CMYK Percentages of Color #6bdfe5
Complementary Color
#6bdfe5 | #e5716b |
#6bdfe5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6bdfe5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#6bdfe5 Color CSS Codes
.mybgcolor {background-color:#6bdfe5; } .myforecolor {color:#6bdfe5; } .mybordercolor {border:3px solid #6bdfe5; }
#6bdfe5 Text Font Color
<p style="color:#6bdfe5">Text here</p>
This sample text font color is #6bdfe5
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.
#6bdfe5 Background Color
<div style="background-color:#6bdfe5">
Div content here</div>
This div background color is #6bdfe5
#6bdfe5 Border Color
<div style="border:3px solid #6bdfe5">
Div here</div>
This div border color is #6bdfe5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,223,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6bdfe5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6bdfe5; -webkit-box-shadow: 1px 1px 3px 2px #6bdfe5; box-shadow: 1px 1px 3px 2px #6bdfe5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,223,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6bdfe5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6bdfe5; -webkit-box-shadow: 1px 1px 3px 2px #6bdfe5; box-shadow: 1px 1px 3px 2px #6bdfe5;">
Div content here</div>
This div box has shadow with color #6bdfe5
Comments
No comments written yet.
Please login to write comment.