Color Hex Logo

#cfa657 Color Hex

#CFA657
(207,166,87)
0 Favorites   0 Comments

Color spaces of #cfa657

RGB 20716687
HSL0.110.560.58
HSV40°58°81°
CMYK 0.000.200.58   0.19
XYZ41.088641.226014.8086
Yxy41.22600.42310.4245
Hunter Lab64.20751.865331.2708
CIE-Lab70.33405.933945.9992

#cfa657 color RGB value is (207,166,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 01010111
Octal 317 246 127
Decimal 207 166 87
Hex CF A6 57

RGB Percentages of Color #cfa657

%45.00
%36.09
%18.91

CMYK Percentages of Color #cfa657

%0
%20
%58
%19

Triadic Colors of #cfa657

#cfa657 #57cfa6 #a657cf

Analogous Colors of #cfa657

#cfa657 #bccf57 #cf6a57

Monochromatic Colors of #cfa657

#cfa657

Complementary Color

#cfa657 #5780cf

#cfa657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa657 Color CSS Codes

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

#cfa657 Text Font Color

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

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


#cfa657 Background Color

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

This div background color is #cfa657


#cfa657 Border Color

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

This div border color is #cfa657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa657


Comments

No comments written yet.

Please login to write comment.