Color Hex Logo

#3fcc9b Color Hex

#3FCC9B
(63,204,155)
0 Favorites   0 Comments

Color spaces of #3fcc9b

RGB 63204155
HSL0.440.580.52
HSV159°69°80°
CMYK 0.690.000.24   0.20
XYZ29.559246.609138.4489
Yxy46.60910.25790.4067
Hunter Lab68.2709-42.188914.3986
CIE-Lab73.9390-48.911413.7036

#3fcc9b color RGB value is (63,204,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001100 10011011
Octal 77 314 233
Decimal 63 204 155
Hex 3F CC 9B

RGB Percentages of Color #3fcc9b

%14.93
%48.34
%36.73

CMYK Percentages of Color #3fcc9b

%69
%0
%24
%20

Triadic Colors of #3fcc9b

#3fcc9b #9b3fcc #cc9b3f

Analogous Colors of #3fcc9b

#3fcc9b #3fb7cc #3fcc55

Monochromatic Colors of #3fcc9b

#3fcc9b

Complementary Color

#3fcc9b #cc3f70

#3fcc9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fcc9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fcc9b Color CSS Codes

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

#3fcc9b Text Font Color

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

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


#3fcc9b Background Color

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

This div background color is #3fcc9b


#3fcc9b Border Color

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

This div border color is #3fcc9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fcc9b


Comments

No comments written yet.

Please login to write comment.