Color Hex Logo

#1cddad Color Hex

#1CDDAD
(28,221,173)
0 Favorites   0 Comments

Color spaces of #1cddad

RGB 28221173
HSL0.460.780.49
HSV165°87°87°
CMYK 0.870.000.22   0.13
XYZ33.878254.976948.3612
Yxy54.97690.24690.4007
Hunter Lab74.1464-48.197913.2312
CIE-Lab79.0280-55.091511.2456

#1cddad color RGB value is (28,221,173).

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

The process color (four color CMYK) of #1cddad color hex is 0.87, 0.00, 0.22, 0.13. Web safe color of #1cddad is #33cc99. Color #1cddad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11011101 10101101
Octal 34 335 255
Decimal 28 221 173
Hex 1C DD AD

RGB Percentages of Color #1cddad

%6.64
%52.37
%41.00

CMYK Percentages of Color #1cddad

%87
%0
%22
%13

Triadic Colors of #1cddad

#1cddad #ad1cdd #ddad1c

Analogous Colors of #1cddad

#1cddad #1caddd #1cdd4d

Monochromatic Colors of #1cddad

#1cddad

Complementary Color

#1cddad #dd1c4c

#1cddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cddad Color CSS Codes

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

#1cddad Text Font Color

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

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


#1cddad Background Color

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

This div background color is #1cddad


#1cddad Border Color

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

This div border color is #1cddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cddad


Comments

No comments written yet.

Please login to write comment.