Color Hex Logo

#3fca7c Color Hex

#3FCA7C
(63,202,124)
0 Favorites   0 Comments

Color spaces of #3fca7c

RGB 63202124
HSL0.410.570.52
HSV146°69°79°
CMYK 0.690.000.39   0.21
XYZ26.808544.753126.2940
Yxy44.75310.27400.4573
Hunter Lab66.8978-45.539323.5246
CIE-Lab72.7290-54.547728.4353

#3fca7c color RGB value is (63,202,124).

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

The process color (four color CMYK) of #3fca7c color hex is 0.69, 0.00, 0.39, 0.21. Web safe color of #3fca7c is #33cc66. Color #3fca7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001010 01111100
Octal 77 312 174
Decimal 63 202 124
Hex 3F CA 7C

RGB Percentages of Color #3fca7c

%16.20
%51.93
%31.88

CMYK Percentages of Color #3fca7c

%69
%0
%39
%21

Triadic Colors of #3fca7c

#3fca7c #7c3fca #ca7c3f

Analogous Colors of #3fca7c

#3fca7c #3fcac2 #48ca3f

Monochromatic Colors of #3fca7c

#3fca7c

Complementary Color

#3fca7c #ca3f8d

#3fca7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fca7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fca7c Color CSS Codes

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

#3fca7c Text Font Color

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

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


#3fca7c Background Color

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

This div background color is #3fca7c


#3fca7c Border Color

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

This div border color is #3fca7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fca7c


Comments

No comments written yet.

Please login to write comment.