Color Hex Logo

#3cbd8d Color Hex

#3CBD8D
(60,189,141)
0 Favorites   0 Comments

Color spaces of #3cbd8d

RGB 60189141
HSL0.440.520.49
HSV158°68°74°
CMYK 0.680.000.25   0.26
XYZ24.868839.278931.4702
Yxy39.27890.26010.4108
Hunter Lab62.6729-38.848214.0995
CIE-Lab68.9528-46.378114.2364

#3cbd8d color RGB value is (60,189,141).

#3cbd8d hex color red value is 60, green value is 189 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #3cbd8d hue: 0.44 , saturation: 0.52 and the lightness value of 3cbd8d is 0.49.

The process color (four color CMYK) of #3cbd8d color hex is 0.68, 0.00, 0.25, 0.26. Web safe color of #3cbd8d is #33cc99. Color #3cbd8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111101 10001101
Octal 74 275 215
Decimal 60 189 141
Hex 3C BD 8D

RGB Percentages of Color #3cbd8d

%15.38
%48.46
%36.15

CMYK Percentages of Color #3cbd8d

%68
%0
%25
%26

Triadic Colors of #3cbd8d

#3cbd8d #8d3cbd #bd8d3c

Analogous Colors of #3cbd8d

#3cbd8d #3cadbd #3cbd4d

Monochromatic Colors of #3cbd8d

#3cbd8d

Complementary Color

#3cbd8d #bd3c6c

#3cbd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbd8d Color CSS Codes

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

#3cbd8d Text Font Color

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

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


#3cbd8d Background Color

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

This div background color is #3cbd8d


#3cbd8d Border Color

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

This div border color is #3cbd8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,189,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3cbd8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3cbd8d;
  -webkit-box-shadow: 1px 1px 3px 2px #3cbd8d;
  box-shadow:         1px 1px 3px 2px #3cbd8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,189,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbd8d


Comments

No comments written yet.

Please login to write comment.