Color Hex Logo

#3cde8a Color Hex

#3CDE8A
(60,222,138)
0 Favorites   0 Comments

Color spaces of #3cde8a

RGB 60222138
HSL0.410.710.55
HSV149°73°87°
CMYK 0.730.000.38   0.13
XYZ32.572255.038232.9515
Yxy55.03820.27020.4565
Hunter Lab74.1877-51.457925.5969
CIE-Lab79.0633-59.859029.6252

#3cde8a color RGB value is (60,222,138).

#3cde8a hex color red value is 60, green value is 222 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #3cde8a hue: 0.41 , saturation: 0.71 and the lightness value of 3cde8a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011110 10001010
Octal 74 336 212
Decimal 60 222 138
Hex 3C DE 8A

RGB Percentages of Color #3cde8a

%14.29
%52.86
%32.86

CMYK Percentages of Color #3cde8a

%73
%0
%38
%13

Triadic Colors of #3cde8a

#3cde8a #8a3cde #de8a3c

Analogous Colors of #3cde8a

#3cde8a #3cdedb #3fde3c

Monochromatic Colors of #3cde8a

#3cde8a

Complementary Color

#3cde8a #de3c90

#3cde8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cde8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cde8a Color CSS Codes

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

#3cde8a Text Font Color

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

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


#3cde8a Background Color

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

This div background color is #3cde8a


#3cde8a Border Color

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

This div border color is #3cde8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cde8a


Comments

No comments written yet.

Please login to write comment.