Color Hex Logo

#cfb95f Color Hex

#CFB95F
(207,185,95)
0 Favorites   0 Comments

Color spaces of #cfb95f

RGB 20718595
HSL0.130.540.59
HSV48°54°81°
CMYK 0.000.110.54   0.19
XYZ45.146648.789517.8643
Yxy48.78950.40380.4364
Hunter Lab69.8495-6.864733.7310
CIE-Lab75.3202-3.500947.9592

#cfb95f color RGB value is (207,185,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 01011111
Octal 317 271 137
Decimal 207 185 95
Hex CF B9 5F

RGB Percentages of Color #cfb95f

%42.51
%37.99
%19.51

CMYK Percentages of Color #cfb95f

%0
%11
%54
%19

Triadic Colors of #cfb95f

#cfb95f #5fcfb9 #b95fcf

Analogous Colors of #cfb95f

#cfb95f #adcf5f #cf815f

Monochromatic Colors of #cfb95f

#cfb95f

Complementary Color

#cfb95f #5f75cf

#cfb95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb95f Color CSS Codes

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

#cfb95f Text Font Color

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

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


#cfb95f Background Color

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

This div background color is #cfb95f


#cfb95f Border Color

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

This div border color is #cfb95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb95f


Comments

No comments written yet.

Please login to write comment.