Color Hex Logo

#c1dfdd Color Hex

#C1DFDD
(193,223,221)
0 Favorites   0 Comments

Color spaces of #c1dfdd

RGB 193223221
HSL0.490.320.82
HSV176°13°87°
CMYK 0.130.000.01   0.13
XYZ61.431169.333378.5515
Yxy69.33330.29350.3312
Hunter Lab83.2666-14.02572.3540
CIE-Lab86.6688-10.2367-2.3596

#c1dfdd color RGB value is (193,223,221).

#c1dfdd hex color red value is 193, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c1dfdd hue: 0.49 , saturation: 0.32 and the lightness value of c1dfdd is 0.82.

The process color (four color CMYK) of #c1dfdd color hex is 0.13, 0.00, 0.01, 0.13. Web safe color of #c1dfdd is #cccccc. Color #c1dfdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011111 11011101
Octal 301 337 335
Decimal 193 223 221
Hex C1 DF DD

RGB Percentages of Color #c1dfdd

%30.30
%35.01
%34.69

CMYK Percentages of Color #c1dfdd

%13
%0
%1
%13

Triadic Colors of #c1dfdd

#c1dfdd #ddc1df #dfddc1

Analogous Colors of #c1dfdd

#c1dfdd #c1d2df #c1dfce

Monochromatic Colors of #c1dfdd

#c1dfdd

Complementary Color

#c1dfdd #dfc1c3

#c1dfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dfdd Color CSS Codes

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

#c1dfdd Text Font Color

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

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


#c1dfdd Background Color

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

This div background color is #c1dfdd


#c1dfdd Border Color

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

This div border color is #c1dfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dfdd


Comments

No comments written yet.

Please login to write comment.