Color Hex Logo

#c2cedc Color Hex

#C2CEDC
(194,206,220)
0 Favorites   0 Comments

Color spaces of #c2cedc

RGB 194206220
HSL0.590.270.81
HSV212°12°86°
CMYK 0.120.060.00   0.14
XYZ57.237760.779376.4250
Yxy60.77930.29440.3126
Hunter Lab77.9611-5.3802-3.5490
CIE-Lab82.2600-1.3022-8.3276

#c2cedc color RGB value is (194,206,220).

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

The process color (four color CMYK) of #c2cedc color hex is 0.12, 0.06, 0.00, 0.14. Web safe color of #c2cedc is #cccccc. Color #c2cedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001110 11011100
Octal 302 316 334
Decimal 194 206 220
Hex C2 CE DC

RGB Percentages of Color #c2cedc

%31.29
%33.23
%35.48

CMYK Percentages of Color #c2cedc

%12
%6
%0
%14

Triadic Colors of #c2cedc

#c2cedc #dcc2ce #cedcc2

Analogous Colors of #c2cedc

#c2cedc #c3c2dc #c2dbdc

Monochromatic Colors of #c2cedc

#c2cedc

Complementary Color

#c2cedc #dcd0c2

#c2cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cedc Color CSS Codes

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

#c2cedc Text Font Color

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

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


#c2cedc Background Color

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

This div background color is #c2cedc


#c2cedc Border Color

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

This div border color is #c2cedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cedc


Comments

No comments written yet.

Please login to write comment.