Color Hex Logo

#cfae78 Color Hex

#CFAE78
(207,174,120)
0 Favorites   0 Comments

Color spaces of #cfae78

RGB 207174120
HSL0.100.480.64
HSV37°42°81°
CMYK 0.000.160.42   0.19
XYZ44.258344.893624.1020
Yxy44.89360.39080.3964
Hunter Lab67.00270.652625.5743
CIE-Lab72.82184.692532.1571

#cfae78 color RGB value is (207,174,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 01111000
Octal 317 256 170
Decimal 207 174 120
Hex CF AE 78

RGB Percentages of Color #cfae78

%41.32
%34.73
%23.95

CMYK Percentages of Color #cfae78

%0
%16
%42
%19

Triadic Colors of #cfae78

#cfae78 #78cfae #ae78cf

Analogous Colors of #cfae78

#cfae78 #c5cf78 #cf8378

Monochromatic Colors of #cfae78

#cfae78

Complementary Color

#cfae78 #7899cf

#cfae78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfae78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfae78 Color CSS Codes

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

#cfae78 Text Font Color

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

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


#cfae78 Background Color

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

This div background color is #cfae78


#cfae78 Border Color

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

This div border color is #cfae78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfae78

#cfae78 Color Palettes


Comments

No comments written yet.

Please login to write comment.