Color Hex Logo

#3ce08c Color Hex

#3CE08C
(60,224,140)
0 Favorites   0 Comments

Color spaces of #3ce08c

RGB 60224140
HSL0.410.730.56
HSV149°73°88°
CMYK 0.730.000.38   0.12
XYZ33.252856.165433.8994
Yxy56.16540.26970.4555
Hunter Lab74.9436-51.950025.6417
CIE-Lab79.7079-60.217129.4611

#3ce08c color RGB value is (60,224,140).

#3ce08c hex color red value is 60, green value is 224 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #3ce08c hue: 0.41 , saturation: 0.73 and the lightness value of 3ce08c is 0.56.

The process color (four color CMYK) of #3ce08c color hex is 0.73, 0.00, 0.38, 0.12. Web safe color of #3ce08c is #33cc99. Color #3ce08c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11100000 10001100
Octal 74 340 214
Decimal 60 224 140
Hex 3C E0 8C

RGB Percentages of Color #3ce08c

%14.15
%52.83
%33.02

CMYK Percentages of Color #3ce08c

%73
%0
%38
%12

Triadic Colors of #3ce08c

#3ce08c #8c3ce0 #e08c3c

Analogous Colors of #3ce08c

#3ce08c #3ce0de #3ee03c

Monochromatic Colors of #3ce08c

#3ce08c

Complementary Color

#3ce08c #e03c90

#3ce08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ce08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ce08c Color CSS Codes

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

#3ce08c Text Font Color

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

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


#3ce08c Background Color

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

This div background color is #3ce08c


#3ce08c Border Color

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

This div border color is #3ce08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ce08c


Comments

No comments written yet.

Please login to write comment.