Color Hex Logo

#c2cbeb Color Hex

#C2CBEB
(194,203,235)
0 Favorites   0 Comments

Color spaces of #c2cbeb

RGB 194203235
HSL0.630.510.84
HSV227°17°92°
CMYK 0.170.140.00   0.08
XYZ58.599560.179487.1245
Yxy60.17940.28460.2923
Hunter Lab77.5754-0.9202-12.2855
CIE-Lab81.93563.4183-16.8219

#c2cbeb color RGB value is (194,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001011 11101011
Octal 302 313 353
Decimal 194 203 235
Hex C2 CB EB

RGB Percentages of Color #c2cbeb

%30.70
%32.12
%37.18

CMYK Percentages of Color #c2cbeb

%17
%14
%0
%8

Triadic Colors of #c2cbeb

#c2cbeb #ebc2cb #cbebc2

Analogous Colors of #c2cbeb

#c2cbeb #cec2eb #c2e0eb

Monochromatic Colors of #c2cbeb

#c2cbeb

Complementary Color

#c2cbeb #ebe2c2

#c2cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cbeb Color CSS Codes

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

#c2cbeb Text Font Color

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

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


#c2cbeb Background Color

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

This div background color is #c2cbeb


#c2cbeb Border Color

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

This div border color is #c2cbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,203,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 #c2cbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cbeb


Comments

No comments written yet.

Please login to write comment.