Color Hex Logo

#cfb66f Color Hex

#CFB66F
(207,182,111)
0 Favorites   0 Comments

Color spaces of #cfb66f

RGB 207182111
HSL0.120.500.62
HSV44°46°81°
CMYK 0.000.120.46   0.19
XYZ45.329347.869021.8895
Yxy47.86900.39390.4159
Hunter Lab69.1874-4.130729.6730
CIE-Lab74.7422-0.484239.2896

#cfb66f color RGB value is (207,182,111).

#cfb66f hex color red value is 207, green value is 182 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cfb66f hue: 0.12 , saturation: 0.50 and the lightness value of cfb66f is 0.62.

The process color (four color CMYK) of #cfb66f color hex is 0.00, 0.12, 0.46, 0.19. Web safe color of #cfb66f is #cccc66. Color #cfb66f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110110 01101111
Octal 317 266 157
Decimal 207 182 111
Hex CF B6 6F

RGB Percentages of Color #cfb66f

%41.40
%36.40
%22.20

CMYK Percentages of Color #cfb66f

%0
%12
%46
%19

Triadic Colors of #cfb66f

#cfb66f #6fcfb6 #b66fcf

Analogous Colors of #cfb66f

#cfb66f #b8cf6f #cf866f

Monochromatic Colors of #cfb66f

#cfb66f

Complementary Color

#cfb66f #6f88cf

#cfb66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb66f Color CSS Codes

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

#cfb66f Text Font Color

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

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


#cfb66f Background Color

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

This div background color is #cfb66f


#cfb66f Border Color

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

This div border color is #cfb66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb66f


Comments

No comments written yet.

Please login to write comment.