Color Hex Logo

#c2cceb Color Hex

#C2CCEB
(194,204,235)
0 Favorites   0 Comments

Color spaces of #c2cceb

RGB 194204235
HSL0.630.510.84
HSV225°17°92°
CMYK 0.170.130.00   0.08
XYZ58.836460.653287.2035
Yxy60.65320.28470.2934
Hunter Lab77.8802-1.4383-11.8717
CIE-Lab82.19202.8860-16.4360

#c2cceb color RGB value is (194,204,235).

#c2cceb hex color red value is 194, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c2cceb hue: 0.63 , saturation: 0.51 and the lightness value of c2cceb is 0.84.

The process color (four color CMYK) of #c2cceb color hex is 0.17, 0.13, 0.00, 0.08. Web safe color of #c2cceb is #ccccff. Color #c2cceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001100 11101011
Octal 302 314 353
Decimal 194 204 235
Hex C2 CC EB

RGB Percentages of Color #c2cceb

%30.65
%32.23
%37.12

CMYK Percentages of Color #c2cceb

%17
%13
%0
%8

Triadic Colors of #c2cceb

#c2cceb #ebc2cc #ccebc2

Analogous Colors of #c2cceb

#c2cceb #cdc2eb #c2e1eb

Monochromatic Colors of #c2cceb

#c2cceb

Complementary Color

#c2cceb #ebe1c2

#c2cceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cceb Color CSS Codes

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

#c2cceb Text Font Color

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

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


#c2cceb Background Color

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

This div background color is #c2cceb


#c2cceb Border Color

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

This div border color is #c2cceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cceb


Comments

No comments written yet.

Please login to write comment.