Color Hex Logo

#cfa556 Color Hex

#CFA556
(207,165,86)
0 Favorites   0 Comments

Color spaces of #cfa556

RGB 20716586
HSL0.110.560.57
HSV39°58°81°
CMYK 0.000.200.58   0.19
XYZ40.867040.847614.5345
Yxy40.84760.42460.4244
Hunter Lab63.91212.291131.2551
CIE-Lab70.06906.395146.1809

#cfa556 color RGB value is (207,165,86).

#cfa556 hex color red value is 207, green value is 165 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #cfa556 hue: 0.11 , saturation: 0.56 and the lightness value of cfa556 is 0.57.

The process color (four color CMYK) of #cfa556 color hex is 0.00, 0.20, 0.58, 0.19. Web safe color of #cfa556 is #cc9966. Color #cfa556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 01010110
Octal 317 245 126
Decimal 207 165 86
Hex CF A5 56

RGB Percentages of Color #cfa556

%45.20
%36.03
%18.78

CMYK Percentages of Color #cfa556

%0
%20
%58
%19

Triadic Colors of #cfa556

#cfa556 #56cfa5 #a556cf

Analogous Colors of #cfa556

#cfa556 #bdcf56 #cf6956

Monochromatic Colors of #cfa556

#cfa556

Complementary Color

#cfa556 #5680cf

#cfa556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa556 Color CSS Codes

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

#cfa556 Text Font Color

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

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


#cfa556 Background Color

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

This div background color is #cfa556


#cfa556 Border Color

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

This div border color is #cfa556


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,165,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa556


Comments

No comments written yet.

Please login to write comment.