Color Hex Logo

#c2bbdb Color Hex

#C2BBDB
(194,187,219)
0 Favorites   0 Comments

Color spaces of #c2bbdb

RGB 194187219
HSL0.700.310.80
HSV253°15°86°
CMYK 0.110.150.00   0.14
XYZ52.804652.124574.2958
Yxy52.12450.29460.2908
Hunter Lab72.19734.2084-10.4752
CIE-Lab77.35528.6440-15.1179

#c2bbdb color RGB value is (194,187,219).

#c2bbdb hex color red value is 194, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c2bbdb hue: 0.70 , saturation: 0.31 and the lightness value of c2bbdb is 0.80.

The process color (four color CMYK) of #c2bbdb color hex is 0.11, 0.15, 0.00, 0.14. Web safe color of #c2bbdb is #cccccc. Color #c2bbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111011 11011011
Octal 302 273 333
Decimal 194 187 219
Hex C2 BB DB

RGB Percentages of Color #c2bbdb

%32.33
%31.17
%36.50

CMYK Percentages of Color #c2bbdb

%11
%15
%0
%14

Triadic Colors of #c2bbdb

#c2bbdb #dbc2bb #bbdbc2

Analogous Colors of #c2bbdb

#c2bbdb #d2bbdb #bbc4db

Monochromatic Colors of #c2bbdb

#c2bbdb

Complementary Color

#c2bbdb #d4dbbb

#c2bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bbdb Color CSS Codes

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

#c2bbdb Text Font Color

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

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


#c2bbdb Background Color

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

This div background color is #c2bbdb


#c2bbdb Border Color

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

This div border color is #c2bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bbdb


Comments

No comments written yet.

Please login to write comment.