Color Hex Logo

#3fdcdf Color Hex

#3FDCDF
(63,220,223)
0 Favorites   0 Comments

Color spaces of #3fdcdf

RGB 63220223
HSL0.500.710.56
HSV181°72°87°
CMYK 0.720.010.00   0.13
XYZ40.962457.570978.7654
Yxy57.57090.23100.3247
Hunter Lab75.8755-36.4165-8.4354
CIE-Lab80.4996-38.2710-13.1588

#3fdcdf color RGB value is (63,220,223).

#3fdcdf hex color red value is 63, green value is 220 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3fdcdf hue: 0.50 , saturation: 0.71 and the lightness value of 3fdcdf is 0.56.

The process color (four color CMYK) of #3fdcdf color hex is 0.72, 0.01, 0.00, 0.13. Web safe color of #3fdcdf is #33cccc. Color #3fdcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011100 11011111
Octal 77 334 337
Decimal 63 220 223
Hex 3F DC DF

RGB Percentages of Color #3fdcdf

%12.45
%43.48
%44.07

CMYK Percentages of Color #3fdcdf

%72
%1
%0
%13

Triadic Colors of #3fdcdf

#3fdcdf #df3fdc #dcdf3f

Analogous Colors of #3fdcdf

#3fdcdf #3f8cdf #3fdf92

Monochromatic Colors of #3fdcdf

#3fdcdf

Complementary Color

#3fdcdf #df423f

#3fdcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdcdf Color CSS Codes

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

#3fdcdf Text Font Color

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

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


#3fdcdf Background Color

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

This div background color is #3fdcdf


#3fdcdf Border Color

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

This div border color is #3fdcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdcdf


Comments

No comments written yet.

Please login to write comment.