Color Hex Logo

#3fbe9d Color Hex

#3FBE9D
(63,190,157)
0 Favorites   0 Comments

Color spaces of #3fbe9d

RGB 63190157
HSL0.460.500.50
HSV164°67°75°
CMYK 0.670.000.17   0.25
XYZ26.549240.318038.2812
Yxy40.31800.25250.3834
Hunter Lab63.4965-36.48428.7023
CIE-Lab69.6954-42.53256.5928

#3fbe9d color RGB value is (63,190,157).

#3fbe9d hex color red value is 63, green value is 190 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #3fbe9d hue: 0.46 , saturation: 0.50 and the lightness value of 3fbe9d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111110 10011101
Octal 77 276 235
Decimal 63 190 157
Hex 3F BE 9D

RGB Percentages of Color #3fbe9d

%15.37
%46.34
%38.29

CMYK Percentages of Color #3fbe9d

%67
%0
%17
%25

Triadic Colors of #3fbe9d

#3fbe9d #9d3fbe #be9d3f

Analogous Colors of #3fbe9d

#3fbe9d #3fa0be #3fbe5e

Monochromatic Colors of #3fbe9d

#3fbe9d

Complementary Color

#3fbe9d #be3f60

#3fbe9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbe9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbe9d Color CSS Codes

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

#3fbe9d Text Font Color

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

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


#3fbe9d Background Color

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

This div background color is #3fbe9d


#3fbe9d Border Color

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

This div border color is #3fbe9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbe9d


Comments

No comments written yet.

Please login to write comment.