Color Hex Logo

#c4bfdd Color Hex

#C4BFDD
(196,191,221)
0 Favorites   0 Comments

Color spaces of #c4bfdd

RGB 196191221
HSL0.690.310.81
HSV250°14°87°
CMYK 0.110.140.00   0.13
XYZ54.446954.217876.0020
Yxy54.21780.29480.2936
Hunter Lab73.63273.1325-9.6548
CIE-Lab78.58867.5457-14.3291

#c4bfdd color RGB value is (196,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111111 11011101
Octal 304 277 335
Decimal 196 191 221
Hex C4 BF DD

RGB Percentages of Color #c4bfdd

%32.24
%31.41
%36.35

CMYK Percentages of Color #c4bfdd

%11
%14
%0
%13

Triadic Colors of #c4bfdd

#c4bfdd #ddc4bf #bfddc4

Analogous Colors of #c4bfdd

#c4bfdd #d3bfdd #bfc9dd

Monochromatic Colors of #c4bfdd

#c4bfdd

Complementary Color

#c4bfdd #d8ddbf

#c4bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bfdd Color CSS Codes

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

#c4bfdd Text Font Color

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

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


#c4bfdd Background Color

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

This div background color is #c4bfdd


#c4bfdd Border Color

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

This div border color is #c4bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bfdd


Comments

No comments written yet.

Please login to write comment.