Color Hex Logo

#3fdcdc Color Hex

#3FDCDC
(63,220,220)
0 Favorites   0 Comments

Color spaces of #3fdcdc

RGB 63220220
HSL0.500.690.55
HSV180°71°86°
CMYK 0.710.000.00   0.14
XYZ40.561457.410576.6537
Yxy57.41050.23230.3288
Hunter Lab75.7697-37.0415-6.9429
CIE-Lab80.4099-39.1208-11.6944

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011100 11011100
Octal 77 334 334
Decimal 63 220 220
Hex 3F DC DC

RGB Percentages of Color #3fdcdc

%12.52
%43.74
%43.74

CMYK Percentages of Color #3fdcdc

%71
%0
%0
%14

Triadic Colors of #3fdcdc

#3fdcdc #dc3fdc #dcdc3f

Analogous Colors of #3fdcdc

#3fdcdc #3f8edc #3fdc8e

Monochromatic Colors of #3fdcdc

#3fdcdc

Complementary Color

#3fdcdc #dc3f3f

#3fdcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdcdc Color CSS Codes

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

#3fdcdc Text Font Color

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

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


#3fdcdc Background Color

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

This div background color is #3fdcdc


#3fdcdc Border Color

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

This div border color is #3fdcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdcdc


Comments

No comments written yet.

Please login to write comment.