Color Hex Logo

#3dcb95 Color Hex

#3DCB95
(61,203,149)
0 Favorites   0 Comments

Color spaces of #3dcb95

RGB 61203149
HSL0.440.580.52
HSV157°70°80°
CMYK 0.700.000.27   0.20
XYZ28.705245.873935.7754
Yxy45.87390.26010.4157
Hunter Lab67.7303-42.876816.0940
CIE-Lab73.4636-50.156616.2395

#3dcb95 color RGB value is (61,203,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 11001011 10010101
Octal 75 313 225
Decimal 61 203 149
Hex 3D CB 95

RGB Percentages of Color #3dcb95

%14.77
%49.15
%36.08

CMYK Percentages of Color #3dcb95

%70
%0
%27
%20

Triadic Colors of #3dcb95

#3dcb95 #953dcb #cb953d

Analogous Colors of #3dcb95

#3dcb95 #3dbacb #3dcb4e

Monochromatic Colors of #3dcb95

#3dcb95

Complementary Color

#3dcb95 #cb3d73

#3dcb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dcb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dcb95 Color CSS Codes

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

#3dcb95 Text Font Color

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

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


#3dcb95 Background Color

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

This div background color is #3dcb95


#3dcb95 Border Color

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

This div border color is #3dcb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dcb95


Comments

No comments written yet.

Please login to write comment.