Color Hex Logo

#3fd261 Color Hex

#3FD261
(63,210,97)
0 Favorites   0 Comments

Color spaces of #3fd261

RGB 6321097
HSL0.370.620.54
HSV134°70°82°
CMYK 0.700.000.54   0.18
XYZ27.254248.013019.1403
Yxy48.01300.28870.5086
Hunter Lab69.2914-51.051132.1264
CIE-Lab74.8331-61.809944.5723

#3fd261 color RGB value is (63,210,97).

#3fd261 hex color red value is 63, green value is 210 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #3fd261 hue: 0.37 , saturation: 0.62 and the lightness value of 3fd261 is 0.54.

The process color (four color CMYK) of #3fd261 color hex is 0.70, 0.00, 0.54, 0.18. Web safe color of #3fd261 is #33cc66. Color #3fd261 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11010010 01100001
Octal 77 322 141
Decimal 63 210 97
Hex 3F D2 61

RGB Percentages of Color #3fd261

%17.03
%56.76
%26.22

CMYK Percentages of Color #3fd261

%70
%0
%54
%18

Triadic Colors of #3fd261

#3fd261 #613fd2 #d2613f

Analogous Colors of #3fd261

#3fd261 #3fd2ab #67d23f

Monochromatic Colors of #3fd261

#3fd261

Complementary Color

#3fd261 #d23fb0

#3fd261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fd261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fd261 Color CSS Codes

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

#3fd261 Text Font Color

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

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


#3fd261 Background Color

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

This div background color is #3fd261


#3fd261 Border Color

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

This div border color is #3fd261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fd261


Comments

No comments written yet.

Please login to write comment.