Color Hex Logo

#3ddc8b Color Hex

#3DDC8B
(61,220,139)
0 Favorites   0 Comments

Color spaces of #3ddc8b

RGB 61220139
HSL0.420.690.55
HSV149°72°86°
CMYK 0.720.000.37   0.14
XYZ32.177954.042633.1614
Yxy54.04260.26950.4527
Hunter Lab73.5137-50.517124.7143
CIE-Lab78.4866-58.790828.3463

#3ddc8b color RGB value is (61,220,139).

#3ddc8b hex color red value is 61, green value is 220 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #3ddc8b hue: 0.42 , saturation: 0.69 and the lightness value of 3ddc8b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11011100 10001011
Octal 75 334 213
Decimal 61 220 139
Hex 3D DC 8B

RGB Percentages of Color #3ddc8b

%14.52
%52.38
%33.10

CMYK Percentages of Color #3ddc8b

%72
%0
%37
%14

Triadic Colors of #3ddc8b

#3ddc8b #8b3ddc #dc8b3d

Analogous Colors of #3ddc8b

#3ddc8b #3ddcdb #3fdc3d

Monochromatic Colors of #3ddc8b

#3ddc8b

Complementary Color

#3ddc8b #dc3d8e

#3ddc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ddc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ddc8b Color CSS Codes

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

#3ddc8b Text Font Color

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

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


#3ddc8b Background Color

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

This div background color is #3ddc8b


#3ddc8b Border Color

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

This div border color is #3ddc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ddc8b


Comments

No comments written yet.

Please login to write comment.