Color spaces of #6bcbcc
RGB | 107 | 203 | 204 |
---|---|---|---|
HSL | 0.50 | 0.49 | 0.61 |
HSV | 181° | 48° | 80° |
CMYK | 0.48 | 0.00 | 0.00 0.20 |
XYZ | 38.3184 | 50.1973 | 64.7962 |
Yxy | 50.1973 | 0.2499 | 0.3274 |
Hunter Lab | 70.8501 | -27.4480 | -4.6289 |
CIE-Lab | 76.1902 | -28.0032 | -9.2774 |
#6bcbcc color RGB value is (107,203,204).
#6bcbcc hex color red value is 107, green value is 203 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6bcbcc hue: 0.50 , saturation: 0.49 and the lightness value of 6bcbcc is 0.61.
The process color (four color CMYK) of #6bcbcc color hex is 0.48, 0.00, 0.00, 0.20. Web safe color of #6bcbcc is #66cccc. Color #6bcbcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 11001011 | 11001100 |
Octal | 153 | 313 | 314 |
Decimal | 107 | 203 | 204 |
Hex | 6B | CB | CC |
Shades of #6bcbcc
Tints of #6bcbcc
RGB Percentages of Color #6bcbcc
CMYK Percentages of Color #6bcbcc
Complementary Color
#6bcbcc | #cc6c6b |
#6bcbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6bcbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6bcbcc Color CSS Codes
.mybgcolor {background-color:#6bcbcc; } .myforecolor {color:#6bcbcc; } .mybordercolor {border:3px solid #6bcbcc; }
#6bcbcc Text Font Color
<p style="color:#6bcbcc">Text here</p>
This sample text font color is #6bcbcc
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.
#6bcbcc Background Color
<div style="background-color:#6bcbcc">
Div content here</div>
This div background color is #6bcbcc
#6bcbcc Border Color
<div style="border:3px solid #6bcbcc">
Div here</div>
This div border color is #6bcbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,203,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6bcbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6bcbcc; -webkit-box-shadow: 1px 1px 3px 2px #6bcbcc; box-shadow: 1px 1px 3px 2px #6bcbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,203,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6bcbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6bcbcc; -webkit-box-shadow: 1px 1px 3px 2px #6bcbcc; box-shadow: 1px 1px 3px 2px #6bcbcc;">
Div content here</div>
This div box has shadow with color #6bcbcc
Comments
No comments written yet.
Please login to write comment.