Color Hex Logo

#ceb0a3 Color Hex

#CEB0A3
(206,176,163)
0 Favorites   0 Comments

Color spaces of #ceb0a3

RGB 206176163
HSL0.050.300.72
HSV18°21°81°
CMYK 0.000.150.21   0.19
XYZ47.589846.816841.1786
Yxy46.81680.35100.3453
Hunter Lab68.42284.411412.2137
CIE-Lab74.07248.791510.6644

#ceb0a3 color RGB value is (206,176,163).

#ceb0a3 hex color red value is 206, green value is 176 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #ceb0a3 hue: 0.05 , saturation: 0.30 and the lightness value of ceb0a3 is 0.72.

The process color (four color CMYK) of #ceb0a3 color hex is 0.00, 0.15, 0.21, 0.19. Web safe color of #ceb0a3 is #cc9999. Color #ceb0a3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 10100011
Octal 316 260 243
Decimal 206 176 163
Hex CE B0 A3

RGB Percentages of Color #ceb0a3

%37.80
%32.29
%29.91

CMYK Percentages of Color #ceb0a3

%0
%15
%21
%19

Triadic Colors of #ceb0a3

#ceb0a3 #a3ceb0 #b0a3ce

Analogous Colors of #ceb0a3

#ceb0a3 #cec6a3 #cea3ac

Monochromatic Colors of #ceb0a3

#ceb0a3

Complementary Color

#ceb0a3 #a3c1ce

#ceb0a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb0a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb0a3 Color CSS Codes

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

#ceb0a3 Text Font Color

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

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


#ceb0a3 Background Color

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

This div background color is #ceb0a3


#ceb0a3 Border Color

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

This div border color is #ceb0a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb0a3


Comments

No comments written yet.

Please login to write comment.