Color Hex Logo

#2efede Color Hex

#2EFEDE
(46,254,222)
0 Favorites   0 Comments

Color spaces of #2efede

RGB 46254222
HSL0.470.990.59
HSV171°82°100°
CMYK 0.820.000.13   0.00
XYZ49.753376.738481.2970
Yxy76.73840.23940.3693
Hunter Lab87.6005-51.92056.2966
CIE-Lab90.2011-54.80091.6646

#2efede color RGB value is (46,254,222).

#2efede hex color red value is 46, green value is 254 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #2efede hue: 0.47 , saturation: 0.99 and the lightness value of 2efede is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111110 11011110
Octal 56 376 336
Decimal 46 254 222
Hex 2E FE DE

RGB Percentages of Color #2efede

%8.81
%48.66
%42.53

CMYK Percentages of Color #2efede

%82
%0
%13
%0

Triadic Colors of #2efede

#2efede #de2efe #fede2e

Analogous Colors of #2efede

#2efede #2eb6fe #2efe76

Monochromatic Colors of #2efede

#2efede

Complementary Color

#2efede #fe2e4e

#2efede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efede Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efede Color CSS Codes

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

#2efede Text Font Color

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

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


#2efede Background Color

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

This div background color is #2efede


#2efede Border Color

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

This div border color is #2efede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efede

Related Colors


Comments

No comments written yet.

Please login to write comment.