Color Hex Logo

#ceb9ce Color Hex

#CEB9CE
(206,185,206)
0 Favorites   0 Comments

Color spaces of #ceb9ce

RGB 206185206
HSL0.830.180.77
HSV300°10°81°
CMYK 0.000.100.00   0.19
XYZ53.943152.276065.6397
Yxy52.27600.31390.3042
Hunter Lab72.30216.6463-3.2151
CIE-Lab77.445611.1876-7.8398

#ceb9ce color RGB value is (206,185,206).

#ceb9ce hex color red value is 206, green value is 185 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ceb9ce hue: 0.83 , saturation: 0.18 and the lightness value of ceb9ce is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 11001110
Octal 316 271 316
Decimal 206 185 206
Hex CE B9 CE

RGB Percentages of Color #ceb9ce

%34.51
%30.99
%34.51

CMYK Percentages of Color #ceb9ce

%0
%10
%0
%19

Triadic Colors of #ceb9ce

#ceb9ce #ceceb9 #b9cece

Analogous Colors of #ceb9ce

#ceb9ce #ceb9c4 #c4b9ce

Monochromatic Colors of #ceb9ce

#ceb9ce

Complementary Color

#ceb9ce #b9ceb9

#ceb9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb9ce Color CSS Codes

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

#ceb9ce Text Font Color

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

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


#ceb9ce Background Color

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

This div background color is #ceb9ce


#ceb9ce Border Color

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

This div border color is #ceb9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb9ce


Comments

No comments written yet.

Please login to write comment.