Color Hex Logo

#3fecdc Color Hex

#3FECDC
(63,236,220)
0 Favorites   0 Comments

Color spaces of #3fecdc

RGB 63236220
HSL0.480.820.59
HSV174°73°93°
CMYK 0.730.000.07   0.07
XYZ44.963666.215078.1211
Yxy66.21500.23750.3498
Hunter Lab81.3726-43.76930.0399
CIE-Lab85.1060-46.2088-4.7260

#3fecdc color RGB value is (63,236,220).

#3fecdc hex color red value is 63, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3fecdc hue: 0.48 , saturation: 0.82 and the lightness value of 3fecdc is 0.59.

The process color (four color CMYK) of #3fecdc color hex is 0.73, 0.00, 0.07, 0.07. Web safe color of #3fecdc is #33ffcc. Color #3fecdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11101100 11011100
Octal 77 354 334
Decimal 63 236 220
Hex 3F EC DC

RGB Percentages of Color #3fecdc

%12.14
%45.47
%42.39

CMYK Percentages of Color #3fecdc

%73
%0
%7
%7

Triadic Colors of #3fecdc

#3fecdc #dc3fec #ecdc3f

Analogous Colors of #3fecdc

#3fecdc #3fa6ec #3fec86

Monochromatic Colors of #3fecdc

#3fecdc

Complementary Color

#3fecdc #ec3f4f

#3fecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fecdc Color CSS Codes

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

#3fecdc Text Font Color

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

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


#3fecdc Background Color

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

This div background color is #3fecdc


#3fecdc Border Color

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

This div border color is #3fecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fecdc


Comments

No comments written yet.

Please login to write comment.