Color Hex Logo

#3fd9aa Color Hex

#3FD9AA
(63,217,170)
0 Favorites   0 Comments

Color spaces of #3fd9aa

RGB 63217170
HSL0.450.670.55
HSV162°71°85°
CMYK 0.710.000.22   0.15
XYZ34.118553.584746.5749
Yxy53.58470.25410.3991
Hunter Lab73.2016-44.905713.5175
CIE-Lab78.2189-50.768211.7532

#3fd9aa color RGB value is (63,217,170).

#3fd9aa hex color red value is 63, green value is 217 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3fd9aa hue: 0.45 , saturation: 0.67 and the lightness value of 3fd9aa is 0.55.

The process color (four color CMYK) of #3fd9aa color hex is 0.71, 0.00, 0.22, 0.15. Web safe color of #3fd9aa is #33cc99. Color #3fd9aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011001 10101010
Octal 77 331 252
Decimal 63 217 170
Hex 3F D9 AA

RGB Percentages of Color #3fd9aa

%14.00
%48.22
%37.78

CMYK Percentages of Color #3fd9aa

%71
%0
%22
%15

Triadic Colors of #3fd9aa

#3fd9aa #aa3fd9 #d9aa3f

Analogous Colors of #3fd9aa

#3fd9aa #3fbbd9 #3fd95d

Monochromatic Colors of #3fd9aa

#3fd9aa

Complementary Color

#3fd9aa #d93f6e

#3fd9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fd9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fd9aa Color CSS Codes

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

#3fd9aa Text Font Color

<p style="color:#3fd9aa">Text here</p>

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


#3fd9aa Background Color

<div style="background-color:#3fd9aa">
Div content here</div>

This div background color is #3fd9aa


#3fd9aa Border Color

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

This div border color is #3fd9aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,217,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3fd9aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3fd9aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3fd9aa;
  box-shadow:         1px 1px 3px 2px #3fd9aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,217,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fd9aa


Comments

No comments written yet.

Please login to write comment.