Color Hex Logo

#cfbc6f Color Hex

#CFBC6F
(207,188,111)
0 Favorites   0 Comments

Color spaces of #cfbc6f

RGB 207188111
HSL0.130.500.62
HSV48°46°81°
CMYK 0.000.090.46   0.19
XYZ46.584650.379522.3079
Yxy50.37950.39060.4224
Hunter Lab70.9785-7.059331.0507
CIE-Lab76.3016-3.632441.2364

#cfbc6f color RGB value is (207,188,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111100 01101111
Octal 317 274 157
Decimal 207 188 111
Hex CF BC 6F

RGB Percentages of Color #cfbc6f

%40.91
%37.15
%21.94

CMYK Percentages of Color #cfbc6f

%0
%9
%46
%19

Triadic Colors of #cfbc6f

#cfbc6f #6fcfbc #bc6fcf

Analogous Colors of #cfbc6f

#cfbc6f #b2cf6f #cf8c6f

Monochromatic Colors of #cfbc6f

#cfbc6f

Complementary Color

#cfbc6f #6f82cf

#cfbc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbc6f Color CSS Codes

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

#cfbc6f Text Font Color

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

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


#cfbc6f Background Color

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

This div background color is #cfbc6f


#cfbc6f Border Color

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

This div border color is #cfbc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbc6f


Comments

No comments written yet.

Please login to write comment.