Color Hex Logo

#3fdfba Color Hex

#3FDFBA
(63,223,186)
0 Favorites   0 Comments

Color spaces of #3fdfba

RGB 63223186
HSL0.460.710.56
HSV166°72°87°
CMYK 0.720.000.17   0.13
XYZ37.300557.377355.5634
Yxy57.37730.24830.3819
Hunter Lab75.7478-44.65999.5324
CIE-Lab80.3913-49.41176.3689

#3fdfba color RGB value is (63,223,186).

#3fdfba hex color red value is 63, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3fdfba hue: 0.46 , saturation: 0.71 and the lightness value of 3fdfba is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011111 10111010
Octal 77 337 272
Decimal 63 223 186
Hex 3F DF BA

RGB Percentages of Color #3fdfba

%13.35
%47.25
%39.41

CMYK Percentages of Color #3fdfba

%72
%0
%17
%13

Triadic Colors of #3fdfba

#3fdfba #ba3fdf #dfba3f

Analogous Colors of #3fdfba

#3fdfba #3fb4df #3fdf6a

Monochromatic Colors of #3fdfba

#3fdfba

Complementary Color

#3fdfba #df3f64

#3fdfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdfba Color CSS Codes

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

#3fdfba Text Font Color

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

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


#3fdfba Background Color

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

This div background color is #3fdfba


#3fdfba Border Color

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

This div border color is #3fdfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdfba


Comments

No comments written yet.

Please login to write comment.