color codes Logo

#2ffedc color codes

#2FFEDC
(47,254,220)
0 Favorites   0 Comments

Color spaces of #2ffedc

RGB 47254220
HSL0.470.990.59
HSV170°81°100°
CMYK 0.810.000.13   0.00
XYZ49.532476.655379.8955
Yxy76.65530.24040.3720
Hunter Lab87.5530-52.23297.1827
CIE-Lab90.1627-55.23282.6471

#2ffedc color RGB value is (47,254,220).

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

The process color (four color CMYK) of #2ffedc color code is 0.81, 0.00, 0.13, 0.00. Web safe color of #2ffedc is #33ffcc. Color #2ffedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11111110 11011100
Octal 57 376 334
Decimal 47 254 220
Hex 2F FE DC

RGB Percentages of Color #2ffedc

%9.02
%48.75
%42.23

CMYK Percentages of Color #2ffedc

%81
%0
%13
%0

Triadic Colors of #2ffedc

#2ffedc #dc2ffe #fedc2f

Analogous Colors of #2ffedc

#2ffedc #2fb9fe #2ffe75

Monochromatic Colors of #2ffedc

#2ffedc

Complementary Color

#2ffedc #fe2f51

#2ffedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ffedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ffedc Color CSS Codes

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

#2ffedc Text Font Color

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

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


#2ffedc Background Color

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

This div background color is #2ffedc


#2ffedc Border Color

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

This div border color is #2ffedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ffedc


Comments

No comments written yet.

Please login to write comment.