Color spaces of #7dcbce
RGB | 125 | 203 | 206 |
---|---|---|---|
HSL | 0.51 | 0.45 | 0.65 |
HSV | 182° | 39° | 81° |
CMYK | 0.39 | 0.01 | 0.00 0.19 |
XYZ | 40.9540 | 51.5281 | 66.1799 |
Yxy | 51.5281 | 0.2581 | 0.3248 |
Hunter Lab | 71.7831 | -23.7818 | -4.4138 |
CIE-Lab | 76.9978 | -23.2028 | -9.0740 |
#7dcbce color RGB value is (125,203,206).
#7dcbce hex color red value is 125, green value is 203 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7dcbce hue: 0.51 , saturation: 0.45 and the lightness value of 7dcbce is 0.65.
The process color (four color CMYK) of #7dcbce color hex is 0.39, 0.01, 0.00, 0.19. Web safe color of #7dcbce is #66cccc. Color #7dcbce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 11001011 | 11001110 |
Octal | 175 | 313 | 316 |
Decimal | 125 | 203 | 206 |
Hex | 7D | CB | CE |
Shades of #7dcbce
Tints of #7dcbce
RGB Percentages of Color #7dcbce
CMYK Percentages of Color #7dcbce
Complementary Color
#7dcbce | #ce807d |
#7dcbce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7dcbce Color Preview on White Background
Lorem ipsum dolor sit amet.
#7dcbce Color CSS Codes
.mybgcolor {background-color:#7dcbce; } .myforecolor {color:#7dcbce; } .mybordercolor {border:3px solid #7dcbce; }
#7dcbce Text Font Color
<p style="color:#7dcbce">Text here</p>
This sample text font color is #7dcbce
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.
#7dcbce Background Color
<div style="background-color:#7dcbce">
Div content here</div>
This div background color is #7dcbce
#7dcbce Border Color
<div style="border:3px solid #7dcbce">
Div here</div>
This div border color is #7dcbce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,203,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7dcbce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7dcbce; -webkit-box-shadow: 1px 1px 3px 2px #7dcbce; box-shadow: 1px 1px 3px 2px #7dcbce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,203,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 #7dcbce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7dcbce; -webkit-box-shadow: 1px 1px 3px 2px #7dcbce; box-shadow: 1px 1px 3px 2px #7dcbce;">
Div content here</div>
This div box has shadow with color #7dcbce
Comments
No comments written yet.
Please login to write comment.