Color Hex Logo

#cec4bd Color Hex

#CEC4BD
(206,196,189)
0 Favorites   0 Comments

Color spaces of #cec4bd

RGB 206196189
HSL0.070.150.77
HSV25°81°
CMYK 0.000.050.08   0.19
XYZ54.378856.275856.1404
Yxy56.27580.32600.3374
Hunter Lab75.0172-1.88828.1414
CIE-Lab79.77052.27784.7472

#cec4bd color RGB value is (206,196,189).

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

The process color (four color CMYK) of #cec4bd color hex is 0.00, 0.05, 0.08, 0.19. Web safe color of #cec4bd is #cccccc. Color #cec4bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 10111101
Octal 316 304 275
Decimal 206 196 189
Hex CE C4 BD

RGB Percentages of Color #cec4bd

%34.86
%33.16
%31.98

CMYK Percentages of Color #cec4bd

%0
%5
%8
%19

Triadic Colors of #cec4bd

#cec4bd #bdcec4 #c4bdce

Analogous Colors of #cec4bd

#cec4bd #cecdbd #cebdbf

Monochromatic Colors of #cec4bd

#cec4bd

Complementary Color

#cec4bd #bdc7ce

#cec4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec4bd Color CSS Codes

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

#cec4bd Text Font Color

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

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


#cec4bd Background Color

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

This div background color is #cec4bd


#cec4bd Border Color

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

This div border color is #cec4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec4bd

#cec4bd Color Palettes


Comments

No comments written yet.

Please login to write comment.