Color Hex Logo

#3fcfdb Color Hex

#3FCFDB
(63,207,219)
0 Favorites   0 Comments

Color spaces of #3fcfdb

RGB 63207219
HSL0.510.680.55
HSV185°71°86°
CMYK 0.710.050.00   0.14
XYZ37.148950.796974.8647
Yxy50.79690.22820.3120
Hunter Lab71.2719-31.6868-12.3884
CIE-Lab76.5558-33.3758-16.9444

#3fcfdb color RGB value is (63,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001111 11011011
Octal 77 317 333
Decimal 63 207 219
Hex 3F CF DB

RGB Percentages of Color #3fcfdb

%12.88
%42.33
%44.79

CMYK Percentages of Color #3fcfdb

%71
%5
%0
%14

Triadic Colors of #3fcfdb

#3fcfdb #db3fcf #cfdb3f

Analogous Colors of #3fcfdb

#3fcfdb #3f81db #3fdb99

Monochromatic Colors of #3fcfdb

#3fcfdb

Complementary Color

#3fcfdb #db4b3f

#3fcfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcfdb Color CSS Codes

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

#3fcfdb Text Font Color

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

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


#3fcfdb Background Color

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

This div background color is #3fcfdb


#3fcfdb Border Color

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

This div border color is #3fcfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcfdb


Comments

No comments written yet.

Please login to write comment.