Color Hex Logo

#2efcab Color Hex

#2EFCAB
(46,252,171)
0 Favorites   0 Comments

Color spaces of #2efcab

RGB 46252171
HSL0.430.970.58
HSV156°82°99°
CMYK 0.820.000.32   0.01
XYZ43.287873.141950.3644
Yxy73.14190.25950.4385
Hunter Lab85.5230-59.316924.9503
CIE-Lab88.5153-65.805925.5247

#2efcab color RGB value is (46,252,171).

#2efcab hex color red value is 46, green value is 252 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2efcab hue: 0.43 , saturation: 0.97 and the lightness value of 2efcab is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111100 10101011
Octal 56 374 253
Decimal 46 252 171
Hex 2E FC AB

RGB Percentages of Color #2efcab

%9.81
%53.73
%36.46

CMYK Percentages of Color #2efcab

%82
%0
%32
%1

Triadic Colors of #2efcab

#2efcab #ab2efc #fcab2e

Analogous Colors of #2efcab

#2efcab #2ee6fc #2efc44

Monochromatic Colors of #2efcab

#2efcab

Complementary Color

#2efcab #fc2e7f

#2efcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efcab Color CSS Codes

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

#2efcab Text Font Color

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

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


#2efcab Background Color

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

This div background color is #2efcab


#2efcab Border Color

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

This div border color is #2efcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efcab


Comments

No comments written yet.

Please login to write comment.