Color Hex Logo

#cbc4bd Color Hex

#CBC4BD
(203,196,189)
1 Favorites   0 Comments

Color spaces of #cbc4bd

RGB 203196189
HSL0.080.120.77
HSV30°80°
CMYK 0.000.030.07   0.20
XYZ53.553855.850556.1017
Yxy55.85050.32360.3375
Hunter Lab74.7332-2.87007.8046
CIE-Lab79.52871.21064.3670

#cbc4bd color RGB value is (203,196,189).

#cbc4bd hex color red value is 203, green value is 196 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cbc4bd hue: 0.08 , saturation: 0.12 and the lightness value of cbc4bd is 0.77.

The process color (four color CMYK) of #cbc4bd color hex is 0.00, 0.03, 0.07, 0.20. Web safe color of #cbc4bd is #cccccc. Color #cbc4bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000100 10111101
Octal 313 304 275
Decimal 203 196 189
Hex CB C4 BD

RGB Percentages of Color #cbc4bd

%34.52
%33.33
%32.14

CMYK Percentages of Color #cbc4bd

%0
%3
%7
%20

Triadic Colors of #cbc4bd

#cbc4bd #bdcbc4 #c4bdcb

Analogous Colors of #cbc4bd

#cbc4bd #cbcbbd #cbbdbd

Monochromatic Colors of #cbc4bd

#cbc4bd

Complementary Color

#cbc4bd #bdc4cb

#cbc4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc4bd Color CSS Codes

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

#cbc4bd Text Font Color

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

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


#cbc4bd Background Color

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

This div background color is #cbc4bd


#cbc4bd Border Color

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

This div border color is #cbc4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc4bd


Comments

No comments written yet.

Please login to write comment.