Color Hex Logo

#3fdadb Color Hex

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

Color spaces of #3fdadb

RGB 63218219
HSL0.500.680.55
HSV180°71°86°
CMYK 0.710.000.00   0.14
XYZ39.907556.314075.7842
Yxy56.31400.23200.3274
Hunter Lab75.0427-36.3988-7.3460
CIE-Lab79.7922-38.4920-12.0842

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

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

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

Base Numbers

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

RGB Percentages of Color #3fdadb

%12.60
%43.60
%43.80

CMYK Percentages of Color #3fdadb

%71
%0
%0
%14

Triadic Colors of #3fdadb

#3fdadb #db3fda #dadb3f

Analogous Colors of #3fdadb

#3fdadb #3f8cdb #3fdb8e

Monochromatic Colors of #3fdadb

#3fdadb

Complementary Color

#3fdadb #db403f

#3fdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdadb Color CSS Codes

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

#3fdadb Text Font Color

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

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


#3fdadb Background Color

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

This div background color is #3fdadb


#3fdadb Border Color

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

This div border color is #3fdadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdadb


Comments

No comments written yet.

Please login to write comment.