Color Hex Logo

#3fdca0 Color Hex

#3FDCA0
(63,220,160)
0 Favorites   0 Comments

Color spaces of #3fdca0

RGB 63220160
HSL0.440.690.55
HSV157°71°86°
CMYK 0.710.000.27   0.14
XYZ33.988354.781242.0402
Yxy54.78120.25980.4188
Hunter Lab74.0143-47.555618.1333
CIE-Lab78.9151-54.221318.0120

#3fdca0 color RGB value is (63,220,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011100 10100000
Octal 77 334 240
Decimal 63 220 160
Hex 3F DC A0

RGB Percentages of Color #3fdca0

%14.22
%49.66
%36.12

CMYK Percentages of Color #3fdca0

%71
%0
%27
%14

Triadic Colors of #3fdca0

#3fdca0 #a03fdc #dca03f

Analogous Colors of #3fdca0

#3fdca0 #3fcadc #3fdc52

Monochromatic Colors of #3fdca0

#3fdca0

Complementary Color

#3fdca0 #dc3f7b

#3fdca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdca0 Color CSS Codes

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

#3fdca0 Text Font Color

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

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


#3fdca0 Background Color

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

This div background color is #3fdca0


#3fdca0 Border Color

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

This div border color is #3fdca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdca0


Comments

No comments written yet.

Please login to write comment.