Color Hex Logo

#3cddaf Color Hex

#3CDDAF
(60,221,175)
0 Favorites   0 Comments

Color spaces of #3cddaf

RGB 60221175
HSL0.450.700.55
HSV163°73°87°
CMYK 0.730.000.21   0.13
XYZ35.457855.768749.4531
Yxy55.76870.25200.3964
Hunter Lab74.6784-45.934313.0123
CIE-Lab79.4820-51.622310.8885

#3cddaf color RGB value is (60,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11011101 10101111
Octal 74 335 257
Decimal 60 221 175
Hex 3C DD AF

RGB Percentages of Color #3cddaf

%13.16
%48.46
%38.38

CMYK Percentages of Color #3cddaf

%73
%0
%21
%13

Triadic Colors of #3cddaf

#3cddaf #af3cdd #ddaf3c

Analogous Colors of #3cddaf

#3cddaf #3cbbdd #3cdd5f

Monochromatic Colors of #3cddaf

#3cddaf

Complementary Color

#3cddaf #dd3c6a

#3cddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cddaf Color CSS Codes

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

#3cddaf Text Font Color

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

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


#3cddaf Background Color

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

This div background color is #3cddaf


#3cddaf Border Color

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

This div border color is #3cddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cddaf


Comments

No comments written yet.

Please login to write comment.