Color spaces of #76deba
RGB | 118 | 222 | 186 |
---|---|---|---|
HSL | 0.44 | 0.61 | 0.67 |
HSV | 159° | 47° | 87° |
CMYK | 0.47 | 0.00 | 0.16 0.13 |
XYZ | 42.4554 | 59.6393 | 55.7283 |
Yxy | 59.6393 | 0.2690 | 0.3779 |
Hunter Lab | 77.2265 | -37.0157 | 11.2736 |
CIE-Lab | 81.6417 | -38.6600 | 8.3668 |
#76deba color RGB value is (118,222,186).
#76deba hex color red value is 118, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #76deba hue: 0.44 , saturation: 0.61 and the lightness value of 76deba is 0.67.
The process color (four color CMYK) of #76deba color hex is 0.47, 0.00, 0.16, 0.13. Web safe color of #76deba is #66cccc. Color #76deba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110110 | 11011110 | 10111010 |
Octal | 166 | 336 | 272 |
Decimal | 118 | 222 | 186 |
Hex | 76 | DE | BA |
Shades of #76deba
Tints of #76deba
RGB Percentages of Color #76deba
CMYK Percentages of Color #76deba
Complementary Color
#76deba | #de769a |
#76deba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#76deba Color Preview on White Background
Lorem ipsum dolor sit amet.
#76deba Color CSS Codes
.mybgcolor {background-color:#76deba; } .myforecolor {color:#76deba; } .mybordercolor {border:3px solid #76deba; }
#76deba Text Font Color
<p style="color:#76deba">Text here</p>
This sample text font color is #76deba
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.
#76deba Background Color
<div style="background-color:#76deba">
Div content here</div>
This div background color is #76deba
#76deba Border Color
<div style="border:3px solid #76deba">
Div here</div>
This div border color is #76deba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(118,222,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #76deba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76deba; -webkit-box-shadow: 1px 1px 3px 2px #76deba; box-shadow: 1px 1px 3px 2px #76deba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(118,222,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #76deba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #76deba; -webkit-box-shadow: 1px 1px 3px 2px #76deba; box-shadow: 1px 1px 3px 2px #76deba;">
Div content here</div>
This div box has shadow with color #76deba
Comments
No comments written yet.
Please login to write comment.