Color Hex Logo

#c1ddcc Color Hex

#C1DDCC
(193,221,204)
0 Favorites   0 Comments

Color spaces of #c1ddcc

RGB 193221204
HSL0.400.290.81
HSV144°13°87°
CMYK 0.130.000.08   0.13
XYZ58.747967.410067.0418
Yxy67.41000.30410.3489
Hunter Lab82.1036-15.95859.0592
CIE-Lab85.7106-12.49425.2157

#c1ddcc color RGB value is (193,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011101 11001100
Octal 301 335 314
Decimal 193 221 204
Hex C1 DD CC

RGB Percentages of Color #c1ddcc

%31.23
%35.76
%33.01

CMYK Percentages of Color #c1ddcc

%13
%0
%8
%13

Triadic Colors of #c1ddcc

#c1ddcc #ccc1dd #ddccc1

Analogous Colors of #c1ddcc

#c1ddcc #c1ddda #c4ddc1

Monochromatic Colors of #c1ddcc

#c1ddcc

Complementary Color

#c1ddcc #ddc1d2

#c1ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ddcc Color CSS Codes

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

#c1ddcc Text Font Color

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

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


#c1ddcc Background Color

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

This div background color is #c1ddcc


#c1ddcc Border Color

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

This div border color is #c1ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ddcc


Comments

No comments written yet.

Please login to write comment.