Color Hex Logo

#c4bdcf Color Hex

#C4BDCF
(196,189,207)
0 Favorites   0 Comments

Color spaces of #c4bdcf

RGB 196189207
HSL0.730.160.78
HSV263°81°
CMYK 0.050.090.00   0.19
XYZ52.225052.635966.4387
Yxy52.63590.30490.3073
Hunter Lab72.55061.5283-3.5098
CIE-Lab77.65955.8229-8.1536

#c4bdcf color RGB value is (196,189,207).

#c4bdcf hex color red value is 196, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c4bdcf hue: 0.73 , saturation: 0.16 and the lightness value of c4bdcf is 0.78.

The process color (four color CMYK) of #c4bdcf color hex is 0.05, 0.09, 0.00, 0.19. Web safe color of #c4bdcf is #cccccc. Color #c4bdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111101 11001111
Octal 304 275 317
Decimal 196 189 207
Hex C4 BD CF

RGB Percentages of Color #c4bdcf

%33.11
%31.93
%34.97

CMYK Percentages of Color #c4bdcf

%5
%9
%0
%19

Triadic Colors of #c4bdcf

#c4bdcf #cfc4bd #bdcfc4

Analogous Colors of #c4bdcf

#c4bdcf #cdbdcf #bdbfcf

Monochromatic Colors of #c4bdcf

#c4bdcf

Complementary Color

#c4bdcf #c8cfbd

#c4bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bdcf Color CSS Codes

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

#c4bdcf Text Font Color

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

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


#c4bdcf Background Color

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

This div background color is #c4bdcf


#c4bdcf Border Color

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

This div border color is #c4bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bdcf


Comments

No comments written yet.

Please login to write comment.