Color Hex Logo

#3dc890 Color Hex

#3DC890
(61,200,144)
0 Favorites   0 Comments

Color spaces of #3dc890

RGB 61200144
HSL0.430.560.51
HSV156°70°78°
CMYK 0.700.000.28   0.22
XYZ27.612844.314333.4837
Yxy44.31430.26200.4204
Hunter Lab66.5690-42.454016.7759
CIE-Lab72.4381-50.046617.4834

#3dc890 color RGB value is (61,200,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11001000 10010000
Octal 75 310 220
Decimal 61 200 144
Hex 3D C8 90

RGB Percentages of Color #3dc890

%15.06
%49.38
%35.56

CMYK Percentages of Color #3dc890

%70
%0
%28
%22

Triadic Colors of #3dc890

#3dc890 #903dc8 #c8903d

Analogous Colors of #3dc890

#3dc890 #3dbbc8 #3dc84b

Monochromatic Colors of #3dc890

#3dc890

Complementary Color

#3dc890 #c83d75

#3dc890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dc890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dc890 Color CSS Codes

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

#3dc890 Text Font Color

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

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


#3dc890 Background Color

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

This div background color is #3dc890


#3dc890 Border Color

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

This div border color is #3dc890


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,200,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dc890


Comments

No comments written yet.

Please login to write comment.