Color spaces of #2ebeca
RGB | 46 | 190 | 202 |
---|---|---|---|
HSL | 0.51 | 0.63 | 0.49 |
HSV | 185° | 77° | 79° |
CMYK | 0.77 | 0.06 | 0.00 0.21 |
XYZ | 30.2008 | 41.6720 | 62.3289 |
Yxy | 41.6720 | 0.2250 | 0.3105 |
Hunter Lab | 64.5539 | -29.4600 | -12.0588 |
CIE-Lab | 70.6442 | -32.2760 | -16.6766 |
#2ebeca color RGB value is (46,190,202).
#2ebeca hex color red value is 46, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #2ebeca hue: 0.51 , saturation: 0.63 and the lightness value of 2ebeca is 0.49.
The process color (four color CMYK) of #2ebeca color hex is 0.77, 0.06, 0.00, 0.21. Web safe color of #2ebeca is #33cccc. Color #2ebeca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 10111110 | 11001010 |
Octal | 56 | 276 | 312 |
Decimal | 46 | 190 | 202 |
Hex | 2E | BE | CA |
Shades of #2ebeca
Tints of #2ebeca
RGB Percentages of Color #2ebeca
CMYK Percentages of Color #2ebeca
Complementary Color
#2ebeca | #ca3a2e |
#2ebeca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2ebeca Color Preview on White Background
Lorem ipsum dolor sit amet.
#2ebeca Color CSS Codes
.mybgcolor {background-color:#2ebeca; } .myforecolor {color:#2ebeca; } .mybordercolor {border:3px solid #2ebeca; }
#2ebeca Text Font Color
<p style="color:#2ebeca">Text here</p>
This sample text font color is #2ebeca
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.
#2ebeca Background Color
<div style="background-color:#2ebeca">
Div content here</div>
This div background color is #2ebeca
#2ebeca Border Color
<div style="border:3px solid #2ebeca">
Div here</div>
This div border color is #2ebeca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,190,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2ebeca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2ebeca; -webkit-box-shadow: 1px 1px 3px 2px #2ebeca; box-shadow: 1px 1px 3px 2px #2ebeca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,190,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2ebeca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2ebeca; -webkit-box-shadow: 1px 1px 3px 2px #2ebeca; box-shadow: 1px 1px 3px 2px #2ebeca;">
Div content here</div>
This div box has shadow with color #2ebeca
Comments
No comments written yet.
Please login to write comment.