Color Hex Logo

#cfc746 Color Hex

#CFC746
(207,199,70)
0 Favorites   0 Comments

Color spaces of #cfc746

RGB 20719970
HSL0.160.590.54
HSV56°66°81°
CMYK 0.000.040.66   0.19
XYZ47.261054.554413.8335
Yxy54.55440.40870.4717
Hunter Lab73.8610-15.040940.5982
CIE-Lab78.7839-12.433162.8770

#cfc746 color RGB value is (207,199,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 01000110
Octal 317 307 106
Decimal 207 199 70
Hex CF C7 46

RGB Percentages of Color #cfc746

%43.49
%41.81
%14.71

CMYK Percentages of Color #cfc746

%0
%4
%66
%19

Triadic Colors of #cfc746

#cfc746 #46cfc7 #c746cf

Analogous Colors of #cfc746

#cfc746 #93cf46 #cf8346

Monochromatic Colors of #cfc746

#cfc746

Complementary Color

#cfc746 #464ecf

#cfc746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc746 Color CSS Codes

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

#cfc746 Text Font Color

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

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


#cfc746 Background Color

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

This div background color is #cfc746


#cfc746 Border Color

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

This div border color is #cfc746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc746


Comments

No comments written yet.

Please login to write comment.