Color Hex Logo

#cf8b2f Color Hex

#CF8B2F
(207,139,47)
0 Favorites   0 Comments

Color spaces of #cf8b2f

RGB 20713947
HSL0.100.630.50
HSV35°77°81°
CMYK 0.000.330.77   0.19
XYZ35.477831.93596.9837
Yxy31.93590.47690.4293
Hunter Lab56.511913.165532.2313
CIE-Lab63.289918.239156.6486

#cf8b2f color RGB value is (207,139,47).

#cf8b2f hex color red value is 207, green value is 139 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cf8b2f hue: 0.10 , saturation: 0.63 and the lightness value of cf8b2f is 0.50.

The process color (four color CMYK) of #cf8b2f color hex is 0.00, 0.33, 0.77, 0.19. Web safe color of #cf8b2f is #cc9933. Color #cf8b2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001011 00101111
Octal 317 213 57
Decimal 207 139 47
Hex CF 8B 2F

RGB Percentages of Color #cf8b2f

%52.67
%35.37
%11.96

CMYK Percentages of Color #cf8b2f

%0
%33
%77
%19

Triadic Colors of #cf8b2f

#cf8b2f #2fcf8b #8b2fcf

Analogous Colors of #cf8b2f

#cf8b2f #c3cf2f #cf3b2f

Monochromatic Colors of #cf8b2f

#cf8b2f

Complementary Color

#cf8b2f #2f73cf

#cf8b2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf8b2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf8b2f Color CSS Codes

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

#cf8b2f Text Font Color

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

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


#cf8b2f Background Color

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

This div background color is #cf8b2f


#cf8b2f Border Color

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

This div border color is #cf8b2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf8b2f


Comments

No comments written yet.

Please login to write comment.