Color Hex Logo

#3fdcad Color Hex

#3FDCAD
(63,220,173)
0 Favorites   0 Comments

Color spaces of #3fdcad

RGB 63220173
HSL0.450.690.55
HSV162°71°86°
CMYK 0.710.000.21   0.14
XYZ35.185955.260348.3470
Yxy55.26030.25350.3981
Hunter Lab74.3373-45.601213.4754
CIE-Lab79.1910-51.290211.5416

#3fdcad color RGB value is (63,220,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011100 10101101
Octal 77 334 255
Decimal 63 220 173
Hex 3F DC AD

RGB Percentages of Color #3fdcad

%13.82
%48.25
%37.94

CMYK Percentages of Color #3fdcad

%71
%0
%21
%14

Triadic Colors of #3fdcad

#3fdcad #ad3fdc #dcad3f

Analogous Colors of #3fdcad

#3fdcad #3fbddc #3fdc5f

Monochromatic Colors of #3fdcad

#3fdcad

Complementary Color

#3fdcad #dc3f6e

#3fdcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdcad Color CSS Codes

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

#3fdcad Text Font Color

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

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


#3fdcad Background Color

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

This div background color is #3fdcad


#3fdcad Border Color

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

This div border color is #3fdcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdcad


Comments

No comments written yet.

Please login to write comment.