Color Hex Logo

#3fb681 Color Hex

#3FB681
(63,182,129)
0 Favorites   0 Comments

Color spaces of #3fb681

RGB 63182129
HSL0.430.490.48
HSV153°65°71°
CMYK 0.650.000.29   0.29
XYZ22.740336.097626.5379
Yxy36.09760.26640.4228
Hunter Lab60.0813-37.581415.8685
CIE-Lab66.5944-45.609817.4746

#3fb681 color RGB value is (63,182,129).

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

The process color (four color CMYK) of #3fb681 color hex is 0.65, 0.00, 0.29, 0.29. Web safe color of #3fb681 is #33cc99. Color #3fb681 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10110110 10000001
Octal 77 266 201
Decimal 63 182 129
Hex 3F B6 81

RGB Percentages of Color #3fb681

%16.84
%48.66
%34.49

CMYK Percentages of Color #3fb681

%65
%0
%29
%29

Triadic Colors of #3fb681

#3fb681 #813fb6 #b6813f

Analogous Colors of #3fb681

#3fb681 #3fb0b6 #3fb646

Monochromatic Colors of #3fb681

#3fb681

Complementary Color

#3fb681 #b63f74

#3fb681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fb681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fb681 Color CSS Codes

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

#3fb681 Text Font Color

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

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


#3fb681 Background Color

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

This div background color is #3fb681


#3fb681 Border Color

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

This div border color is #3fb681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fb681


Comments

No comments written yet.

Please login to write comment.