Color Hex Logo

#3fccca Color Hex

#3FCCCA
(63,204,202)
0 Favorites   0 Comments

Color spaces of #3fccca

RGB 63204202
HSL0.500.580.52
HSV179°69°80°
CMYK 0.690.000.01   0.20
XYZ34.303448.506863.4319
Yxy48.50680.23460.3317
Hunter Lab69.6468-33.9647-5.2465
CIE-Lab75.1435-36.8710-9.8930

#3fccca color RGB value is (63,204,202).

#3fccca hex color red value is 63, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3fccca hue: 0.50 , saturation: 0.58 and the lightness value of 3fccca is 0.52.

The process color (four color CMYK) of #3fccca color hex is 0.69, 0.00, 0.01, 0.20. Web safe color of #3fccca is #33cccc. Color #3fccca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001100 11001010
Octal 77 314 312
Decimal 63 204 202
Hex 3F CC CA

RGB Percentages of Color #3fccca

%13.43
%43.50
%43.07

CMYK Percentages of Color #3fccca

%69
%0
%1
%20

Triadic Colors of #3fccca

#3fccca #ca3fcc #ccca3f

Analogous Colors of #3fccca

#3fccca #3f88cc #3fcc84

Monochromatic Colors of #3fccca

#3fccca

Complementary Color

#3fccca #cc3f41

#3fccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fccca Color CSS Codes

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

#3fccca Text Font Color

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

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


#3fccca Background Color

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

This div background color is #3fccca


#3fccca Border Color

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

This div border color is #3fccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fccca


Comments

No comments written yet.

Please login to write comment.