Color Hex Logo

#cfc46f Color Hex

#CFC46F
(207,196,111)
0 Favorites   0 Comments

Color spaces of #cfc46f

RGB 207196111
HSL0.150.500.62
HSV53°46°81°
CMYK 0.000.050.46   0.19
XYZ48.341353.893022.8934
Yxy53.89300.38630.4307
Hunter Lab73.4119-10.929532.8988
CIE-Lab78.3993-7.779843.8305

#cfc46f color RGB value is (207,196,111).

#cfc46f hex color red value is 207, green value is 196 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cfc46f hue: 0.15 , saturation: 0.50 and the lightness value of cfc46f is 0.62.

The process color (four color CMYK) of #cfc46f color hex is 0.00, 0.05, 0.46, 0.19. Web safe color of #cfc46f is #cccc66. Color #cfc46f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000100 01101111
Octal 317 304 157
Decimal 207 196 111
Hex CF C4 6F

RGB Percentages of Color #cfc46f

%40.27
%38.13
%21.60

CMYK Percentages of Color #cfc46f

%0
%5
%46
%19

Triadic Colors of #cfc46f

#cfc46f #6fcfc4 #c46fcf

Analogous Colors of #cfc46f

#cfc46f #aacf6f #cf946f

Monochromatic Colors of #cfc46f

#cfc46f

Complementary Color

#cfc46f #6f7acf

#cfc46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc46f Color CSS Codes

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

#cfc46f Text Font Color

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

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


#cfc46f Background Color

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

This div background color is #cfc46f


#cfc46f Border Color

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

This div border color is #cfc46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc46f


Comments

No comments written yet.

Please login to write comment.