Color Hex Logo

#ceaa78 Color Hex

#CEAA78
(206,170,120)
0 Favorites   0 Comments

Color spaces of #ceaa78

RGB 206170120
HSL0.100.470.64
HSV35°42°81°
CMYK 0.000.170.42   0.19
XYZ43.218543.227323.8351
Yxy43.22730.39190.3920
Hunter Lab65.74752.277324.5291
CIE-Lab71.70906.430030.6867

#ceaa78 color RGB value is (206,170,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 01111000
Octal 316 252 170
Decimal 206 170 120
Hex CE AA 78

RGB Percentages of Color #ceaa78

%41.53
%34.27
%24.19

CMYK Percentages of Color #ceaa78

%0
%17
%42
%19

Triadic Colors of #ceaa78

#ceaa78 #78ceaa #aa78ce

Analogous Colors of #ceaa78

#ceaa78 #c7ce78 #ce7f78

Monochromatic Colors of #ceaa78

#ceaa78

Complementary Color

#ceaa78 #789cce

#ceaa78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaa78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaa78 Color CSS Codes

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

#ceaa78 Text Font Color

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

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


#ceaa78 Background Color

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

This div background color is #ceaa78


#ceaa78 Border Color

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

This div border color is #ceaa78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,170,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 #ceaa78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaa78

#ceaa78 Color Palettes


Comments

No comments written yet.

Please login to write comment.