Color Hex Logo

#3fbd8a Color Hex

#3FBD8A
(63,189,138)
0 Favorites   0 Comments

Color spaces of #3fbd8a

RGB 63189138
HSL0.430.500.49
HSV156°67°74°
CMYK 0.670.000.27   0.26
XYZ24.834939.286930.3190
Yxy39.28690.26300.4160
Hunter Lab62.6793-38.963115.1959
CIE-Lab68.9586-46.548315.8788

#3fbd8a color RGB value is (63,189,138).

#3fbd8a hex color red value is 63, green value is 189 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #3fbd8a hue: 0.43 , saturation: 0.50 and the lightness value of 3fbd8a is 0.49.

The process color (four color CMYK) of #3fbd8a color hex is 0.67, 0.00, 0.27, 0.26. Web safe color of #3fbd8a is #33cc99. Color #3fbd8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111101 10001010
Octal 77 275 212
Decimal 63 189 138
Hex 3F BD 8A

RGB Percentages of Color #3fbd8a

%16.15
%48.46
%35.38

CMYK Percentages of Color #3fbd8a

%67
%0
%27
%26

Triadic Colors of #3fbd8a

#3fbd8a #8a3fbd #bd8a3f

Analogous Colors of #3fbd8a

#3fbd8a #3fb1bd #3fbd4b

Monochromatic Colors of #3fbd8a

#3fbd8a

Complementary Color

#3fbd8a #bd3f72

#3fbd8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbd8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbd8a Color CSS Codes

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

#3fbd8a Text Font Color

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

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


#3fbd8a Background Color

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

This div background color is #3fbd8a


#3fbd8a Border Color

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

This div border color is #3fbd8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbd8a


Comments

No comments written yet.

Please login to write comment.