Color Hex Logo

#cfa257 Color Hex

#CFA257
(207,162,87)
0 Favorites   0 Comments

Color spaces of #cfa257

RGB 20716287
HSL0.100.560.58
HSV38°58°81°
CMYK 0.000.220.58   0.19
XYZ40.372839.794214.5700
Yxy39.79420.42620.4200
Hunter Lab63.08263.845130.4638
CIE-Lab69.32278.084644.8110

#cfa257 color RGB value is (207,162,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100010 01010111
Octal 317 242 127
Decimal 207 162 87
Hex CF A2 57

RGB Percentages of Color #cfa257

%45.39
%35.53
%19.08

CMYK Percentages of Color #cfa257

%0
%22
%58
%19

Triadic Colors of #cfa257

#cfa257 #57cfa2 #a257cf

Analogous Colors of #cfa257

#cfa257 #c0cf57 #cf6657

Monochromatic Colors of #cfa257

#cfa257

Complementary Color

#cfa257 #5784cf

#cfa257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa257 Color CSS Codes

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

#cfa257 Text Font Color

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

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


#cfa257 Background Color

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

This div background color is #cfa257


#cfa257 Border Color

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

This div border color is #cfa257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa257


Comments

No comments written yet.

Please login to write comment.