Color Hex Logo

#3cd152 Color Hex

#3CD152
(60,209,82)
0 Favorites   0 Comments

Color spaces of #3cd152

RGB 6020982
HSL0.360.620.53
HSV129°71°82°
CMYK 0.710.000.61   0.18
XYZ26.186947.170815.7073
Yxy47.17080.29400.5296
Hunter Lab68.6810-52.132734.5171
CIE-Lab74.2989-63.868550.7954

#3cd152 color RGB value is (60,209,82).

#3cd152 hex color red value is 60, green value is 209 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #3cd152 hue: 0.36 , saturation: 0.62 and the lightness value of 3cd152 is 0.53.

The process color (four color CMYK) of #3cd152 color hex is 0.71, 0.00, 0.61, 0.18. Web safe color of #3cd152 is #33cc66. Color #3cd152 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11010001 01010010
Octal 74 321 122
Decimal 60 209 82
Hex 3C D1 52

RGB Percentages of Color #3cd152

%17.09
%59.54
%23.36

CMYK Percentages of Color #3cd152

%71
%0
%61
%18

Triadic Colors of #3cd152

#3cd152 #523cd1 #d1523c

Analogous Colors of #3cd152

#3cd152 #3cd19d #71d13c

Monochromatic Colors of #3cd152

#3cd152

Complementary Color

#3cd152 #d13cbb

#3cd152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cd152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cd152 Color CSS Codes

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

#3cd152 Text Font Color

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

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


#3cd152 Background Color

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

This div background color is #3cd152


#3cd152 Border Color

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

This div border color is #3cd152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cd152


Comments

No comments written yet.

Please login to write comment.