Color Hex Logo

#cfb06c Color Hex

#CFB06C
(207,176,108)
0 Favorites   0 Comments

Color spaces of #cfb06c

RGB 207176108
HSL0.110.510.62
HSV41°48°81°
CMYK 0.000.150.48   0.19
XYZ43.964245.398820.6330
Yxy45.39880.39970.4127
Hunter Lab67.3786-1.442329.0090
CIE-Lab73.15372.401438.8369

#cfb06c color RGB value is (207,176,108).

#cfb06c hex color red value is 207, green value is 176 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cfb06c hue: 0.11 , saturation: 0.51 and the lightness value of cfb06c is 0.62.

The process color (four color CMYK) of #cfb06c color hex is 0.00, 0.15, 0.48, 0.19. Web safe color of #cfb06c is #cc9966. Color #cfb06c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 01101100
Octal 317 260 154
Decimal 207 176 108
Hex CF B0 6C

RGB Percentages of Color #cfb06c

%42.16
%35.85
%22.00

CMYK Percentages of Color #cfb06c

%0
%15
%48
%19

Triadic Colors of #cfb06c

#cfb06c #6ccfb0 #b06ccf

Analogous Colors of #cfb06c

#cfb06c #bdcf6c #cf7f6c

Monochromatic Colors of #cfb06c

#cfb06c

Complementary Color

#cfb06c #6c8bcf

#cfb06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb06c Color CSS Codes

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

#cfb06c Text Font Color

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

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


#cfb06c Background Color

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

This div background color is #cfb06c


#cfb06c Border Color

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

This div border color is #cfb06c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb06c

#cfb06c Color Palettes


Comments

No comments written yet.

Please login to write comment.