Color spaces of #7fcabe
RGB | 127 | 202 | 190 |
---|---|---|---|
HSL | 0.47 | 0.41 | 0.65 |
HSV | 170° | 37° | 79° |
CMYK | 0.37 | 0.00 | 0.06 0.21 |
XYZ | 39.1672 | 50.4708 | 56.3927 |
Yxy | 50.4708 | 0.2682 | 0.3456 |
Hunter Lab | 71.0428 | -25.9146 | 2.6665 |
CIE-Lab | 76.3573 | -26.0162 | -1.3775 |
#7fcabe color RGB value is (127,202,190).
#7fcabe hex color red value is 127, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7fcabe hue: 0.47 , saturation: 0.41 and the lightness value of 7fcabe is 0.65.
The process color (four color CMYK) of #7fcabe color hex is 0.37, 0.00, 0.06, 0.21. Web safe color of #7fcabe is #66cccc. Color #7fcabe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11001010 | 10111110 |
Octal | 177 | 312 | 276 |
Decimal | 127 | 202 | 190 |
Hex | 7F | CA | BE |
Shades of #7fcabe
Tints of #7fcabe
RGB Percentages of Color #7fcabe
CMYK Percentages of Color #7fcabe
Complementary Color
#7fcabe | #ca7f8b |
#7fcabe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fcabe Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fcabe Color CSS Codes
.mybgcolor {background-color:#7fcabe; } .myforecolor {color:#7fcabe; } .mybordercolor {border:3px solid #7fcabe; }
#7fcabe Text Font Color
<p style="color:#7fcabe">Text here</p>
This sample text font color is #7fcabe
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.
#7fcabe Background Color
<div style="background-color:#7fcabe">
Div content here</div>
This div background color is #7fcabe
#7fcabe Border Color
<div style="border:3px solid #7fcabe">
Div here</div>
This div border color is #7fcabe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,202,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fcabe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fcabe; -webkit-box-shadow: 1px 1px 3px 2px #7fcabe; box-shadow: 1px 1px 3px 2px #7fcabe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,202,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7fcabe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fcabe; -webkit-box-shadow: 1px 1px 3px 2px #7fcabe; box-shadow: 1px 1px 3px 2px #7fcabe;">
Div content here</div>
This div box has shadow with color #7fcabe
Comments
No comments written yet.
Please login to write comment.