Color Hex Logo

#ceba9c Color Hex

#CEBA9C
(206,186,156)
1 Favorites   0 Comments

Color spaces of #ceba9c

RGB 206186156
HSL0.100.340.71
HSV36°24°81°
CMYK 0.000.100.24   0.19
XYZ49.013350.639938.6437
Yxy50.63990.35440.3662
Hunter Lab71.1617-1.589517.6163
CIE-Lab76.46042.418517.8124

#ceba9c color RGB value is (206,186,156).

#ceba9c hex color red value is 206, green value is 186 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ceba9c hue: 0.10 , saturation: 0.34 and the lightness value of ceba9c is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 10011100
Octal 316 272 234
Decimal 206 186 156
Hex CE BA 9C

RGB Percentages of Color #ceba9c

%37.59
%33.94
%28.47

CMYK Percentages of Color #ceba9c

%0
%10
%24
%19

Triadic Colors of #ceba9c

#ceba9c #9cceba #ba9cce

Analogous Colors of #ceba9c

#ceba9c #c9ce9c #cea19c

Monochromatic Colors of #ceba9c

#ceba9c

Complementary Color

#ceba9c #9cb0ce

#ceba9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceba9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceba9c Color CSS Codes

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

#ceba9c Text Font Color

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

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


#ceba9c Background Color

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

This div background color is #ceba9c


#ceba9c Border Color

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

This div border color is #ceba9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceba9c

#ceba9c Color Palettes


Comments

No comments written yet.

Please login to write comment.