Color Hex Logo

#2fedcc Color Hex

#2FEDCC
(47,237,204)
0 Favorites   0 Comments

Color spaces of #2fedcc

RGB 47237204
HSL0.470.840.56
HSV170°80°93°
CMYK 0.800.000.14   0.07
XYZ42.355665.532367.5434
Yxy65.53230.24140.3735
Hunter Lab80.9520-48.27157.1970
CIE-Lab84.7573-52.38883.1488

#2fedcc color RGB value is (47,237,204).

#2fedcc hex color red value is 47, green value is 237 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2fedcc hue: 0.47 , saturation: 0.84 and the lightness value of 2fedcc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 11101101 11001100
Octal 57 355 314
Decimal 47 237 204
Hex 2F ED CC

RGB Percentages of Color #2fedcc

%9.63
%48.57
%41.80

CMYK Percentages of Color #2fedcc

%80
%0
%14
%7

Triadic Colors of #2fedcc

#2fedcc #cc2fed #edcc2f

Analogous Colors of #2fedcc

#2fedcc #2fafed #2fed6d

Monochromatic Colors of #2fedcc

#2fedcc

Complementary Color

#2fedcc #ed2f50

#2fedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fedcc Color CSS Codes

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

#2fedcc Text Font Color

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

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


#2fedcc Background Color

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

This div background color is #2fedcc


#2fedcc Border Color

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

This div border color is #2fedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fedcc


Comments

No comments written yet.

Please login to write comment.