Color Hex Logo

#c2ddca Color Hex

#C2DDCA
(194,221,202)
0 Favorites   0 Comments

Color spaces of #c2ddca

RGB 194221202
HSL0.380.280.81
HSV138°12°87°
CMYK 0.120.000.09   0.13
XYZ58.765367.446565.7983
Yxy67.44650.30610.3513
Hunter Lab82.1258-15.99419.9856
CIE-Lab85.7289-12.53136.3059

#c2ddca color RGB value is (194,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011101 11001010
Octal 302 335 312
Decimal 194 221 202
Hex C2 DD CA

RGB Percentages of Color #c2ddca

%31.44
%35.82
%32.74

CMYK Percentages of Color #c2ddca

%12
%0
%9
%13

Triadic Colors of #c2ddca

#c2ddca #cac2dd #ddcac2

Analogous Colors of #c2ddca

#c2ddca #c2ddd8 #c8ddc2

Monochromatic Colors of #c2ddca

#c2ddca

Complementary Color

#c2ddca #ddc2d5

#c2ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ddca Color CSS Codes

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

#c2ddca Text Font Color

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

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


#c2ddca Background Color

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

This div background color is #c2ddca


#c2ddca Border Color

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

This div border color is #c2ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ddca


Comments

No comments written yet.

Please login to write comment.