Color Hex Logo

#2feeb5 Color Hex

#2FEEB5
(47,238,181)
0 Favorites   0 Comments

Color spaces of #2feeb5

RGB 47238181
HSL0.450.850.56
HSV162°80°93°
CMYK 0.800.000.24   0.07
XYZ40.087365.089654.1668
Yxy65.08960.25160.4085
Hunter Lab80.6781-52.493716.6677
CIE-Lab84.5299-58.351714.8547

#2feeb5 color RGB value is (47,238,181).

#2feeb5 hex color red value is 47, green value is 238 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #2feeb5 hue: 0.45 , saturation: 0.85 and the lightness value of 2feeb5 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11101110 10110101
Octal 57 356 265
Decimal 47 238 181
Hex 2F EE B5

RGB Percentages of Color #2feeb5

%10.09
%51.07
%38.84

CMYK Percentages of Color #2feeb5

%80
%0
%24
%7

Triadic Colors of #2feeb5

#2feeb5 #b52fee #eeb52f

Analogous Colors of #2feeb5

#2feeb5 #2fc8ee #2fee56

Monochromatic Colors of #2feeb5

#2feeb5

Complementary Color

#2feeb5 #ee2f68

#2feeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2feeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2feeb5 Color CSS Codes

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

#2feeb5 Text Font Color

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

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


#2feeb5 Background Color

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

This div background color is #2feeb5


#2feeb5 Border Color

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

This div border color is #2feeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2feeb5


Comments

No comments written yet.

Please login to write comment.