Color Hex Logo

#3fdddc Color Hex

#3FDDDC
(63,221,220)
0 Favorites   0 Comments

Color spaces of #3fdddc

RGB 63221220
HSL0.500.700.56
HSV180°71°87°
CMYK 0.710.000.00   0.13
XYZ40.824657.937076.7414
Yxy57.93700.23260.3301
Hunter Lab76.1164-37.4661-6.4954
CIE-Lab80.7038-39.5748-11.2557

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011101 11011100
Octal 77 335 334
Decimal 63 221 220
Hex 3F DD DC

RGB Percentages of Color #3fdddc

%12.50
%43.85
%43.65

CMYK Percentages of Color #3fdddc

%71
%0
%0
%13

Triadic Colors of #3fdddc

#3fdddc #dc3fdd #dddc3f

Analogous Colors of #3fdddc

#3fdddc #3f8fdd #3fdd8d

Monochromatic Colors of #3fdddc

#3fdddc

Complementary Color

#3fdddc #dd3f40

#3fdddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdddc Color CSS Codes

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

#3fdddc Text Font Color

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

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


#3fdddc Background Color

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

This div background color is #3fdddc


#3fdddc Border Color

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

This div border color is #3fdddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdddc


Comments

No comments written yet.

Please login to write comment.