Color Hex Logo

#3fccaa Color Hex

#3FCCAA
(63,204,170)
0 Favorites   0 Comments

Color spaces of #3fccaa

RGB 63204170
HSL0.460.580.52
HSV166°69°80°
CMYK 0.690.000.17   0.20
XYZ30.898547.144845.5015
Yxy47.14480.25010.3816
Hunter Lab68.6621-39.83218.7727
CIE-Lab74.2823-45.35016.1325

#3fccaa color RGB value is (63,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001100 10101010
Octal 77 314 252
Decimal 63 204 170
Hex 3F CC AA

RGB Percentages of Color #3fccaa

%14.42
%46.68
%38.90

CMYK Percentages of Color #3fccaa

%69
%0
%17
%20

Triadic Colors of #3fccaa

#3fccaa #aa3fcc #ccaa3f

Analogous Colors of #3fccaa

#3fccaa #3fa8cc #3fcc64

Monochromatic Colors of #3fccaa

#3fccaa

Complementary Color

#3fccaa #cc3f61

#3fccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fccaa Color CSS Codes

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

#3fccaa Text Font Color

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

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


#3fccaa Background Color

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

This div background color is #3fccaa


#3fccaa Border Color

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

This div border color is #3fccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fccaa


Comments

No comments written yet.

Please login to write comment.