Color Hex Logo

#c2dfcd Color Hex

#C2DFCD
(194,223,205)
0 Favorites   0 Comments

Color spaces of #c2dfcd

RGB 194223205
HSL0.400.310.82
HSV143°13°87°
CMYK 0.130.000.08   0.13
XYZ59.655368.652567.8647
Yxy68.65250.30410.3500
Hunter Lab82.8568-16.48299.4377
CIE-Lab86.3317-12.98985.5933

#c2dfcd color RGB value is (194,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011111 11001101
Octal 302 337 315
Decimal 194 223 205
Hex C2 DF CD

RGB Percentages of Color #c2dfcd

%31.19
%35.85
%32.96

CMYK Percentages of Color #c2dfcd

%13
%0
%8
%13

Triadic Colors of #c2dfcd

#c2dfcd #cdc2df #dfcdc2

Analogous Colors of #c2dfcd

#c2dfcd #c2dfdc #c6dfc2

Monochromatic Colors of #c2dfcd

#c2dfcd

Complementary Color

#c2dfcd #dfc2d4

#c2dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dfcd Color CSS Codes

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

#c2dfcd Text Font Color

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

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


#c2dfcd Background Color

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

This div background color is #c2dfcd


#c2dfcd Border Color

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

This div border color is #c2dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dfcd


Comments

No comments written yet.

Please login to write comment.