Color Hex Logo

#2efdcd Color Hex

#2EFDCD
(46,253,205)
0 Favorites   0 Comments

Color spaces of #2efdcd

RGB 46253205
HSL0.460.980.59
HSV166°82°99°
CMYK 0.820.000.19   0.01
XYZ47.271475.239269.7888
Yxy75.23920.24580.3913
Hunter Lab86.7405-54.517913.0154
CIE-Lab89.5049-58.61539.4648

#2efdcd color RGB value is (46,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111101 11001101
Octal 56 375 315
Decimal 46 253 205
Hex 2E FD CD

RGB Percentages of Color #2efdcd

%9.13
%50.20
%40.67

CMYK Percentages of Color #2efdcd

%82
%0
%19
%1

Triadic Colors of #2efdcd

#2efdcd #cd2efd #fdcd2e

Analogous Colors of #2efdcd

#2efdcd #2ec6fd #2efd66

Monochromatic Colors of #2efdcd

#2efdcd

Complementary Color

#2efdcd #fd2e5e

#2efdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efdcd Color CSS Codes

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

#2efdcd Text Font Color

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

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


#2efdcd Background Color

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

This div background color is #2efdcd


#2efdcd Border Color

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

This div border color is #2efdcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,253,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 #2efdcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efdcd

Related Colors


Comments

No comments written yet.

Please login to write comment.