Color Hex Logo

#ceac9d Color Hex

#CEAC9D
(206,172,157)
0 Favorites   0 Comments

Color spaces of #ceac9d

RGB 206172157
HSL0.050.330.71
HSV18°24°81°
CMYK 0.000.170.24   0.19
XYZ46.291945.061238.1561
Yxy45.06120.35740.3479
Hunter Lab67.12765.622013.2882
CIE-Lab72.932210.063712.3274

#ceac9d color RGB value is (206,172,157).

#ceac9d hex color red value is 206, green value is 172 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ceac9d hue: 0.05 , saturation: 0.33 and the lightness value of ceac9d is 0.71.

The process color (four color CMYK) of #ceac9d color hex is 0.00, 0.17, 0.24, 0.19. Web safe color of #ceac9d is #cc9999. Color #ceac9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 10011101
Octal 316 254 235
Decimal 206 172 157
Hex CE AC 9D

RGB Percentages of Color #ceac9d

%38.50
%32.15
%29.35

CMYK Percentages of Color #ceac9d

%0
%17
%24
%19

Triadic Colors of #ceac9d

#ceac9d #9dceac #ac9dce

Analogous Colors of #ceac9d

#ceac9d #cec59d #ce9da7

Monochromatic Colors of #ceac9d

#ceac9d

Complementary Color

#ceac9d #9dbfce

#ceac9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceac9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceac9d Color CSS Codes

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

#ceac9d Text Font Color

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

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


#ceac9d Background Color

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

This div background color is #ceac9d


#ceac9d Border Color

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

This div border color is #ceac9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceac9d

#ceac9d Color Palettes


Comments

No comments written yet.

Please login to write comment.