Color Hex Logo

#3dc489 Color Hex

#3DC489
(61,196,137)
0 Favorites   0 Comments

Color spaces of #3dc489

RGB 61196137
HSL0.430.530.50
HSV154°69°77°
CMYK 0.690.000.30   0.23
XYZ26.179842.278130.4476
Yxy42.27810.26470.4275
Hunter Lab65.0216-41.918017.7515
CIE-Lab71.0622-49.946819.3214

#3dc489 color RGB value is (61,196,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11000100 10001001
Octal 75 304 211
Decimal 61 196 137
Hex 3D C4 89

RGB Percentages of Color #3dc489

%15.48
%49.75
%34.77

CMYK Percentages of Color #3dc489

%69
%0
%30
%23

Triadic Colors of #3dc489

#3dc489 #893dc4 #c4893d

Analogous Colors of #3dc489

#3dc489 #3dbcc4 #3dc446

Monochromatic Colors of #3dc489

#3dc489

Complementary Color

#3dc489 #c43d78

#3dc489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dc489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dc489 Color CSS Codes

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

#3dc489 Text Font Color

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

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


#3dc489 Background Color

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

This div background color is #3dc489


#3dc489 Border Color

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

This div border color is #3dc489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dc489


Comments

No comments written yet.

Please login to write comment.