Color Hex Logo

#3dbb7d Color Hex

#3DBB7D
(61,187,125)
0 Favorites   0 Comments

Color spaces of #3dbb7d

RGB 61187125
HSL0.420.510.49
HSV150°67°73°
CMYK 0.670.000.33   0.27
XYZ23.396538.013425.5062
Yxy38.01340.26920.4374
Hunter Lab61.6550-40.160118.6307
CIE-Lab68.0305-48.842421.5909

#3dbb7d color RGB value is (61,187,125).

#3dbb7d hex color red value is 61, green value is 187 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #3dbb7d hue: 0.42 , saturation: 0.51 and the lightness value of 3dbb7d is 0.49.

The process color (four color CMYK) of #3dbb7d color hex is 0.67, 0.00, 0.33, 0.27. Web safe color of #3dbb7d is #33cc66. Color #3dbb7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111011 01111101
Octal 75 273 175
Decimal 61 187 125
Hex 3D BB 7D

RGB Percentages of Color #3dbb7d

%16.35
%50.13
%33.51

CMYK Percentages of Color #3dbb7d

%67
%0
%33
%27

Triadic Colors of #3dbb7d

#3dbb7d #7d3dbb #bb7d3d

Analogous Colors of #3dbb7d

#3dbb7d #3dbabb #3dbb3e

Monochromatic Colors of #3dbb7d

#3dbb7d

Complementary Color

#3dbb7d #bb3d7b

#3dbb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbb7d Color CSS Codes

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

#3dbb7d Text Font Color

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

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


#3dbb7d Background Color

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

This div background color is #3dbb7d


#3dbb7d Border Color

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

This div border color is #3dbb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbb7d


Comments

No comments written yet.

Please login to write comment.