Color Hex Logo

#2feabf Color Hex

#2FEABF
(47,234,191)
0 Favorites   0 Comments

Color spaces of #2feabf

RGB 47234191
HSL0.460.820.55
HSV166°80°92°
CMYK 0.800.000.18   0.08
XYZ39.999163.211659.3831
Yxy63.21160.24600.3888
Hunter Lab79.5057-49.332211.3701
CIE-Lab83.5536-54.41878.2395

#2feabf color RGB value is (47,234,191).

#2feabf hex color red value is 47, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #2feabf hue: 0.46 , saturation: 0.82 and the lightness value of 2feabf is 0.55.

The process color (four color CMYK) of #2feabf color hex is 0.80, 0.00, 0.18, 0.08. Web safe color of #2feabf is #33ffcc. Color #2feabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11101010 10111111
Octal 57 352 277
Decimal 47 234 191
Hex 2F EA BF

RGB Percentages of Color #2feabf

%9.96
%49.58
%40.47

CMYK Percentages of Color #2feabf

%80
%0
%18
%8

Triadic Colors of #2feabf

#2feabf #bf2fea #eabf2f

Analogous Colors of #2feabf

#2feabf #2fb8ea #2fea62

Monochromatic Colors of #2feabf

#2feabf

Complementary Color

#2feabf #ea2f5a

#2feabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2feabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2feabf Color CSS Codes

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

#2feabf Text Font Color

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

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


#2feabf Background Color

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

This div background color is #2feabf


#2feabf Border Color

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

This div border color is #2feabf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,234,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2feabf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2feabf;
  -webkit-box-shadow: 1px 1px 3px 2px #2feabf;
  box-shadow:         1px 1px 3px 2px #2feabf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,234,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2feabf


Comments

No comments written yet.

Please login to write comment.