Color Hex Logo

#c2cce6 Color Hex

#C2CCE6
(194,204,230)
0 Favorites   0 Comments

Color spaces of #c2cce6

RGB 194204230
HSL0.620.420.83
HSV223°16°90°
CMYK 0.160.110.00   0.10
XYZ58.123960.368283.4517
Yxy60.36820.28780.2989
Hunter Lab77.6970-2.4366-9.2935
CIE-Lab82.03791.8229-13.9989

#c2cce6 color RGB value is (194,204,230).

#c2cce6 hex color red value is 194, green value is 204 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #c2cce6 hue: 0.62 , saturation: 0.42 and the lightness value of c2cce6 is 0.83.

The process color (four color CMYK) of #c2cce6 color hex is 0.16, 0.11, 0.00, 0.10. Web safe color of #c2cce6 is #ccccff. Color #c2cce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001100 11100110
Octal 302 314 346
Decimal 194 204 230
Hex C2 CC E6

RGB Percentages of Color #c2cce6

%30.89
%32.48
%36.62

CMYK Percentages of Color #c2cce6

%16
%11
%0
%10

Triadic Colors of #c2cce6

#c2cce6 #e6c2cc #cce6c2

Analogous Colors of #c2cce6

#c2cce6 #cac2e6 #c2dee6

Monochromatic Colors of #c2cce6

#c2cce6

Complementary Color

#c2cce6 #e6dcc2

#c2cce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cce6 Color CSS Codes

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

#c2cce6 Text Font Color

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

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


#c2cce6 Background Color

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

This div background color is #c2cce6


#c2cce6 Border Color

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

This div border color is #c2cce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cce6


Comments

No comments written yet.

Please login to write comment.