Color Hex Logo

#3db955 Color Hex

#3DB955
(61,185,85)
0 Favorites   0 Comments

Color spaces of #3db955

RGB 6118585
HSL0.370.500.48
HSV132°67°73°
CMYK 0.670.000.54   0.27
XYZ20.913136.345914.5076
Yxy36.34590.29140.5064
Hunter Lab60.2876-43.583527.9337
CIE-Lab66.7834-54.971140.5791

#3db955 color RGB value is (61,185,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10111001 01010101
Octal 75 271 125
Decimal 61 185 85
Hex 3D B9 55

RGB Percentages of Color #3db955

%18.43
%55.89
%25.68

CMYK Percentages of Color #3db955

%67
%0
%54
%27

Triadic Colors of #3db955

#3db955 #553db9 #b9553d

Analogous Colors of #3db955

#3db955 #3db993 #63b93d

Monochromatic Colors of #3db955

#3db955

Complementary Color

#3db955 #b93da1

#3db955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3db955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3db955 Color CSS Codes

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

#3db955 Text Font Color

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

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


#3db955 Background Color

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

This div background color is #3db955


#3db955 Border Color

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

This div border color is #3db955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3db955


Comments

No comments written yet.

Please login to write comment.