Color Hex Logo

#3cea76 Color Hex

#3CEA76
(60,234,118)
0 Favorites   0 Comments

Color spaces of #3cea76

RGB 60234118
HSL0.390.810.58
HSV140°74°92°
CMYK 0.740.000.50   0.08
XYZ34.556361.114327.1145
Yxy61.11430.28140.4977
Hunter Lab78.1756-57.904334.1588
CIE-Lab82.4402-67.449643.8964

#3cea76 color RGB value is (60,234,118).

#3cea76 hex color red value is 60, green value is 234 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #3cea76 hue: 0.39 , saturation: 0.81 and the lightness value of 3cea76 is 0.58.

The process color (four color CMYK) of #3cea76 color hex is 0.74, 0.00, 0.50, 0.08. Web safe color of #3cea76 is #33ff66. Color #3cea76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101010 01110110
Octal 74 352 166
Decimal 60 234 118
Hex 3C EA 76

RGB Percentages of Color #3cea76

%14.56
%56.80
%28.64

CMYK Percentages of Color #3cea76

%74
%0
%50
%8

Triadic Colors of #3cea76

#3cea76 #763cea #ea763c

Analogous Colors of #3cea76

#3cea76 #3ceacd #59ea3c

Monochromatic Colors of #3cea76

#3cea76

Complementary Color

#3cea76 #ea3cb0

#3cea76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cea76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cea76 Color CSS Codes

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

#3cea76 Text Font Color

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

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


#3cea76 Background Color

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

This div background color is #3cea76


#3cea76 Border Color

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

This div border color is #3cea76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cea76


Comments

No comments written yet.

Please login to write comment.