Color Hex Logo

#3cdd9f Color Hex

#3CDD9F
(60,221,159)
0 Favorites   0 Comments

Color spaces of #3cdd9f

RGB 60221159
HSL0.440.700.55
HSV157°73°87°
CMYK 0.730.000.28   0.13
XYZ33.977955.176841.6602
Yxy55.17680.25970.4218
Hunter Lab74.2811-48.341818.7442
CIE-Lab79.1430-55.239918.8451

#3cdd9f color RGB value is (60,221,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011101 10011111
Octal 74 335 237
Decimal 60 221 159
Hex 3C DD 9F

RGB Percentages of Color #3cdd9f

%13.64
%50.23
%36.14

CMYK Percentages of Color #3cdd9f

%73
%0
%28
%13

Triadic Colors of #3cdd9f

#3cdd9f #9f3cdd #dd9f3c

Analogous Colors of #3cdd9f

#3cdd9f #3ccbdd #3cdd4f

Monochromatic Colors of #3cdd9f

#3cdd9f

Complementary Color

#3cdd9f #dd3c7a

#3cdd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cdd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cdd9f Color CSS Codes

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

#3cdd9f Text Font Color

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

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


#3cdd9f Background Color

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

This div background color is #3cdd9f


#3cdd9f Border Color

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

This div border color is #3cdd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cdd9f


Comments

No comments written yet.

Please login to write comment.