Color Hex Logo

#3cdd90 Color Hex

#3CDD90
(60,221,144)
0 Favorites   0 Comments

Color spaces of #3cdd90

RGB 60221144
HSL0.420.700.55
HSV151°73°87°
CMYK 0.730.000.35   0.13
XYZ32.754054.687235.2149
Yxy54.68720.26700.4459
Hunter Lab73.9508-50.353423.5320
CIE-Lab78.8607-58.336326.2694

#3cdd90 color RGB value is (60,221,144).

#3cdd90 hex color red value is 60, green value is 221 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #3cdd90 hue: 0.42 , saturation: 0.70 and the lightness value of 3cdd90 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011101 10010000
Octal 74 335 220
Decimal 60 221 144
Hex 3C DD 90

RGB Percentages of Color #3cdd90

%14.12
%52.00
%33.88

CMYK Percentages of Color #3cdd90

%73
%0
%35
%13

Triadic Colors of #3cdd90

#3cdd90 #903cdd #dd903c

Analogous Colors of #3cdd90

#3cdd90 #3cdadd #3cdd40

Monochromatic Colors of #3cdd90

#3cdd90

Complementary Color

#3cdd90 #dd3c89

#3cdd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cdd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cdd90 Color CSS Codes

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

#3cdd90 Text Font Color

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

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


#3cdd90 Background Color

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

This div background color is #3cdd90


#3cdd90 Border Color

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

This div border color is #3cdd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cdd90


Comments

No comments written yet.

Please login to write comment.