Color Hex Logo

#3fdb8b Color Hex

#3FDB8B
(63,219,139)
0 Favorites   0 Comments

Color spaces of #3fdb8b

RGB 63219139
HSL0.410.680.55
HSV149°71°86°
CMYK 0.710.000.37   0.14
XYZ32.041653.583933.0801
Yxy53.58390.26990.4514
Hunter Lab73.2010-49.968724.4471
CIE-Lab78.2185-58.128027.9942

#3fdb8b color RGB value is (63,219,139).

#3fdb8b hex color red value is 63, green value is 219 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #3fdb8b hue: 0.41 , saturation: 0.68 and the lightness value of 3fdb8b is 0.55.

The process color (four color CMYK) of #3fdb8b color hex is 0.71, 0.00, 0.37, 0.14. Web safe color of #3fdb8b is #33cc99. Color #3fdb8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11011011 10001011
Octal 77 333 213
Decimal 63 219 139
Hex 3F DB 8B

RGB Percentages of Color #3fdb8b

%14.96
%52.02
%33.02

CMYK Percentages of Color #3fdb8b

%71
%0
%37
%14

Triadic Colors of #3fdb8b

#3fdb8b #8b3fdb #db8b3f

Analogous Colors of #3fdb8b

#3fdb8b #3fdbd9 #41db3f

Monochromatic Colors of #3fdb8b

#3fdb8b

Complementary Color

#3fdb8b #db3f8f

#3fdb8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fdb8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fdb8b Color CSS Codes

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

#3fdb8b Text Font Color

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

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


#3fdb8b Background Color

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

This div background color is #3fdb8b


#3fdb8b Border Color

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

This div border color is #3fdb8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fdb8b


Comments

No comments written yet.

Please login to write comment.