Color spaces of #2efcdc
RGB | 46 | 252 | 220 |
---|---|---|---|
HSL | 0.47 | 0.97 | 0.58 |
HSV | 171° | 82° | 99° |
CMYK | 0.82 | 0.00 | 0.13 0.01 |
XYZ | 48.8554 | 75.3690 | 79.6829 |
Yxy | 75.3690 | 0.2396 | 0.3696 |
Hunter Lab | 86.8153 | -51.4758 | 6.3518 |
CIE-Lab | 89.5656 | -54.5004 | 1.7777 |
#2efcdc color RGB value is (46,252,220).
#2efcdc hex color red value is 46, green value is 252 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2efcdc hue: 0.47 , saturation: 0.97 and the lightness value of 2efcdc is 0.58.
The process color (four color CMYK) of #2efcdc color hex is 0.82, 0.00, 0.13, 0.01. Web safe color of #2efcdc is #33ffcc. Color #2efcdc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 11111100 | 11011100 |
Octal | 56 | 374 | 334 |
Decimal | 46 | 252 | 220 |
Hex | 2E | FC | DC |
Shades of #2efcdc
Tints of #2efcdc
RGB Percentages of Color #2efcdc
CMYK Percentages of Color #2efcdc
Complementary Color
#2efcdc | #fc2e4e |
#2efcdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2efcdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#2efcdc Color CSS Codes
.mybgcolor {background-color:#2efcdc; } .myforecolor {color:#2efcdc; } .mybordercolor {border:3px solid #2efcdc; }
#2efcdc Text Font Color
<p style="color:#2efcdc">Text here</p>
This sample text font color is #2efcdc
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.
#2efcdc Background Color
<div style="background-color:#2efcdc">
Div content here</div>
This div background color is #2efcdc
#2efcdc Border Color
<div style="border:3px solid #2efcdc">
Div here</div>
This div border color is #2efcdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,252,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2efcdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2efcdc; -webkit-box-shadow: 1px 1px 3px 2px #2efcdc; box-shadow: 1px 1px 3px 2px #2efcdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,252,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2efcdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2efcdc; -webkit-box-shadow: 1px 1px 3px 2px #2efcdc; box-shadow: 1px 1px 3px 2px #2efcdc;">
Div content here</div>
This div box has shadow with color #2efcdc
Comments
No comments written yet.
Please login to write comment.