Color Hex Logo

#cfa557 Color Hex

#CFA557
(207,165,87)
0 Favorites   0 Comments

Color spaces of #cfa557

RGB 20716587
HSL0.110.560.58
HSV39°58°81°
CMYK 0.000.200.58   0.19
XYZ40.907640.863814.7483
Yxy40.86380.42380.4234
Hunter Lab63.92482.359731.0684
CIE-Lab70.08046.471045.7018

#cfa557 color RGB value is (207,165,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 01010111
Octal 317 245 127
Decimal 207 165 87
Hex CF A5 57

RGB Percentages of Color #cfa557

%45.10
%35.95
%18.95

CMYK Percentages of Color #cfa557

%0
%20
%58
%19

Triadic Colors of #cfa557

#cfa557 #57cfa5 #a557cf

Analogous Colors of #cfa557

#cfa557 #bdcf57 #cf6957

Monochromatic Colors of #cfa557

#cfa557

Complementary Color

#cfa557 #5781cf

#cfa557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa557 Color CSS Codes

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

#cfa557 Text Font Color

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

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


#cfa557 Background Color

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

This div background color is #cfa557


#cfa557 Border Color

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

This div border color is #cfa557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa557


Comments

No comments written yet.

Please login to write comment.