Color Hex Logo

#3dc499 Color Hex

#3DC499
(61,196,153)
0 Favorites   0 Comments

Color spaces of #3dc499

RGB 61196153
HSL0.450.530.50
HSV161°69°77°
CMYK 0.690.000.22   0.23
XYZ27.414242.771936.9479
Yxy42.77190.25590.3992
Hunter Lab65.4002-39.627512.2842
CIE-Lab71.3999-46.367511.1898

#3dc499 color RGB value is (61,196,153).

#3dc499 hex color red value is 61, green value is 196 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #3dc499 hue: 0.45 , saturation: 0.53 and the lightness value of 3dc499 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11000100 10011001
Octal 75 304 231
Decimal 61 196 153
Hex 3D C4 99

RGB Percentages of Color #3dc499

%14.88
%47.80
%37.32

CMYK Percentages of Color #3dc499

%69
%0
%22
%23

Triadic Colors of #3dc499

#3dc499 #993dc4 #c4993d

Analogous Colors of #3dc499

#3dc499 #3dacc4 #3dc456

Monochromatic Colors of #3dc499

#3dc499

Complementary Color

#3dc499 #c43d68

#3dc499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dc499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dc499 Color CSS Codes

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

#3dc499 Text Font Color

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

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


#3dc499 Background Color

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

This div background color is #3dc499


#3dc499 Border Color

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

This div border color is #3dc499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dc499


Comments

No comments written yet.

Please login to write comment.