Color Hex Logo

#ceb3bd Color Hex

#CEB3BD
(206,179,189)
0 Favorites   0 Comments

Color spaces of #ceb3bd

RGB 206179189
HSL0.940.220.75
HSV338°13°81°
CMYK 0.000.130.08   0.19
XYZ50.759049.036154.9337
Yxy49.03610.32810.3169
Hunter Lab70.02586.84272.5063
CIE-Lab75.473811.3759-1.5036

#ceb3bd color RGB value is (206,179,189).

#ceb3bd hex color red value is 206, green value is 179 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ceb3bd hue: 0.94 , saturation: 0.22 and the lightness value of ceb3bd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 10111101
Octal 316 263 275
Decimal 206 179 189
Hex CE B3 BD

RGB Percentages of Color #ceb3bd

%35.89
%31.18
%32.93

CMYK Percentages of Color #ceb3bd

%0
%13
%8
%19

Triadic Colors of #ceb3bd

#ceb3bd #bdceb3 #b3bdce

Analogous Colors of #ceb3bd

#ceb3bd #ceb7b3 #ceb3cb

Monochromatic Colors of #ceb3bd

#ceb3bd

Complementary Color

#ceb3bd #b3cec4

#ceb3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb3bd Color CSS Codes

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

#ceb3bd Text Font Color

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

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


#ceb3bd Background Color

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

This div background color is #ceb3bd


#ceb3bd Border Color

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

This div border color is #ceb3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb3bd


Comments

No comments written yet.

Please login to write comment.