Color Hex Logo

#3fdcbf Color Hex

#3FDCBF
(63,220,191)
0 Favorites   0 Comments

Color spaces of #3fdcbf

RGB 63220191
HSL0.470.690.55
HSV169°71°86°
CMYK 0.710.000.13   0.14
XYZ37.047156.004758.1476
Yxy56.00470.24500.3704
Hunter Lab74.8363-42.59856.3172
CIE-Lab79.6165-46.90262.5926

#3fdcbf color RGB value is (63,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011100 10111111
Octal 77 334 277
Decimal 63 220 191
Hex 3F DC BF

RGB Percentages of Color #3fdcbf

%13.29
%46.41
%40.30

CMYK Percentages of Color #3fdcbf

%71
%0
%13
%14

Triadic Colors of #3fdcbf

#3fdcbf #bf3fdc #dcbf3f

Analogous Colors of #3fdcbf

#3fdcbf #3fabdc #3fdc71

Monochromatic Colors of #3fdcbf

#3fdcbf

Complementary Color

#3fdcbf #dc3f5c

#3fdcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdcbf Color CSS Codes

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

#3fdcbf Text Font Color

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

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


#3fdcbf Background Color

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

This div background color is #3fdcbf


#3fdcbf Border Color

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

This div border color is #3fdcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdcbf


Comments

No comments written yet.

Please login to write comment.