Color Hex Logo

#2efcdf Color Hex

#2EFCDF
(46,252,223)
0 Favorites   0 Comments

Color spaces of #2efcdf

RGB 46252223
HSL0.480.970.58
HSV172°82°99°
CMYK 0.820.000.12   0.01
XYZ49.256475.529481.7946
Yxy75.52940.23840.3656
Hunter Lab86.9077-50.92055.0336
CIE-Lab89.6404-53.73010.3284

#2efcdf color RGB value is (46,252,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111100 11011111
Octal 56 374 337
Decimal 46 252 223
Hex 2E FC DF

RGB Percentages of Color #2efcdf

%8.83
%48.37
%42.80

CMYK Percentages of Color #2efcdf

%82
%0
%12
%1

Triadic Colors of #2efcdf

#2efcdf #df2efc #fcdf2e

Analogous Colors of #2efcdf

#2efcdf #2eb2fc #2efc78

Monochromatic Colors of #2efcdf

#2efcdf

Complementary Color

#2efcdf #fc2e4b

#2efcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efcdf Color CSS Codes

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

#2efcdf Text Font Color

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

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


#2efcdf Background Color

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

This div background color is #2efcdf


#2efcdf Border Color

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

This div border color is #2efcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efcdf


Comments

No comments written yet.

Please login to write comment.