Color Hex Logo

#cfb37f Color Hex

#CFB37F
(207,179,127)
0 Favorites   0 Comments

Color spaces of #cfb37f

RGB 207179127
HSL0.110.450.65
HSV39°39°81°
CMYK 0.000.140.39   0.19
XYZ45.683047.037926.7501
Yxy47.03790.38240.3937
Hunter Lab68.5842-1.125924.8839
CIE-Lab74.21402.806130.2796

#cfb37f color RGB value is (207,179,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110011 01111111
Octal 317 263 177
Decimal 207 179 127
Hex CF B3 7F

RGB Percentages of Color #cfb37f

%40.35
%34.89
%24.76

CMYK Percentages of Color #cfb37f

%0
%14
%39
%19

Triadic Colors of #cfb37f

#cfb37f #7fcfb3 #b37fcf

Analogous Colors of #cfb37f

#cfb37f #c3cf7f #cf8b7f

Monochromatic Colors of #cfb37f

#cfb37f

Complementary Color

#cfb37f #7f9bcf

#cfb37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb37f Color CSS Codes

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

#cfb37f Text Font Color

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

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


#cfb37f Background Color

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

This div background color is #cfb37f


#cfb37f Border Color

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

This div border color is #cfb37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb37f


Comments

No comments written yet.

Please login to write comment.