Color Hex Logo

#2ffebd Color Hex

#2FFEBD
(47,254,189)
0 Favorites   0 Comments

Color spaces of #2ffebd

RGB 47254189
HSL0.450.990.59
HSV161°81°100°
CMYK 0.810.000.26   0.00
XYZ45.799475.162160.2380
Yxy75.16210.25280.4148
Hunter Lab86.6961-57.421019.4915
CIE-Lab89.4689-62.615317.6579

#2ffebd color RGB value is (47,254,189).

#2ffebd hex color red value is 47, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2ffebd hue: 0.45 , saturation: 0.99 and the lightness value of 2ffebd is 0.59.

The process color (four color CMYK) of #2ffebd color hex is 0.81, 0.00, 0.26, 0.00. Web safe color of #2ffebd is #33ffcc. Color #2ffebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11111110 10111101
Octal 57 376 275
Decimal 47 254 189
Hex 2F FE BD

RGB Percentages of Color #2ffebd

%9.59
%51.84
%38.57

CMYK Percentages of Color #2ffebd

%81
%0
%26
%0

Triadic Colors of #2ffebd

#2ffebd #bd2ffe #febd2f

Analogous Colors of #2ffebd

#2ffebd #2fd8fe #2ffe56

Monochromatic Colors of #2ffebd

#2ffebd

Complementary Color

#2ffebd #fe2f70

#2ffebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ffebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ffebd Color CSS Codes

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

#2ffebd Text Font Color

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

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


#2ffebd Background Color

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

This div background color is #2ffebd


#2ffebd Border Color

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

This div border color is #2ffebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ffebd

Related Colors


Comments

No comments written yet.

Please login to write comment.