Color Hex Logo

#cfa846 Color Hex

#CFA846
(207,168,70)
0 Favorites   0 Comments

Color spaces of #cfa846

RGB 20716870
HSL0.120.590.54
HSV43°66°81°
CMYK 0.000.190.66   0.19
XYZ40.840241.712911.6932
Yxy41.71290.43330.4426
Hunter Lab64.5855-0.151534.4754
CIE-Lab70.67253.711354.3703

#cfa846 color RGB value is (207,168,70).

#cfa846 hex color red value is 207, green value is 168 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #cfa846 hue: 0.12 , saturation: 0.59 and the lightness value of cfa846 is 0.54.

The process color (four color CMYK) of #cfa846 color hex is 0.00, 0.19, 0.66, 0.19. Web safe color of #cfa846 is #cc9933. Color #cfa846 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101000 01000110
Octal 317 250 106
Decimal 207 168 70
Hex CF A8 46

RGB Percentages of Color #cfa846

%46.52
%37.75
%15.73

CMYK Percentages of Color #cfa846

%0
%19
%66
%19

Triadic Colors of #cfa846

#cfa846 #46cfa8 #a846cf

Analogous Colors of #cfa846

#cfa846 #b2cf46 #cf6446

Monochromatic Colors of #cfa846

#cfa846

Complementary Color

#cfa846 #466dcf

#cfa846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa846 Color CSS Codes

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

#cfa846 Text Font Color

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

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


#cfa846 Background Color

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

This div background color is #cfa846


#cfa846 Border Color

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

This div border color is #cfa846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa846


Comments

No comments written yet.

Please login to write comment.