Color Hex Logo

#2efacd Color Hex

#2EFACD
(46,250,205)
0 Favorites   0 Comments

Color spaces of #2efacd

RGB 46250205
HSL0.460.950.58
HSV167°82°98°
CMYK 0.820.000.18   0.02
XYZ46.331873.359869.4755
Yxy73.35980.24490.3878
Hunter Lab85.6503-53.330111.8620
CIE-Lab88.6190-57.43918.1959

#2efacd color RGB value is (46,250,205).

#2efacd hex color red value is 46, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #2efacd hue: 0.46 , saturation: 0.95 and the lightness value of 2efacd is 0.58.

The process color (four color CMYK) of #2efacd color hex is 0.82, 0.00, 0.18, 0.02. Web safe color of #2efacd is #33ffcc. Color #2efacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111010 11001101
Octal 56 372 315
Decimal 46 250 205
Hex 2E FA CD

RGB Percentages of Color #2efacd

%9.18
%49.90
%40.92

CMYK Percentages of Color #2efacd

%82
%0
%18
%2

Triadic Colors of #2efacd

#2efacd #cd2efa #facd2e

Analogous Colors of #2efacd

#2efacd #2ec1fa #2efa67

Monochromatic Colors of #2efacd

#2efacd

Complementary Color

#2efacd #fa2e5b

#2efacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efacd Color CSS Codes

.mybgcolor {background-color:#2efacd; } 
.myforecolor {color:#2efacd; }
.mybordercolor {border:3px solid #2efacd; }

#2efacd Text Font Color

<p style="color:#2efacd">Text here</p>

This sample text font color is #2efacd
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.


#2efacd Background Color

<div style="background-color:#2efacd">
Div content here</div>

This div background color is #2efacd


#2efacd Border Color

<div style="border:3px solid #2efacd">
Div here</div>

This div border color is #2efacd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,250,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2efacd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2efacd;
  -webkit-box-shadow: 1px 1px 3px 2px #2efacd;
  box-shadow:         1px 1px 3px 2px #2efacd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,250,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2efacd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2efacd;
  -webkit-box-shadow: 1px 1px 3px 2px #2efacd;
  box-shadow:         1px 1px 3px 2px #2efacd;">
Div content here</div>

This div box has shadow with color #2efacd


Comments

No comments written yet.

Please login to write comment.