Color Hex Logo

#3fd3cf Color Hex

#3FD3CF
(63,211,207)
0 Favorites   0 Comments

Color spaces of #3fd3cf

RGB 63211207
HSL0.500.630.54
HSV178°70°83°
CMYK 0.700.000.02   0.17
XYZ36.606652.150367.1681
Yxy52.15030.23480.3345
Hunter Lab72.2152-35.8931-4.5957
CIE-Lab77.3706-38.6755-9.2703

#3fd3cf color RGB value is (63,211,207).

#3fd3cf hex color red value is 63, green value is 211 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3fd3cf hue: 0.50 , saturation: 0.63 and the lightness value of 3fd3cf is 0.54.

The process color (four color CMYK) of #3fd3cf color hex is 0.70, 0.00, 0.02, 0.17. Web safe color of #3fd3cf is #33cccc. Color #3fd3cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11010011 11001111
Octal 77 323 317
Decimal 63 211 207
Hex 3F D3 CF

RGB Percentages of Color #3fd3cf

%13.10
%43.87
%43.04

CMYK Percentages of Color #3fd3cf

%70
%0
%2
%17

Triadic Colors of #3fd3cf

#3fd3cf #cf3fd3 #d3cf3f

Analogous Colors of #3fd3cf

#3fd3cf #3f8dd3 #3fd385

Monochromatic Colors of #3fd3cf

#3fd3cf

Complementary Color

#3fd3cf #d33f43

#3fd3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fd3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fd3cf Color CSS Codes

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

#3fd3cf Text Font Color

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

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


#3fd3cf Background Color

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

This div background color is #3fd3cf


#3fd3cf Border Color

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

This div border color is #3fd3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fd3cf


Comments

No comments written yet.

Please login to write comment.