Color Hex Logo

#cfbb79 Color Hex

#CFBB79
(207,187,121)
0 Favorites   0 Comments

Color spaces of #cfbb79

RGB 207187121
HSL0.130.470.64
HSV46°42°81°
CMYK 0.000.100.42   0.19
XYZ46.953650.186525.3014
Yxy50.18650.38350.4099
Hunter Lab70.8424-5.666428.4143
CIE-Lab76.1836-2.085535.9788

#cfbb79 color RGB value is (207,187,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111011 01111001
Octal 317 273 171
Decimal 207 187 121
Hex CF BB 79

RGB Percentages of Color #cfbb79

%40.19
%36.31
%23.50

CMYK Percentages of Color #cfbb79

%0
%10
%42
%19

Triadic Colors of #cfbb79

#cfbb79 #79cfbb #bb79cf

Analogous Colors of #cfbb79

#cfbb79 #b8cf79 #cf9079

Monochromatic Colors of #cfbb79

#cfbb79

Complementary Color

#cfbb79 #798dcf

#cfbb79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbb79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbb79 Color CSS Codes

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

#cfbb79 Text Font Color

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

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


#cfbb79 Background Color

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

This div background color is #cfbb79


#cfbb79 Border Color

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

This div border color is #cfbb79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbb79


Comments

No comments written yet.

Please login to write comment.