Color Hex Logo

#3dbe89 Color Hex

#3DBE89
(61,190,137)
0 Favorites   0 Comments

Color spaces of #3dbe89

RGB 61190137
HSL0.430.510.49
HSV155°68°75°
CMYK 0.680.000.28   0.25
XYZ24.853339.625230.0054
Yxy39.62520.26300.4194
Hunter Lab62.9486-39.684715.8025
CIE-Lab69.2017-47.517516.7499

#3dbe89 color RGB value is (61,190,137).

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

The process color (four color CMYK) of #3dbe89 color hex is 0.68, 0.00, 0.28, 0.25. Web safe color of #3dbe89 is #33cc99. Color #3dbe89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111110 10001001
Octal 75 276 211
Decimal 61 190 137
Hex 3D BE 89

RGB Percentages of Color #3dbe89

%15.72
%48.97
%35.31

CMYK Percentages of Color #3dbe89

%68
%0
%28
%25

Triadic Colors of #3dbe89

#3dbe89 #893dbe #be893d

Analogous Colors of #3dbe89

#3dbe89 #3db3be #3dbe49

Monochromatic Colors of #3dbe89

#3dbe89

Complementary Color

#3dbe89 #be3d72

#3dbe89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dbe89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dbe89 Color CSS Codes

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

#3dbe89 Text Font Color

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

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


#3dbe89 Background Color

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

This div background color is #3dbe89


#3dbe89 Border Color

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

This div border color is #3dbe89


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,190,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 #3dbe89">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dbe89


Comments

No comments written yet.

Please login to write comment.