Color Hex Logo

#cfb86f Color Hex

#CFB86F
(207,184,111)
0 Favorites   0 Comments

Color spaces of #cfb86f

RGB 207184111
HSL0.130.500.62
HSV46°46°81°
CMYK 0.000.110.46   0.19
XYZ45.741948.694122.0270
Yxy48.69410.39280.4181
Hunter Lab69.7812-5.109430.1314
CIE-Lab75.2606-1.536939.9386

#cfb86f color RGB value is (207,184,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111000 01101111
Octal 317 270 157
Decimal 207 184 111
Hex CF B8 6F

RGB Percentages of Color #cfb86f

%41.24
%36.65
%22.11

CMYK Percentages of Color #cfb86f

%0
%11
%46
%19

Triadic Colors of #cfb86f

#cfb86f #6fcfb8 #b86fcf

Analogous Colors of #cfb86f

#cfb86f #b6cf6f #cf886f

Monochromatic Colors of #cfb86f

#cfb86f

Complementary Color

#cfb86f #6f86cf

#cfb86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb86f Color CSS Codes

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

#cfb86f Text Font Color

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

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


#cfb86f Background Color

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

This div background color is #cfb86f


#cfb86f Border Color

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

This div border color is #cfb86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb86f


Comments

No comments written yet.

Please login to write comment.