Color Hex Logo

#3dcb87 Color Hex

#3DCB87
(61,203,135)
0 Favorites   0 Comments

Color spaces of #3dcb87

RGB 61203135
HSL0.420.580.52
HSV151°70°80°
CMYK 0.700.000.33   0.20
XYZ27.653645.453230.2375
Yxy45.45320.26760.4398
Hunter Lab67.4190-44.766920.6017
CIE-Lab73.1893-53.121723.2903

#3dcb87 color RGB value is (61,203,135).

#3dcb87 hex color red value is 61, green value is 203 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #3dcb87 hue: 0.42 , saturation: 0.58 and the lightness value of 3dcb87 is 0.52.

The process color (four color CMYK) of #3dcb87 color hex is 0.70, 0.00, 0.33, 0.20. Web safe color of #3dcb87 is #33cc99. Color #3dcb87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11001011 10000111
Octal 75 313 207
Decimal 61 203 135
Hex 3D CB 87

RGB Percentages of Color #3dcb87

%15.29
%50.88
%33.83

CMYK Percentages of Color #3dcb87

%70
%0
%33
%20

Triadic Colors of #3dcb87

#3dcb87 #873dcb #cb873d

Analogous Colors of #3dcb87

#3dcb87 #3dc8cb #3dcb40

Monochromatic Colors of #3dcb87

#3dcb87

Complementary Color

#3dcb87 #cb3d81

#3dcb87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dcb87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dcb87 Color CSS Codes

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

#3dcb87 Text Font Color

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

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


#3dcb87 Background Color

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

This div background color is #3dcb87


#3dcb87 Border Color

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

This div border color is #3dcb87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dcb87


Comments

No comments written yet.

Please login to write comment.