Color spaces of #83cfad
RGB | 131 | 207 | 173 |
---|---|---|---|
HSL | 0.43 | 0.44 | 0.66 |
HSV | 153° | 37° | 81° |
CMYK | 0.37 | 0.00 | 0.16 0.19 |
XYZ | 39.2157 | 52.4681 | 47.5956 |
Yxy | 52.4681 | 0.2816 | 0.3767 |
Hunter Lab | 72.4349 | -30.1224 | 11.7461 |
CIE-Lab | 77.5599 | -31.0462 | 9.5240 |
#83cfad color RGB value is (131,207,173).
#83cfad hex color red value is 131, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #83cfad hue: 0.43 , saturation: 0.44 and the lightness value of 83cfad is 0.66.
The process color (four color CMYK) of #83cfad color hex is 0.37, 0.00, 0.16, 0.19. Web safe color of #83cfad is #99cc99. Color #83cfad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 11001111 | 10101101 |
Octal | 203 | 317 | 255 |
Decimal | 131 | 207 | 173 |
Hex | 83 | CF | AD |
Shades of #83cfad
Tints of #83cfad
RGB Percentages of Color #83cfad
CMYK Percentages of Color #83cfad
Complementary Color
#83cfad | #cf83a5 |
#83cfad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#83cfad Color Preview on White Background
Lorem ipsum dolor sit amet.
#83cfad Color CSS Codes
.mybgcolor {background-color:#83cfad; } .myforecolor {color:#83cfad; } .mybordercolor {border:3px solid #83cfad; }
#83cfad Text Font Color
<p style="color:#83cfad">Text here</p>
This sample text font color is #83cfad
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.
#83cfad Background Color
<div style="background-color:#83cfad">
Div content here</div>
This div background color is #83cfad
#83cfad Border Color
<div style="border:3px solid #83cfad">
Div here</div>
This div border color is #83cfad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,207,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #83cfad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #83cfad; -webkit-box-shadow: 1px 1px 3px 2px #83cfad; box-shadow: 1px 1px 3px 2px #83cfad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,207,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #83cfad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #83cfad; -webkit-box-shadow: 1px 1px 3px 2px #83cfad; box-shadow: 1px 1px 3px 2px #83cfad;">
Div content here</div>
This div box has shadow with color #83cfad
Comments
No comments written yet.
Please login to write comment.