Color Hex Logo

#cfb91f Color Hex

#CFB91F
(207,185,31)
0 Favorites   0 Comments

Color spaces of #cfb91f

RGB 20718531
HSL0.150.740.47
HSV53°85°81°
CMYK 0.000.110.85   0.19
XYZ43.328448.06238.2896
Yxy48.06230.43470.4822
Hunter Lab69.3270-9.762241.4394
CIE-Lab74.8642-6.844571.8965

#cfb91f color RGB value is (207,185,31).

#cfb91f hex color red value is 207, green value is 185 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cfb91f hue: 0.15 , saturation: 0.74 and the lightness value of cfb91f is 0.47.

The process color (four color CMYK) of #cfb91f color hex is 0.00, 0.11, 0.85, 0.19. Web safe color of #cfb91f is #cccc33. Color #cfb91f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 00011111
Octal 317 271 37
Decimal 207 185 31
Hex CF B9 1F

RGB Percentages of Color #cfb91f

%48.94
%43.74
%7.33

CMYK Percentages of Color #cfb91f

%0
%11
%85
%19

Triadic Colors of #cfb91f

#cfb91f #1fcfb9 #b91fcf

Analogous Colors of #cfb91f

#cfb91f #8dcf1f #cf611f

Monochromatic Colors of #cfb91f

#cfb91f

Complementary Color

#cfb91f #1f35cf

#cfb91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb91f Color CSS Codes

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

#cfb91f Text Font Color

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

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


#cfb91f Background Color

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

This div background color is #cfb91f


#cfb91f Border Color

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

This div border color is #cfb91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb91f


Comments

No comments written yet.

Please login to write comment.