Color spaces of #6bdfce
RGB | 107 | 223 | 206 |
---|---|---|---|
HSL | 0.48 | 0.64 | 0.65 |
HSV | 171° | 52° | 87° |
CMYK | 0.52 | 0.00 | 0.08 0.13 |
XYZ | 43.5917 | 60.3574 | 67.7451 |
Yxy | 60.3574 | 0.2539 | 0.3515 |
Hunter Lab | 77.6900 | -35.8016 | 2.6826 |
CIE-Lab | 82.0321 | -36.9626 | -1.7195 |
#6bdfce color RGB value is (107,223,206).
#6bdfce hex color red value is 107, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6bdfce hue: 0.48 , saturation: 0.64 and the lightness value of 6bdfce is 0.65.
The process color (four color CMYK) of #6bdfce color hex is 0.52, 0.00, 0.08, 0.13. Web safe color of #6bdfce is #66cccc. Color #6bdfce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 11011111 | 11001110 |
Octal | 153 | 337 | 316 |
Decimal | 107 | 223 | 206 |
Hex | 6B | DF | CE |
Shades of #6bdfce
Tints of #6bdfce
RGB Percentages of Color #6bdfce
CMYK Percentages of Color #6bdfce
Complementary Color
#6bdfce | #df6b7c |
#6bdfce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6bdfce Color Preview on White Background
Lorem ipsum dolor sit amet.
#6bdfce Color CSS Codes
.mybgcolor {background-color:#6bdfce; } .myforecolor {color:#6bdfce; } .mybordercolor {border:3px solid #6bdfce; }
#6bdfce Text Font Color
<p style="color:#6bdfce">Text here</p>
This sample text font color is #6bdfce
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.
#6bdfce Background Color
<div style="background-color:#6bdfce">
Div content here</div>
This div background color is #6bdfce
#6bdfce Border Color
<div style="border:3px solid #6bdfce">
Div here</div>
This div border color is #6bdfce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,223,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6bdfce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6bdfce; -webkit-box-shadow: 1px 1px 3px 2px #6bdfce; box-shadow: 1px 1px 3px 2px #6bdfce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,223,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6bdfce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6bdfce; -webkit-box-shadow: 1px 1px 3px 2px #6bdfce; box-shadow: 1px 1px 3px 2px #6bdfce;">
Div content here</div>
This div box has shadow with color #6bdfce
Comments
No comments written yet.
Please login to write comment.