Color Hex Logo

#ceb9ba Color Hex

#CEB9BA
(206,185,186)
0 Favorites   0 Comments

Color spaces of #ceb9ba

RGB 206185186
HSL0.990.180.77
HSV357°10°81°
CMYK 0.000.100.10   0.19
XYZ51.665551.364953.6457
Yxy51.36490.32980.3278
Hunter Lab71.66933.25715.7889
CIE-Lab76.89957.63112.2087

#ceb9ba color RGB value is (206,185,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 10111010
Octal 316 271 272
Decimal 206 185 186
Hex CE B9 BA

RGB Percentages of Color #ceb9ba

%35.70
%32.06
%32.24

CMYK Percentages of Color #ceb9ba

%0
%10
%10
%19

Triadic Colors of #ceb9ba

#ceb9ba #baceb9 #b9bace

Analogous Colors of #ceb9ba

#ceb9ba #cec3b9 #ceb9c5

Monochromatic Colors of #ceb9ba

#ceb9ba

Complementary Color

#ceb9ba #b9cecd

#ceb9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb9ba Color CSS Codes

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

#ceb9ba Text Font Color

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

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


#ceb9ba Background Color

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

This div background color is #ceb9ba


#ceb9ba Border Color

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

This div border color is #ceb9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb9ba


Comments

No comments written yet.

Please login to write comment.