Color spaces of #3ebecb
RGB | 62 | 190 | 203 |
---|---|---|---|
HSL | 0.52 | 0.58 | 0.52 |
HSV | 186° | 69° | 80° |
CMYK | 0.69 | 0.06 | 0.00 0.20 |
XYZ | 31.1796 | 42.1628 | 62.9948 |
Yxy | 42.1628 | 0.2287 | 0.3093 |
Hunter Lab | 64.9329 | -27.9201 | -12.0673 |
CIE-Lab | 70.9830 | -30.0897 | -16.6817 |
#3ebecb color RGB value is (62,190,203).
#3ebecb hex color red value is 62, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3ebecb hue: 0.52 , saturation: 0.58 and the lightness value of 3ebecb is 0.52.
The process color (four color CMYK) of #3ebecb color hex is 0.69, 0.06, 0.00, 0.20. Web safe color of #3ebecb is #33cccc. Color #3ebecb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111110 | 10111110 | 11001011 |
Octal | 76 | 276 | 313 |
Decimal | 62 | 190 | 203 |
Hex | 3E | BE | CB |
Shades of #3ebecb
Tints of #3ebecb
RGB Percentages of Color #3ebecb
CMYK Percentages of Color #3ebecb
Complementary Color
#3ebecb | #cb4b3e |
#3ebecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3ebecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#3ebecb Color CSS Codes
.mybgcolor {background-color:#3ebecb; } .myforecolor {color:#3ebecb; } .mybordercolor {border:3px solid #3ebecb; }
#3ebecb Text Font Color
<p style="color:#3ebecb">Text here</p>
This sample text font color is #3ebecb
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.
#3ebecb Background Color
<div style="background-color:#3ebecb">
Div content here</div>
This div background color is #3ebecb
#3ebecb Border Color
<div style="border:3px solid #3ebecb">
Div here</div>
This div border color is #3ebecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(62,190,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3ebecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3ebecb; -webkit-box-shadow: 1px 1px 3px 2px #3ebecb; box-shadow: 1px 1px 3px 2px #3ebecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(62,190,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3ebecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3ebecb; -webkit-box-shadow: 1px 1px 3px 2px #3ebecb; box-shadow: 1px 1px 3px 2px #3ebecb;">
Div content here</div>
This div box has shadow with color #3ebecb
Comments
No comments written yet.
Please login to write comment.