Color Hex Logo

#c4bdbe Color Hex

#C4BDBE
(196,189,190)
0 Favorites   0 Comments

Color spaces of #c4bdbe

RGB 196189190
HSL0.980.060.75
HSV351°77°
CMYK 0.000.040.03   0.23
XYZ50.256851.848756.0742
Yxy51.84870.31770.3278
Hunter Lab72.0060-1.42604.2326
CIE-Lab77.19032.63490.3615

#c4bdbe color RGB value is (196,189,190).

#c4bdbe hex color red value is 196, green value is 189 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c4bdbe hue: 0.98 , saturation: 0.06 and the lightness value of c4bdbe is 0.75.

The process color (four color CMYK) of #c4bdbe color hex is 0.00, 0.04, 0.03, 0.23. Web safe color of #c4bdbe is #cccccc. Color #c4bdbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111101 10111110
Octal 304 275 276
Decimal 196 189 190
Hex C4 BD BE

RGB Percentages of Color #c4bdbe

%34.09
%32.87
%33.04

CMYK Percentages of Color #c4bdbe

%0
%4
%3
%23

Triadic Colors of #c4bdbe

#c4bdbe #bec4bd #bdbec4

Analogous Colors of #c4bdbe

#c4bdbe #c4c0bd #c4bdc2

Monochromatic Colors of #c4bdbe

#c4bdbe

Complementary Color

#c4bdbe #bdc4c3

#c4bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bdbe Color CSS Codes

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

#c4bdbe Text Font Color

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

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


#c4bdbe Background Color

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

This div background color is #c4bdbe


#c4bdbe Border Color

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

This div border color is #c4bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bdbe


Comments

No comments written yet.

Please login to write comment.