Color Hex Logo

#cfb374 Color Hex

#CFB374
(207,179,116)
0 Favorites   0 Comments

Color spaces of #cfb374

RGB 207179116
HSL0.120.490.63
HSV42°44°81°
CMYK 0.000.140.44   0.19
XYZ45.004646.766623.1778
Yxy46.76660.39150.4068
Hunter Lab68.3861-2.205627.7754
CIE-Lab74.04021.606735.8244

#cfb374 color RGB value is (207,179,116).

#cfb374 hex color red value is 207, green value is 179 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #cfb374 hue: 0.12 , saturation: 0.49 and the lightness value of cfb374 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110011 01110100
Octal 317 263 164
Decimal 207 179 116
Hex CF B3 74

RGB Percentages of Color #cfb374

%41.24
%35.66
%23.11

CMYK Percentages of Color #cfb374

%0
%14
%44
%19

Triadic Colors of #cfb374

#cfb374 #74cfb3 #b374cf

Analogous Colors of #cfb374

#cfb374 #becf74 #cf8674

Monochromatic Colors of #cfb374

#cfb374

Complementary Color

#cfb374 #7490cf

#cfb374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb374 Color CSS Codes

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

#cfb374 Text Font Color

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

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


#cfb374 Background Color

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

This div background color is #cfb374


#cfb374 Border Color

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

This div border color is #cfb374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb374


Comments

No comments written yet.

Please login to write comment.