Color Hex Logo

#cfb96f Color Hex

#CFB96F
(207,185,111)
0 Favorites   0 Comments

Color spaces of #cfb96f

RGB 207185111
HSL0.130.500.62
HSV46°46°81°
CMYK 0.000.110.46   0.19
XYZ45.950349.111022.0965
Yxy49.11100.39220.4192
Hunter Lab70.0792-5.597930.3609
CIE-Lab75.5203-2.062240.2630

#cfb96f color RGB value is (207,185,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 01101111
Octal 317 271 157
Decimal 207 185 111
Hex CF B9 6F

RGB Percentages of Color #cfb96f

%41.15
%36.78
%22.07

CMYK Percentages of Color #cfb96f

%0
%11
%46
%19

Triadic Colors of #cfb96f

#cfb96f #6fcfb9 #b96fcf

Analogous Colors of #cfb96f

#cfb96f #b5cf6f #cf896f

Monochromatic Colors of #cfb96f

#cfb96f

Complementary Color

#cfb96f #6f85cf

#cfb96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb96f Color CSS Codes

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

#cfb96f Text Font Color

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

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


#cfb96f Background Color

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

This div background color is #cfb96f


#cfb96f Border Color

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

This div border color is #cfb96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb96f


Comments

No comments written yet.

Please login to write comment.