Color Hex Logo

#2fdcae Color Hex

#2FDCAE
(47,220,174)
0 Favorites   0 Comments

Color spaces of #2fdcae

RGB 47220174
HSL0.460.710.52
HSV164°79°86°
CMYK 0.790.000.21   0.14
XYZ34.405554.846748.8175
Yxy54.84670.24920.3972
Hunter Lab74.0586-46.676512.7585
CIE-Lab78.9529-52.938110.6377

#2fdcae color RGB value is (47,220,174).

#2fdcae hex color red value is 47, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #2fdcae hue: 0.46 , saturation: 0.71 and the lightness value of 2fdcae is 0.52.

The process color (four color CMYK) of #2fdcae color hex is 0.79, 0.00, 0.21, 0.14. Web safe color of #2fdcae is #33cc99. Color #2fdcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11011100 10101110
Octal 57 334 256
Decimal 47 220 174
Hex 2F DC AE

RGB Percentages of Color #2fdcae

%10.66
%49.89
%39.46

CMYK Percentages of Color #2fdcae

%79
%0
%21
%14

Triadic Colors of #2fdcae

#2fdcae #ae2fdc #dcae2f

Analogous Colors of #2fdcae

#2fdcae #2fb4dc #2fdc58

Monochromatic Colors of #2fdcae

#2fdcae

Complementary Color

#2fdcae #dc2f5d

#2fdcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fdcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fdcae Color CSS Codes

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

#2fdcae Text Font Color

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

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


#2fdcae Background Color

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

This div background color is #2fdcae


#2fdcae Border Color

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

This div border color is #2fdcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fdcae


Comments

No comments written yet.

Please login to write comment.