Color Hex Logo

#ceac78 Color Hex

#CEAC78
(206,172,120)
0 Favorites   0 Comments

Color spaces of #ceac78

RGB 206172120
HSL0.100.470.64
HSV36°42°81°
CMYK 0.000.170.42   0.19
XYZ43.596343.982923.9611
Yxy43.98290.39090.3943
Hunter Lab66.31961.280625.0024
CIE-Lab72.21715.357031.3507

#ceac78 color RGB value is (206,172,120).

#ceac78 hex color red value is 206, green value is 172 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ceac78 hue: 0.10 , saturation: 0.47 and the lightness value of ceac78 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 01111000
Octal 316 254 170
Decimal 206 172 120
Hex CE AC 78

RGB Percentages of Color #ceac78

%41.37
%34.54
%24.10

CMYK Percentages of Color #ceac78

%0
%17
%42
%19

Triadic Colors of #ceac78

#ceac78 #78ceac #ac78ce

Analogous Colors of #ceac78

#ceac78 #c5ce78 #ce8178

Monochromatic Colors of #ceac78

#ceac78

Complementary Color

#ceac78 #789ace

#ceac78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceac78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceac78 Color CSS Codes

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

#ceac78 Text Font Color

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

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


#ceac78 Background Color

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

This div background color is #ceac78


#ceac78 Border Color

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

This div border color is #ceac78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceac78


Comments

No comments written yet.

Please login to write comment.