Color Hex Logo

#3fdfcc Color Hex

#3FDFCC
(63,223,204)
0 Favorites   0 Comments

Color spaces of #3fdfcc

RGB 63223204
HSL0.480.710.56
HSV173°72°87°
CMYK 0.720.000.09   0.13
XYZ39.336758.191766.2856
Yxy58.19170.24010.3552
Hunter Lab76.2835-41.44991.8791
CIE-Lab80.8453-44.8247-2.5306

#3fdfcc color RGB value is (63,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011111 11001100
Octal 77 337 314
Decimal 63 223 204
Hex 3F DF CC

RGB Percentages of Color #3fdfcc

%12.86
%45.51
%41.63

CMYK Percentages of Color #3fdfcc

%72
%0
%9
%13

Triadic Colors of #3fdfcc

#3fdfcc #cc3fdf #dfcc3f

Analogous Colors of #3fdfcc

#3fdfcc #3fa2df #3fdf7c

Monochromatic Colors of #3fdfcc

#3fdfcc

Complementary Color

#3fdfcc #df3f52

#3fdfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdfcc Color CSS Codes

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

#3fdfcc Text Font Color

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

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


#3fdfcc Background Color

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

This div background color is #3fdfcc


#3fdfcc Border Color

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

This div border color is #3fdfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdfcc


Comments

No comments written yet.

Please login to write comment.