Color Hex Logo

#3dd883 Color Hex

#3DD883
(61,216,131)
0 Favorites   0 Comments

Color spaces of #3dd883

RGB 61216131
HSL0.410.670.54
HSV147°72°85°
CMYK 0.720.000.39   0.15
XYZ30.577151.742529.8485
Yxy51.74250.27260.4613
Hunter Lab71.9323-50.004325.7500
CIE-Lab77.1266-58.806330.6407

#3dd883 color RGB value is (61,216,131).

#3dd883 hex color red value is 61, green value is 216 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #3dd883 hue: 0.41 , saturation: 0.67 and the lightness value of 3dd883 is 0.54.

The process color (four color CMYK) of #3dd883 color hex is 0.72, 0.00, 0.39, 0.15. Web safe color of #3dd883 is #33cc99. Color #3dd883 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11011000 10000011
Octal 75 330 203
Decimal 61 216 131
Hex 3D D8 83

RGB Percentages of Color #3dd883

%14.95
%52.94
%32.11

CMYK Percentages of Color #3dd883

%72
%0
%39
%15

Triadic Colors of #3dd883

#3dd883 #833dd8 #d8833d

Analogous Colors of #3dd883

#3dd883 #3dd8d1 #45d83d

Monochromatic Colors of #3dd883

#3dd883

Complementary Color

#3dd883 #d83d92

#3dd883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dd883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dd883 Color CSS Codes

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

#3dd883 Text Font Color

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

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


#3dd883 Background Color

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

This div background color is #3dd883


#3dd883 Border Color

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

This div border color is #3dd883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dd883


Comments

No comments written yet.

Please login to write comment.