Color Hex Logo

#3dc98a Color Hex

#3DC98A
(61,201,138)
0 Favorites   0 Comments

Color spaces of #3dc98a

RGB 61201138
HSL0.430.560.51
HSV153°70°79°
CMYK 0.700.000.31   0.21
XYZ27.398644.600431.2094
Yxy44.60040.26550.4321
Hunter Lab66.7835-43.639819.0410
CIE-Lab72.6280-51.723720.9392

#3dc98a color RGB value is (61,201,138).

#3dc98a hex color red value is 61, green value is 201 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #3dc98a hue: 0.43 , saturation: 0.56 and the lightness value of 3dc98a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11001001 10001010
Octal 75 311 212
Decimal 61 201 138
Hex 3D C9 8A

RGB Percentages of Color #3dc98a

%15.25
%50.25
%34.50

CMYK Percentages of Color #3dc98a

%70
%0
%31
%21

Triadic Colors of #3dc98a

#3dc98a #8a3dc9 #c98a3d

Analogous Colors of #3dc98a

#3dc98a #3dc2c9 #3dc944

Monochromatic Colors of #3dc98a

#3dc98a

Complementary Color

#3dc98a #c93d7c

#3dc98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dc98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dc98a Color CSS Codes

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

#3dc98a Text Font Color

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

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


#3dc98a Background Color

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

This div background color is #3dc98a


#3dc98a Border Color

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

This div border color is #3dc98a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,201,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 #3dc98a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dc98a


Comments

No comments written yet.

Please login to write comment.