Color Hex Logo

#cfb979 Color Hex

#CFB979
(207,185,121)
0 Favorites   0 Comments

Color spaces of #cfb979

RGB 207185121
HSL0.120.470.64
HSV45°42°81°
CMYK 0.000.110.42   0.19
XYZ46.532349.343825.1610
Yxy49.34380.38440.4077
Hunter Lab70.2451-4.685727.9346
CIE-Lab75.6647-1.034735.3121

#cfb979 color RGB value is (207,185,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 01111001
Octal 317 271 171
Decimal 207 185 121
Hex CF B9 79

RGB Percentages of Color #cfb979

%40.35
%36.06
%23.59

CMYK Percentages of Color #cfb979

%0
%11
%42
%19

Triadic Colors of #cfb979

#cfb979 #79cfb9 #b979cf

Analogous Colors of #cfb979

#cfb979 #bacf79 #cf8e79

Monochromatic Colors of #cfb979

#cfb979

Complementary Color

#cfb979 #798fcf

#cfb979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb979 Color CSS Codes

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

#cfb979 Text Font Color

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

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


#cfb979 Background Color

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

This div background color is #cfb979


#cfb979 Border Color

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

This div border color is #cfb979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb979


Comments

No comments written yet.

Please login to write comment.