Color Hex Logo

#cfa063 Color Hex

#CFA063
(207,160,99)
0 Favorites   0 Comments

Color spaces of #cfa063

RGB 20716099
HSL0.090.530.60
HSV34°52°81°
CMYK 0.000.230.52   0.19
XYZ40.555139.307917.2541
Yxy39.30790.41760.4047
Hunter Lab62.69605.745227.5705
CIE-Lab68.973710.153738.2781

#cfa063 color RGB value is (207,160,99).

#cfa063 hex color red value is 207, green value is 160 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #cfa063 hue: 0.09 , saturation: 0.53 and the lightness value of cfa063 is 0.60.

The process color (four color CMYK) of #cfa063 color hex is 0.00, 0.23, 0.52, 0.19. Web safe color of #cfa063 is #cc9966. Color #cfa063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100000 01100011
Octal 317 240 143
Decimal 207 160 99
Hex CF A0 63

RGB Percentages of Color #cfa063

%44.42
%34.33
%21.24

CMYK Percentages of Color #cfa063

%0
%23
%52
%19

Triadic Colors of #cfa063

#cfa063 #63cfa0 #a063cf

Analogous Colors of #cfa063

#cfa063 #c8cf63 #cf6a63

Monochromatic Colors of #cfa063

#cfa063

Complementary Color

#cfa063 #6392cf

#cfa063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa063 Color CSS Codes

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

#cfa063 Text Font Color

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

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


#cfa063 Background Color

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

This div background color is #cfa063


#cfa063 Border Color

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

This div border color is #cfa063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa063


Comments

No comments written yet.

Please login to write comment.