Color Hex Logo

#3ccdad Color Hex

#3CCDAD
(60,205,173)
0 Favorites   0 Comments

Color spaces of #3ccdad

RGB 60205173
HSL0.460.590.52
HSV167°71°80°
CMYK 0.710.000.16   0.20
XYZ31.237647.640447.0843
Yxy47.64040.24800.3782
Hunter Lab69.0220-40.00407.8699
CIE-Lab74.5976-45.45584.9620

#3ccdad color RGB value is (60,205,173).

#3ccdad hex color red value is 60, green value is 205 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3ccdad hue: 0.46 , saturation: 0.59 and the lightness value of 3ccdad is 0.52.

The process color (four color CMYK) of #3ccdad color hex is 0.71, 0.00, 0.16, 0.20. Web safe color of #3ccdad is #33cc99. Color #3ccdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001101 10101101
Octal 74 315 255
Decimal 60 205 173
Hex 3C CD AD

RGB Percentages of Color #3ccdad

%13.70
%46.80
%39.50

CMYK Percentages of Color #3ccdad

%71
%0
%16
%20

Triadic Colors of #3ccdad

#3ccdad #ad3ccd #cdad3c

Analogous Colors of #3ccdad

#3ccdad #3ca5cd #3ccd65

Monochromatic Colors of #3ccdad

#3ccdad

Complementary Color

#3ccdad #cd3c5c

#3ccdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccdad Color CSS Codes

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

#3ccdad Text Font Color

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

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


#3ccdad Background Color

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

This div background color is #3ccdad


#3ccdad Border Color

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

This div border color is #3ccdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccdad


Comments

No comments written yet.

Please login to write comment.