Hex #51d0ba Color
equivalent to
RGB
(81, 208, 186)Details of #51d0ba
|
|
|
|
Color HEX #51d0ba matches (81, 208, 186) in RGB.
#51d0ba hex color red value is 81, green value is 208 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #51d0ba hue: 0.47, saturation: 0.57 and the lightness value of 51d0ba is 0.57.
The process color (four color CMYK) of #51d0ba color hex is 0.61, 0.00, 0.11, 0.18. Web safe color of #51d0ba is #66cccc. Color #51d0ba contains mainly GREEN color.
Base Numbers
|
|
|
|
#51d0ba tints
#51d0ba shades
RGB in % of #51d0ba
CMYK in % of #51d0ba
Preview Color #51d0ba on black ground
Very nice color.
Preview Color #51d0ba on white ground
Very nice color.
CSS Codes #51d0ba color
.mybgcolor {background-color:#51d0ba; } .myforecolor {color:#51d0ba; } .mybordercolor {border:3px solid #51d0ba; }
Text Font Color #51d0ba
<p style="color:#51d0ba">Text here</p>
This sample text font color is #51d0ba
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.
Background Color #51d0ba
<div style="background-color:#51d0ba">
Div content here</div>
This div background color is #51d0ba
Border Color #51d0ba
<div style="border:3px solid #51d0ba">
Div here</div>
The color of this border is #51d0ba
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51d0ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51d0ba; -webkit-box-shadow: 1px 1px 3px 2px #51d0ba; box-shadow: 1px 1px 3px 2px #51d0ba; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #51d0ba">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51d0ba; -webkit-box-shadow: 1px 1px 3px 2px #51d0ba; box-shadow: 1px 1px 3px 2px #51d0ba;">
Div content here</div>
The shadow of div box using color #51d0ba