Color Hex Logo

#2efacf Color Hex

#2EFACF
(46,250,207)
0 Favorites   0 Comments

Color spaces of #2efacf

RGB 46250207
HSL0.460.950.58
HSV167°82°98°
CMYK 0.820.000.17   0.02
XYZ46.574873.457170.7554
Yxy73.45710.24410.3850
Hunter Lab85.7071-52.987311.0482
CIE-Lab88.6653-56.95167.2247

#2efacf color RGB value is (46,250,207).

#2efacf hex color red value is 46, green value is 250 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #2efacf hue: 0.46 , saturation: 0.95 and the lightness value of 2efacf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111010 11001111
Octal 56 372 317
Decimal 46 250 207
Hex 2E FA CF

RGB Percentages of Color #2efacf

%9.15
%49.70
%41.15

CMYK Percentages of Color #2efacf

%82
%0
%17
%2

Triadic Colors of #2efacf

#2efacf #cf2efa #facf2e

Analogous Colors of #2efacf

#2efacf #2ebffa #2efa69

Monochromatic Colors of #2efacf

#2efacf

Complementary Color

#2efacf #fa2e59

#2efacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efacf Color CSS Codes

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

#2efacf Text Font Color

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

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


#2efacf Background Color

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

This div background color is #2efacf


#2efacf Border Color

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

This div border color is #2efacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efacf

Related Colors


Comments

No comments written yet.

Please login to write comment.