Color spaces of #7ccdbd
RGB | 124 | 205 | 189 |
---|---|---|---|
HSL | 0.47 | 0.45 | 0.65 |
HSV | 168° | 40° | 80° |
CMYK | 0.40 | 0.00 | 0.08 0.20 |
XYZ | 39.3288 | 51.6219 | 56.0353 |
Yxy | 51.6219 | 0.2676 | 0.3512 |
Hunter Lab | 71.8484 | -28.0263 | 4.0530 |
CIE-Lab | 77.0542 | -28.5089 | 0.1640 |
#7ccdbd color RGB value is (124,205,189).
#7ccdbd hex color red value is 124, green value is 205 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7ccdbd hue: 0.47 , saturation: 0.45 and the lightness value of 7ccdbd is 0.65.
The process color (four color CMYK) of #7ccdbd color hex is 0.40, 0.00, 0.08, 0.20. Web safe color of #7ccdbd is #66cccc. Color #7ccdbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11001101 | 10111101 |
Octal | 174 | 315 | 275 |
Decimal | 124 | 205 | 189 |
Hex | 7C | CD | BD |
Shades of #7ccdbd
Tints of #7ccdbd
RGB Percentages of Color #7ccdbd
CMYK Percentages of Color #7ccdbd
Complementary Color
#7ccdbd | #cd7c8c |
#7ccdbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ccdbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ccdbd Color CSS Codes
.mybgcolor {background-color:#7ccdbd; } .myforecolor {color:#7ccdbd; } .mybordercolor {border:3px solid #7ccdbd; }
#7ccdbd Text Font Color
<p style="color:#7ccdbd">Text here</p>
This sample text font color is #7ccdbd
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.
#7ccdbd Background Color
<div style="background-color:#7ccdbd">
Div content here</div>
This div background color is #7ccdbd
#7ccdbd Border Color
<div style="border:3px solid #7ccdbd">
Div here</div>
This div border color is #7ccdbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,205,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ccdbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ccdbd; -webkit-box-shadow: 1px 1px 3px 2px #7ccdbd; box-shadow: 1px 1px 3px 2px #7ccdbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,205,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ccdbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ccdbd; -webkit-box-shadow: 1px 1px 3px 2px #7ccdbd; box-shadow: 1px 1px 3px 2px #7ccdbd;">
Div content here</div>
This div box has shadow with color #7ccdbd
Comments
No comments written yet.
Please login to write comment.