Color Hex Logo

#cfbf5f Color Hex

#CFBF5F
(207,191,95)
0 Favorites   0 Comments

Color spaces of #cfbf5f

RGB 20719195
HSL0.140.540.59
HSV51°54°81°
CMYK 0.000.080.54   0.19
XYZ46.428551.353218.2916
Yxy51.35320.40000.4424
Hunter Lab71.6611-9.758735.0290
CIE-Lab76.8925-6.620049.8040

#cfbf5f color RGB value is (207,191,95).

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

The process color (four color CMYK) of #cfbf5f color hex is 0.00, 0.08, 0.54, 0.19. Web safe color of #cfbf5f is #cccc66. Color #cfbf5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111111 01011111
Octal 317 277 137
Decimal 207 191 95
Hex CF BF 5F

RGB Percentages of Color #cfbf5f

%41.99
%38.74
%19.27

CMYK Percentages of Color #cfbf5f

%0
%8
%54
%19

Triadic Colors of #cfbf5f

#cfbf5f #5fcfbf #bf5fcf

Analogous Colors of #cfbf5f

#cfbf5f #a7cf5f #cf875f

Monochromatic Colors of #cfbf5f

#cfbf5f

Complementary Color

#cfbf5f #5f6fcf

#cfbf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbf5f Color CSS Codes

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

#cfbf5f Text Font Color

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

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


#cfbf5f Background Color

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

This div background color is #cfbf5f


#cfbf5f Border Color

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

This div border color is #cfbf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbf5f


Comments

No comments written yet.

Please login to write comment.