Color Hex Logo

#2efbdf Color Hex

#2EFBDF
(46,251,223)
0 Favorites   0 Comments

Color spaces of #2efbdf

RGB 46251223
HSL0.480.960.58
HSV172°82°98°
CMYK 0.820.000.11   0.02
XYZ48.943274.902981.6902
Yxy74.90290.23810.3644
Hunter Lab86.5465-50.51214.6194
CIE-Lab89.3475-53.3207-0.0992

#2efbdf color RGB value is (46,251,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111011 11011111
Octal 56 373 337
Decimal 46 251 223
Hex 2E FB DF

RGB Percentages of Color #2efbdf

%8.85
%48.27
%42.88

CMYK Percentages of Color #2efbdf

%82
%0
%11
%2

Triadic Colors of #2efbdf

#2efbdf #df2efb #fbdf2e

Analogous Colors of #2efbdf

#2efbdf #2eb1fb #2efb79

Monochromatic Colors of #2efbdf

#2efbdf

Complementary Color

#2efbdf #fb2e4a

#2efbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efbdf Color CSS Codes

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

#2efbdf Text Font Color

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

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


#2efbdf Background Color

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

This div background color is #2efbdf


#2efbdf Border Color

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

This div border color is #2efbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efbdf

Related Colors


Comments

No comments written yet.

Please login to write comment.