Color Hex Logo

#2eb09f Color Hex

#2EB09F
(46,176,159)
0 Favorites   0 Comments

Color spaces of #2eb09f

RGB 46176159
HSL0.480.590.44
HSV172°74°69°
CMYK 0.740.000.10   0.31
XYZ22.910134.134738.1821
Yxy34.13470.24060.3585
Hunter Lab58.4249-32.24862.1500
CIE-Lab65.0693-38.2656-1.2612

#2eb09f color RGB value is (46,176,159).

#2eb09f hex color red value is 46, green value is 176 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #2eb09f hue: 0.48 , saturation: 0.59 and the lightness value of 2eb09f is 0.44.

The process color (four color CMYK) of #2eb09f color hex is 0.74, 0.00, 0.10, 0.31. Web safe color of #2eb09f is #339999. Color #2eb09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10110000 10011111
Octal 56 260 237
Decimal 46 176 159
Hex 2E B0 9F

RGB Percentages of Color #2eb09f

%12.07
%46.19
%41.73

CMYK Percentages of Color #2eb09f

%74
%0
%10
%31

Triadic Colors of #2eb09f

#2eb09f #9f2eb0 #b09f2e

Analogous Colors of #2eb09f

#2eb09f #2e80b0 #2eb05e

Monochromatic Colors of #2eb09f

#2eb09f

Complementary Color

#2eb09f #b02e3f

#2eb09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb09f Color CSS Codes

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

#2eb09f Text Font Color

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

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


#2eb09f Background Color

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

This div background color is #2eb09f


#2eb09f Border Color

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

This div border color is #2eb09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb09f


Comments

No comments written yet.

Please login to write comment.