Color Hex Logo

#2efbef Color Hex

#2EFBEF
(46,251,239)
0 Favorites   0 Comments

Color spaces of #2efbef

RGB 46251239
HSL0.490.960.58
HSV176°82°98°
CMYK 0.820.000.05   0.02
XYZ51.203975.807293.5949
Yxy75.80720.23210.3436
Hunter Lab87.0673-47.3928-2.7879
CIE-Lab89.7697-49.0629-7.8020

#2efbef color RGB value is (46,251,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111011 11101111
Octal 56 373 357
Decimal 46 251 239
Hex 2E FB EF

RGB Percentages of Color #2efbef

%8.58
%46.83
%44.59

CMYK Percentages of Color #2efbef

%82
%0
%5
%2

Triadic Colors of #2efbef

#2efbef #ef2efb #fbef2e

Analogous Colors of #2efbef

#2efbef #2ea1fb #2efb89

Monochromatic Colors of #2efbef

#2efbef

Complementary Color

#2efbef #fb2e3a

#2efbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efbef Color CSS Codes

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

#2efbef Text Font Color

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

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


#2efbef Background Color

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

This div background color is #2efbef


#2efbef Border Color

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

This div border color is #2efbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efbef


Comments

No comments written yet.

Please login to write comment.