Color Hex Logo

#c2bbca Color Hex

#C2BBCA
(194,187,202)
0 Favorites   0 Comments

Color spaces of #c2bbca

RGB 194187202
HSL0.740.120.76
HSV268°79°
CMYK 0.040.070.00   0.21
XYZ50.679151.274263.1030
Yxy51.27420.30700.3106
Hunter Lab71.60601.0227-2.1253
CIE-Lab76.84485.2533-6.6705

#c2bbca color RGB value is (194,187,202).

#c2bbca hex color red value is 194, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c2bbca hue: 0.74 , saturation: 0.12 and the lightness value of c2bbca is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111011 11001010
Octal 302 273 312
Decimal 194 187 202
Hex C2 BB CA

RGB Percentages of Color #c2bbca

%33.28
%32.08
%34.65

CMYK Percentages of Color #c2bbca

%4
%7
%0
%21

Triadic Colors of #c2bbca

#c2bbca #cac2bb #bbcac2

Analogous Colors of #c2bbca

#c2bbca #cabbca #bbbcca

Monochromatic Colors of #c2bbca

#c2bbca

Complementary Color

#c2bbca #c3cabb

#c2bbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bbca Color CSS Codes

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

#c2bbca Text Font Color

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

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


#c2bbca Background Color

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

This div background color is #c2bbca


#c2bbca Border Color

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

This div border color is #c2bbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bbca

#c2bbca Color Palettes


Comments

No comments written yet.

Please login to write comment.