Color Hex Logo

#c2bfdd Color Hex

#C2BFDD
(194,191,221)
0 Favorites   0 Comments

Color spaces of #c2bfdd

RGB 194191221
HSL0.680.310.81
HSV246°14°87°
CMYK 0.120.140.00   0.13
XYZ53.930153.951475.9779
Yxy53.95140.29330.2934
Hunter Lab73.45162.5190-9.9131
CIE-Lab78.43346.8966-14.5779

#c2bfdd color RGB value is (194,191,221).

#c2bfdd hex color red value is 194, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c2bfdd hue: 0.68 , saturation: 0.31 and the lightness value of c2bfdd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111111 11011101
Octal 302 277 335
Decimal 194 191 221
Hex C2 BF DD

RGB Percentages of Color #c2bfdd

%32.01
%31.52
%36.47

CMYK Percentages of Color #c2bfdd

%12
%14
%0
%13

Triadic Colors of #c2bfdd

#c2bfdd #ddc2bf #bfddc2

Analogous Colors of #c2bfdd

#c2bfdd #d1bfdd #bfcbdd

Monochromatic Colors of #c2bfdd

#c2bfdd

Complementary Color

#c2bfdd #daddbf

#c2bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bfdd Color CSS Codes

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

#c2bfdd Text Font Color

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

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


#c2bfdd Background Color

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

This div background color is #c2bfdd


#c2bfdd Border Color

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

This div border color is #c2bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bfdd


Comments

No comments written yet.

Please login to write comment.