Color Hex Logo

#3fd087 Color Hex

#3FD087
(63,208,135)
0 Favorites   0 Comments

Color spaces of #3fd087

RGB 63208135
HSL0.420.610.53
HSV150°70°82°
CMYK 0.700.000.35   0.18
XYZ28.978947.917830.6434
Yxy47.91780.26950.4456
Hunter Lab69.2227-46.413722.2095
CIE-Lab74.7731-54.737825.4396

#3fd087 color RGB value is (63,208,135).

#3fd087 hex color red value is 63, green value is 208 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #3fd087 hue: 0.42 , saturation: 0.61 and the lightness value of 3fd087 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 11010000 10000111
Octal 77 320 207
Decimal 63 208 135
Hex 3F D0 87

RGB Percentages of Color #3fd087

%15.52
%51.23
%33.25

CMYK Percentages of Color #3fd087

%70
%0
%35
%18

Triadic Colors of #3fd087

#3fd087 #873fd0 #d0873f

Analogous Colors of #3fd087

#3fd087 #3fd0d0 #40d03f

Monochromatic Colors of #3fd087

#3fd087

Complementary Color

#3fd087 #d03f88

#3fd087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fd087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fd087 Color CSS Codes

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

#3fd087 Text Font Color

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

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


#3fd087 Background Color

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

This div background color is #3fd087


#3fd087 Border Color

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

This div border color is #3fd087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fd087


Comments

No comments written yet.

Please login to write comment.