Color Hex Logo

#c2cedd Color Hex

#C2CEDD
(194,206,221)
0 Favorites   0 Comments

Color spaces of #c2cedd

RGB 194206221
HSL0.590.280.81
HSV213°12°87°
CMYK 0.120.070.00   0.13
XYZ57.370660.832477.1247
Yxy60.83240.29370.3114
Hunter Lab77.9951-5.1929-4.0317
CIE-Lab82.2886-1.0989-8.8191

#c2cedd color RGB value is (194,206,221).

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

The process color (four color CMYK) of #c2cedd color hex is 0.12, 0.07, 0.00, 0.13. Web safe color of #c2cedd is #cccccc. Color #c2cedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001110 11011101
Octal 302 316 335
Decimal 194 206 221
Hex C2 CE DD

RGB Percentages of Color #c2cedd

%31.24
%33.17
%35.59

CMYK Percentages of Color #c2cedd

%12
%7
%0
%13

Triadic Colors of #c2cedd

#c2cedd #ddc2ce #ceddc2

Analogous Colors of #c2cedd

#c2cedd #c4c2dd #c2dcdd

Monochromatic Colors of #c2cedd

#c2cedd

Complementary Color

#c2cedd #ddd1c2

#c2cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cedd Color CSS Codes

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

#c2cedd Text Font Color

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

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


#c2cedd Background Color

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

This div background color is #c2cedd


#c2cedd Border Color

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

This div border color is #c2cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cedd


Comments

No comments written yet.

Please login to write comment.