Color Hex Logo

#cfb376 Color Hex

#CFB376
(207,179,118)
0 Favorites   0 Comments

Color spaces of #cfb376

RGB 207179118
HSL0.110.480.64
HSV41°43°81°
CMYK 0.000.140.43   0.19
XYZ45.122246.813623.7973
Yxy46.81360.38990.4045
Hunter Lab68.4205-2.017927.2727
CIE-Lab74.07041.815934.8218

#cfb376 color RGB value is (207,179,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110011 01110110
Octal 317 263 166
Decimal 207 179 118
Hex CF B3 76

RGB Percentages of Color #cfb376

%41.07
%35.52
%23.41

CMYK Percentages of Color #cfb376

%0
%14
%43
%19

Triadic Colors of #cfb376

#cfb376 #76cfb3 #b376cf

Analogous Colors of #cfb376

#cfb376 #bfcf76 #cf8776

Monochromatic Colors of #cfb376

#cfb376

Complementary Color

#cfb376 #7692cf

#cfb376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb376 Color CSS Codes

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

#cfb376 Text Font Color

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

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


#cfb376 Background Color

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

This div background color is #cfb376


#cfb376 Border Color

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

This div border color is #cfb376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb376


Comments

No comments written yet.

Please login to write comment.