Color Hex Logo

#c1dfcd Color Hex

#C1DFCD
(193,223,205)
0 Favorites   0 Comments

Color spaces of #c1dfcd

RGB 193223205
HSL0.400.320.82
HSV144°13°87°
CMYK 0.130.000.08   0.13
XYZ59.399468.520667.8527
Yxy68.52060.30340.3500
Hunter Lab82.7772-16.77179.3438
CIE-Lab86.2661-13.32015.4903

#c1dfcd color RGB value is (193,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011111 11001101
Octal 301 337 315
Decimal 193 223 205
Hex C1 DF CD

RGB Percentages of Color #c1dfcd

%31.08
%35.91
%33.01

CMYK Percentages of Color #c1dfcd

%13
%0
%8
%13

Triadic Colors of #c1dfcd

#c1dfcd #cdc1df #dfcdc1

Analogous Colors of #c1dfcd

#c1dfcd #c1dfdc #c4dfc1

Monochromatic Colors of #c1dfcd

#c1dfcd

Complementary Color

#c1dfcd #dfc1d3

#c1dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dfcd Color CSS Codes

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

#c1dfcd Text Font Color

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

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


#c1dfcd Background Color

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

This div background color is #c1dfcd


#c1dfcd Border Color

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

This div border color is #c1dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dfcd


Comments

No comments written yet.

Please login to write comment.