Color Hex Logo

#c1dccc Color Hex

#C1DCCC
(193,220,204)
0 Favorites   0 Comments

Color spaces of #c1dccc

RGB 193220204
HSL0.400.280.81
HSV144°12°86°
CMYK 0.120.000.07   0.14
XYZ58.484666.883566.9541
Yxy66.88350.30410.3478
Hunter Lab81.7823-15.46938.7077
CIE-Lab85.4451-11.98714.8322

#c1dccc color RGB value is (193,220,204).

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

The process color (four color CMYK) of #c1dccc color hex is 0.12, 0.00, 0.07, 0.14. Web safe color of #c1dccc is #cccccc. Color #c1dccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011100 11001100
Octal 301 334 314
Decimal 193 220 204
Hex C1 DC CC

RGB Percentages of Color #c1dccc

%31.28
%35.66
%33.06

CMYK Percentages of Color #c1dccc

%12
%0
%7
%14

Triadic Colors of #c1dccc

#c1dccc #ccc1dc #dcccc1

Analogous Colors of #c1dccc

#c1dccc #c1dcda #c4dcc1

Monochromatic Colors of #c1dccc

#c1dccc

Complementary Color

#c1dccc #dcc1d1

#c1dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dccc Color CSS Codes

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

#c1dccc Text Font Color

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

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


#c1dccc Background Color

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

This div background color is #c1dccc


#c1dccc Border Color

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

This div border color is #c1dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dccc


Comments

No comments written yet.

Please login to write comment.