Color Hex Logo

#3dc896 Color Hex

#3DC896
(61,200,150)
0 Favorites   0 Comments

Color spaces of #3dc896

RGB 61200150
HSL0.440.560.51
HSV158°70°78°
CMYK 0.700.000.25   0.22
XYZ28.083844.502735.9639
Yxy44.50270.25870.4100
Hunter Lab66.7103-41.598014.7337
CIE-Lab72.5632-48.713814.4451

#3dc896 color RGB value is (61,200,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11001000 10010110
Octal 75 310 226
Decimal 61 200 150
Hex 3D C8 96

RGB Percentages of Color #3dc896

%14.84
%48.66
%36.50

CMYK Percentages of Color #3dc896

%70
%0
%25
%22

Triadic Colors of #3dc896

#3dc896 #963dc8 #c8963d

Analogous Colors of #3dc896

#3dc896 #3db5c8 #3dc851

Monochromatic Colors of #3dc896

#3dc896

Complementary Color

#3dc896 #c83d6f

#3dc896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dc896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dc896 Color CSS Codes

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

#3dc896 Text Font Color

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

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


#3dc896 Background Color

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

This div background color is #3dc896


#3dc896 Border Color

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

This div border color is #3dc896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dc896


Comments

No comments written yet.

Please login to write comment.