Color Hex Logo

#cfba76 Color Hex

#CFBA76
(207,186,118)
0 Favorites   0 Comments

Color spaces of #cfba76

RGB 207186118
HSL0.130.480.64
HSV46°43°81°
CMYK 0.000.100.43   0.19
XYZ46.561049.691224.2769
Yxy49.69120.38630.4123
Hunter Lab70.4920-5.459128.9254
CIE-Lab75.8793-1.878837.1368

#cfba76 color RGB value is (207,186,118).

#cfba76 hex color red value is 207, green value is 186 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cfba76 hue: 0.13 , saturation: 0.48 and the lightness value of cfba76 is 0.64.

The process color (four color CMYK) of #cfba76 color hex is 0.00, 0.10, 0.43, 0.19. Web safe color of #cfba76 is #cccc66. Color #cfba76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111010 01110110
Octal 317 272 166
Decimal 207 186 118
Hex CF BA 76

RGB Percentages of Color #cfba76

%40.51
%36.40
%23.09

CMYK Percentages of Color #cfba76

%0
%10
%43
%19

Triadic Colors of #cfba76

#cfba76 #76cfba #ba76cf

Analogous Colors of #cfba76

#cfba76 #b8cf76 #cf8e76

Monochromatic Colors of #cfba76

#cfba76

Complementary Color

#cfba76 #768bcf

#cfba76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfba76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfba76 Color CSS Codes

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

#cfba76 Text Font Color

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

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


#cfba76 Background Color

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

This div background color is #cfba76


#cfba76 Border Color

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

This div border color is #cfba76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfba76


Comments

No comments written yet.

Please login to write comment.