Color Hex Logo

#3db880 Color Hex

#3DB880
(61,184,128)
0 Favorites   0 Comments

Color spaces of #3db880

RGB 61184128
HSL0.420.500.48
HSV153°67°72°
CMYK 0.670.000.30   0.28
XYZ22.961236.831626.3211
Yxy36.83160.26660.4277
Hunter Lab60.6890-38.671816.7680
CIE-Lab67.1505-47.004818.7744

#3db880 color RGB value is (61,184,128).

#3db880 hex color red value is 61, green value is 184 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #3db880 hue: 0.42 , saturation: 0.50 and the lightness value of 3db880 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111000 10000000
Octal 75 270 200
Decimal 61 184 128
Hex 3D B8 80

RGB Percentages of Color #3db880

%16.35
%49.33
%34.32

CMYK Percentages of Color #3db880

%67
%0
%30
%28

Triadic Colors of #3db880

#3db880 #803db8 #b8803d

Analogous Colors of #3db880

#3db880 #3db3b8 #3db843

Monochromatic Colors of #3db880

#3db880

Complementary Color

#3db880 #b83d75

#3db880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3db880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3db880 Color CSS Codes

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

#3db880 Text Font Color

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

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


#3db880 Background Color

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

This div background color is #3db880


#3db880 Border Color

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

This div border color is #3db880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3db880


Comments

No comments written yet.

Please login to write comment.