Color Hex Logo

#cfb29f Color Hex

#CFB29F
(207,178,159)
0 Favorites   0 Comments

Color spaces of #cfb29f

RGB 207178159
HSL0.070.330.72
HSV24°23°81°
CMYK 0.000.140.23   0.19
XYZ47.910547.609439.4653
Yxy47.60940.35490.3527
Hunter Lab68.99963.193914.3879
CIE-Lab74.57797.502613.5702

#cfb29f color RGB value is (207,178,159).

#cfb29f hex color red value is 207, green value is 178 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cfb29f hue: 0.07 , saturation: 0.33 and the lightness value of cfb29f is 0.72.

The process color (four color CMYK) of #cfb29f color hex is 0.00, 0.14, 0.23, 0.19. Web safe color of #cfb29f is #cc9999. Color #cfb29f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110010 10011111
Octal 317 262 237
Decimal 207 178 159
Hex CF B2 9F

RGB Percentages of Color #cfb29f

%38.05
%32.72
%29.23

CMYK Percentages of Color #cfb29f

%0
%14
%23
%19

Triadic Colors of #cfb29f

#cfb29f #9fcfb2 #b29fcf

Analogous Colors of #cfb29f

#cfb29f #cfca9f #cf9fa4

Monochromatic Colors of #cfb29f

#cfb29f

Complementary Color

#cfb29f #9fbccf

#cfb29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb29f Color CSS Codes

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

#cfb29f Text Font Color

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

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


#cfb29f Background Color

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

This div background color is #cfb29f


#cfb29f Border Color

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

This div border color is #cfb29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb29f

#cfb29f Color Palettes


Comments

No comments written yet.

Please login to write comment.