Color Hex Logo

#ceac6c Color Hex

#CEAC6C
(206,172,108)
1 Favorites   0 Comments

Color spaces of #ceac6c

RGB 206172108
HSL0.110.500.62
HSV39°48°81°
CMYK 0.000.170.48   0.19
XYZ42.912943.709620.3624
Yxy43.70960.40110.4086
Hunter Lab66.11320.162928.0184
CIE-Lab72.03404.120837.4107

#ceac6c color RGB value is (206,172,108).

#ceac6c hex color red value is 206, green value is 172 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ceac6c hue: 0.11 , saturation: 0.50 and the lightness value of ceac6c is 0.62.

The process color (four color CMYK) of #ceac6c color hex is 0.00, 0.17, 0.48, 0.19. Web safe color of #ceac6c is #cc9966. Color #ceac6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 01101100
Octal 316 254 154
Decimal 206 172 108
Hex CE AC 6C

RGB Percentages of Color #ceac6c

%42.39
%35.39
%22.22

CMYK Percentages of Color #ceac6c

%0
%17
%48
%19

Triadic Colors of #ceac6c

#ceac6c #6cceac #ac6cce

Analogous Colors of #ceac6c

#ceac6c #bfce6c #ce7b6c

Monochromatic Colors of #ceac6c

#ceac6c

Complementary Color

#ceac6c #6c8ece

#ceac6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceac6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceac6c Color CSS Codes

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

#ceac6c Text Font Color

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

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


#ceac6c Background Color

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

This div background color is #ceac6c


#ceac6c Border Color

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

This div border color is #ceac6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceac6c

#ceac6c Color Palettes


Comments

No comments written yet.

Please login to write comment.