Color Hex Logo

#3fcedb Color Hex

#3FCEDB
(63,206,219)
0 Favorites   0 Comments

Color spaces of #3fcedb

RGB 63206219
HSL0.510.680.55
HSV185°71°86°
CMYK 0.710.060.00   0.14
XYZ36.907450.313874.7842
Yxy50.31380.22780.3106
Hunter Lab70.9322-31.2544-12.8572
CIE-Lab76.2615-32.9010-17.3886

#3fcedb color RGB value is (63,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001110 11011011
Octal 77 316 333
Decimal 63 206 219
Hex 3F CE DB

RGB Percentages of Color #3fcedb

%12.91
%42.21
%44.88

CMYK Percentages of Color #3fcedb

%71
%6
%0
%14

Triadic Colors of #3fcedb

#3fcedb #db3fce #cedb3f

Analogous Colors of #3fcedb

#3fcedb #3f80db #3fdb9a

Monochromatic Colors of #3fcedb

#3fcedb

Complementary Color

#3fcedb #db4c3f

#3fcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcedb Color CSS Codes

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

#3fcedb Text Font Color

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

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


#3fcedb Background Color

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

This div background color is #3fcedb


#3fcedb Border Color

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

This div border color is #3fcedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,206,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 #3fcedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcedb


Comments

No comments written yet.

Please login to write comment.