Color Hex Logo

#3dc66b Color Hex

#3DC66B
(61,198,107)
0 Favorites   0 Comments

Color spaces of #3dc66b

RGB 61198107
HSL0.390.550.51
HSV140°69°78°
CMYK 0.690.000.46   0.22
XYZ24.772442.441820.7964
Yxy42.44180.28150.4822
Hunter Lab65.1474-46.133026.6766
CIE-Lab71.1745-56.367935.1220

#3dc66b color RGB value is (61,198,107).

#3dc66b hex color red value is 61, green value is 198 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #3dc66b hue: 0.39 , saturation: 0.55 and the lightness value of 3dc66b is 0.51.

The process color (four color CMYK) of #3dc66b color hex is 0.69, 0.00, 0.46, 0.22. Web safe color of #3dc66b is #33cc66. Color #3dc66b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11000110 01101011
Octal 75 306 153
Decimal 61 198 107
Hex 3D C6 6B

RGB Percentages of Color #3dc66b

%16.67
%54.10
%29.23

CMYK Percentages of Color #3dc66b

%69
%0
%46
%22

Triadic Colors of #3dc66b

#3dc66b #6b3dc6 #c66b3d

Analogous Colors of #3dc66b

#3dc66b #3dc6b0 #54c63d

Monochromatic Colors of #3dc66b

#3dc66b

Complementary Color

#3dc66b #c63d98

#3dc66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dc66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dc66b Color CSS Codes

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

#3dc66b Text Font Color

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

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


#3dc66b Background Color

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

This div background color is #3dc66b


#3dc66b Border Color

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

This div border color is #3dc66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dc66b


Comments

No comments written yet.

Please login to write comment.