Color Hex Logo

#c4bbdd Color Hex

#C4BBDD
(196,187,221)
0 Favorites   0 Comments

Color spaces of #c4bbdd

RGB 196187221
HSL0.710.330.80
HSV256°15°87°
CMYK 0.110.150.00   0.13
XYZ53.586452.496975.7152
Yxy52.49690.29480.2888
Hunter Lab72.45475.2200-11.2397
CIE-Lab77.57709.7066-15.8497

#c4bbdd color RGB value is (196,187,221).

#c4bbdd hex color red value is 196, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c4bbdd hue: 0.71 , saturation: 0.33 and the lightness value of c4bbdd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111011 11011101
Octal 304 273 335
Decimal 196 187 221
Hex C4 BB DD

RGB Percentages of Color #c4bbdd

%32.45
%30.96
%36.59

CMYK Percentages of Color #c4bbdd

%11
%15
%0
%13

Triadic Colors of #c4bbdd

#c4bbdd #ddc4bb #bbddc4

Analogous Colors of #c4bbdd

#c4bbdd #d5bbdd #bbc3dd

Monochromatic Colors of #c4bbdd

#c4bbdd

Complementary Color

#c4bbdd #d4ddbb

#c4bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bbdd Color CSS Codes

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

#c4bbdd Text Font Color

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

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


#c4bbdd Background Color

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

This div background color is #c4bbdd


#c4bbdd Border Color

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

This div border color is #c4bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bbdd

#c4bbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.