Color Hex Logo

#c4bbdf Color Hex

#C4BBDF
(196,187,223)
0 Favorites   0 Comments

Color spaces of #c4bbdf

RGB 196187223
HSL0.710.360.80
HSV255°16°87°
CMYK 0.120.160.00   0.13
XYZ53.854652.604177.1272
Yxy52.60410.29330.2865
Hunter Lab72.52875.6161-12.2791
CIE-Lab77.640710.1202-16.8346

#c4bbdf color RGB value is (196,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111011 11011111
Octal 304 273 337
Decimal 196 187 223
Hex C4 BB DF

RGB Percentages of Color #c4bbdf

%32.34
%30.86
%36.80

CMYK Percentages of Color #c4bbdf

%12
%16
%0
%13

Triadic Colors of #c4bbdf

#c4bbdf #dfc4bb #bbdfc4

Analogous Colors of #c4bbdf

#c4bbdf #d6bbdf #bbc4df

Monochromatic Colors of #c4bbdf

#c4bbdf

Complementary Color

#c4bbdf #d6dfbb

#c4bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bbdf Color CSS Codes

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

#c4bbdf Text Font Color

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

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


#c4bbdf Background Color

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

This div background color is #c4bbdf


#c4bbdf Border Color

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

This div border color is #c4bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bbdf


Comments

No comments written yet.

Please login to write comment.