Color Hex Logo

#1ccdad Color Hex

#1CCDAD
(28,205,173)
0 Favorites   0 Comments

Color spaces of #1ccdad

RGB 28205173
HSL0.470.760.46
HSV169°86°80°
CMYK 0.860.000.16   0.20
XYZ29.853046.926647.0195
Yxy46.92660.24110.3791
Hunter Lab68.5030-42.09157.2563
CIE-Lab74.1428-48.67104.2473

#1ccdad color RGB value is (28,205,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001101 10101101
Octal 34 315 255
Decimal 28 205 173
Hex 1C CD AD

RGB Percentages of Color #1ccdad

%6.90
%50.49
%42.61

CMYK Percentages of Color #1ccdad

%86
%0
%16
%20

Triadic Colors of #1ccdad

#1ccdad #ad1ccd #cdad1c

Analogous Colors of #1ccdad

#1ccdad #1c95cd #1ccd55

Monochromatic Colors of #1ccdad

#1ccdad

Complementary Color

#1ccdad #cd1c3c

#1ccdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccdad Color CSS Codes

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

#1ccdad Text Font Color

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

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


#1ccdad Background Color

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

This div background color is #1ccdad


#1ccdad Border Color

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

This div border color is #1ccdad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,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 #1ccdad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccdad


Comments

No comments written yet.

Please login to write comment.