Color Hex Logo

#3fd5ac Color Hex

#3FD5AC
(63,213,172)
0 Favorites   0 Comments

Color spaces of #3fd5ac

RGB 63213172
HSL0.450.640.54
HSV164°70°84°
CMYK 0.700.000.19   0.16
XYZ33.290551.623847.2395
Yxy51.62380.25190.3906
Hunter Lab71.8497-43.031611.3130
CIE-Lab77.0553-48.65089.0336

#3fd5ac color RGB value is (63,213,172).

#3fd5ac hex color red value is 63, green value is 213 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3fd5ac hue: 0.45 , saturation: 0.64 and the lightness value of 3fd5ac is 0.54.

The process color (four color CMYK) of #3fd5ac color hex is 0.70, 0.00, 0.19, 0.16. Web safe color of #3fd5ac is #33cc99. Color #3fd5ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11010101 10101100
Octal 77 325 254
Decimal 63 213 172
Hex 3F D5 AC

RGB Percentages of Color #3fd5ac

%14.06
%47.54
%38.39

CMYK Percentages of Color #3fd5ac

%70
%0
%19
%16

Triadic Colors of #3fd5ac

#3fd5ac #ac3fd5 #d5ac3f

Analogous Colors of #3fd5ac

#3fd5ac #3fb3d5 #3fd561

Monochromatic Colors of #3fd5ac

#3fd5ac

Complementary Color

#3fd5ac #d53f68

#3fd5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fd5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fd5ac Color CSS Codes

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

#3fd5ac Text Font Color

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

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


#3fd5ac Background Color

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

This div background color is #3fd5ac


#3fd5ac Border Color

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

This div border color is #3fd5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fd5ac


Comments

No comments written yet.

Please login to write comment.