Color Hex Logo

#3fdbda Color Hex

#3FDBDA
(63,219,218)
0 Favorites   0 Comments

Color spaces of #3fdbda

RGB 63219218
HSL0.500.680.55
HSV180°71°86°
CMYK 0.710.000.00   0.14
XYZ40.036356.781875.1795
Yxy56.78180.23280.3301
Hunter Lab75.3537-37.0298-6.4053
CIE-Lab80.0567-39.2298-11.1555

#3fdbda color RGB value is (63,219,218).

#3fdbda hex color red value is 63, green value is 219 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3fdbda hue: 0.50 , saturation: 0.68 and the lightness value of 3fdbda is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011011 11011010
Octal 77 333 332
Decimal 63 219 218
Hex 3F DB DA

RGB Percentages of Color #3fdbda

%12.60
%43.80
%43.60

CMYK Percentages of Color #3fdbda

%71
%0
%0
%14

Triadic Colors of #3fdbda

#3fdbda #da3fdb #dbda3f

Analogous Colors of #3fdbda

#3fdbda #3f8edb #3fdb8c

Monochromatic Colors of #3fdbda

#3fdbda

Complementary Color

#3fdbda #db3f40

#3fdbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdbda Color CSS Codes

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

#3fdbda Text Font Color

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

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


#3fdbda Background Color

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

This div background color is #3fdbda


#3fdbda Border Color

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

This div border color is #3fdbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdbda


Comments

No comments written yet.

Please login to write comment.