Color Hex Logo

#3fccdb Color Hex

#3FCCDB
(63,204,219)
0 Favorites   0 Comments

Color spaces of #3fccdb

RGB 63204219
HSL0.520.680.55
HSV186°71°86°
CMYK 0.710.070.00   0.14
XYZ36.428949.357074.6247
Yxy49.35700.22710.3077
Hunter Lab70.2545-30.3883-13.7999
CIE-Lab75.6729-31.9473-18.2779

#3fccdb color RGB value is (63,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001100 11011011
Octal 77 314 333
Decimal 63 204 219
Hex 3F CC DB

RGB Percentages of Color #3fccdb

%12.96
%41.98
%45.06

CMYK Percentages of Color #3fccdb

%71
%7
%0
%14

Triadic Colors of #3fccdb

#3fccdb #db3fcc #ccdb3f

Analogous Colors of #3fccdb

#3fccdb #3f7edb #3fdb9c

Monochromatic Colors of #3fccdb

#3fccdb

Complementary Color

#3fccdb #db4e3f

#3fccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fccdb Color CSS Codes

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

#3fccdb Text Font Color

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

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


#3fccdb Background Color

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

This div background color is #3fccdb


#3fccdb Border Color

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

This div border color is #3fccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fccdb


Comments

No comments written yet.

Please login to write comment.