Color Hex Logo

#c2cede Color Hex

#C2CEDE
(194,206,222)
0 Favorites   0 Comments

Color spaces of #c2cede

RGB 194206222
HSL0.600.300.82
HSV214°13°87°
CMYK 0.130.070.00   0.13
XYZ57.504360.885977.8286
Yxy60.88590.29310.3103
Hunter Lab78.0294-5.0047-4.5168
CIE-Lab82.3174-0.8951-9.3102

#c2cede color RGB value is (194,206,222).

#c2cede hex color red value is 194, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c2cede hue: 0.60 , saturation: 0.30 and the lightness value of c2cede is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001110 11011110
Octal 302 316 336
Decimal 194 206 222
Hex C2 CE DE

RGB Percentages of Color #c2cede

%31.19
%33.12
%35.69

CMYK Percentages of Color #c2cede

%13
%7
%0
%13

Triadic Colors of #c2cede

#c2cede #dec2ce #cedec2

Analogous Colors of #c2cede

#c2cede #c4c2de #c2dcde

Monochromatic Colors of #c2cede

#c2cede

Complementary Color

#c2cede #ded2c2

#c2cede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cede Color CSS Codes

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

#c2cede Text Font Color

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

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


#c2cede Background Color

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

This div background color is #c2cede


#c2cede Border Color

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

This div border color is #c2cede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cede


Comments

No comments written yet.

Please login to write comment.