Color Hex Logo

#c2dcc9 Color Hex

#C2DCC9
(194,220,201)
0 Favorites   0 Comments

Color spaces of #c2dcc9

RGB 194220201
HSL0.380.270.81
HSV136°12°86°
CMYK 0.120.000.09   0.14
XYZ58.383966.872865.0889
Yxy66.87280.30670.3513
Hunter Lab81.7758-15.667410.0516
CIE-Lab85.4397-12.20806.4170

#c2dcc9 color RGB value is (194,220,201).

#c2dcc9 hex color red value is 194, green value is 220 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #c2dcc9 hue: 0.38 , saturation: 0.27 and the lightness value of c2dcc9 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011100 11001001
Octal 302 334 311
Decimal 194 220 201
Hex C2 DC C9

RGB Percentages of Color #c2dcc9

%31.54
%35.77
%32.68

CMYK Percentages of Color #c2dcc9

%12
%0
%9
%14

Triadic Colors of #c2dcc9

#c2dcc9 #c9c2dc #dcc9c2

Analogous Colors of #c2dcc9

#c2dcc9 #c2dcd6 #c8dcc2

Monochromatic Colors of #c2dcc9

#c2dcc9

Complementary Color

#c2dcc9 #dcc2d5

#c2dcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dcc9 Color CSS Codes

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

#c2dcc9 Text Font Color

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

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


#c2dcc9 Background Color

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

This div background color is #c2dcc9


#c2dcc9 Border Color

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

This div border color is #c2dcc9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,220,201, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dcc9


Comments

No comments written yet.

Please login to write comment.