Color Hex Logo

#c2bcdb Color Hex

#C2BCDB
(194,188,219)
0 Favorites   0 Comments

Color spaces of #c2bcdb

RGB 194188219
HSL0.700.300.80
HSV252°14°86°
CMYK 0.110.140.00   0.14
XYZ53.017552.550274.3667
Yxy52.55020.29460.2921
Hunter Lab72.49153.6879-10.0796
CIE-Lab77.60878.1032-14.7369

#c2bcdb color RGB value is (194,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111100 11011011
Octal 302 274 333
Decimal 194 188 219
Hex C2 BC DB

RGB Percentages of Color #c2bcdb

%32.28
%31.28
%36.44

CMYK Percentages of Color #c2bcdb

%11
%14
%0
%14

Triadic Colors of #c2bcdb

#c2bcdb #dbc2bc #bcdbc2

Analogous Colors of #c2bcdb

#c2bcdb #d2bcdb #bcc6db

Monochromatic Colors of #c2bcdb

#c2bcdb

Complementary Color

#c2bcdb #d5dbbc

#c2bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bcdb Color CSS Codes

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

#c2bcdb Text Font Color

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

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


#c2bcdb Background Color

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

This div background color is #c2bcdb


#c2bcdb Border Color

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

This div border color is #c2bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bcdb


Comments

No comments written yet.

Please login to write comment.