Color Hex Logo

#c1ddd3 Color Hex

#C1DDD3
(193,221,211)
0 Favorites   0 Comments

Color spaces of #c1ddd3

RGB 193221211
HSL0.440.290.81
HSV159°13°87°
CMYK 0.130.000.05   0.13
XYZ59.606667.753571.5641
Yxy67.75350.29960.3406
Hunter Lab82.3125-14.78616.0709
CIE-Lab85.8830-11.17251.7702

#c1ddd3 color RGB value is (193,221,211).

#c1ddd3 hex color red value is 193, green value is 221 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #c1ddd3 hue: 0.44 , saturation: 0.29 and the lightness value of c1ddd3 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011101 11010011
Octal 301 335 323
Decimal 193 221 211
Hex C1 DD D3

RGB Percentages of Color #c1ddd3

%30.88
%35.36
%33.76

CMYK Percentages of Color #c1ddd3

%13
%0
%5
%13

Triadic Colors of #c1ddd3

#c1ddd3 #d3c1dd #ddd3c1

Analogous Colors of #c1ddd3

#c1ddd3 #c1d9dd #c1ddc5

Monochromatic Colors of #c1ddd3

#c1ddd3

Complementary Color

#c1ddd3 #ddc1cb

#c1ddd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ddd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ddd3 Color CSS Codes

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

#c1ddd3 Text Font Color

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

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


#c1ddd3 Background Color

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

This div background color is #c1ddd3


#c1ddd3 Border Color

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

This div border color is #c1ddd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ddd3

#c1ddd3 Color Palettes


Comments

No comments written yet.

Please login to write comment.