Color Hex Logo

#cfbe6f Color Hex

#CFBE6F
(207,190,111)
0 Favorites   0 Comments

Color spaces of #cfbe6f

RGB 207190111
HSL0.140.500.62
HSV49°46°81°
CMYK 0.000.080.46   0.19
XYZ47.014851.240022.4513
Yxy51.24000.38950.4245
Hunter Lab71.5821-8.030831.5115
CIE-Lab76.8242-4.674941.8853

#cfbe6f color RGB value is (207,190,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 01101111
Octal 317 276 157
Decimal 207 190 111
Hex CF BE 6F

RGB Percentages of Color #cfbe6f

%40.75
%37.40
%21.85

CMYK Percentages of Color #cfbe6f

%0
%8
%46
%19

Triadic Colors of #cfbe6f

#cfbe6f #6fcfbe #be6fcf

Analogous Colors of #cfbe6f

#cfbe6f #b0cf6f #cf8e6f

Monochromatic Colors of #cfbe6f

#cfbe6f

Complementary Color

#cfbe6f #6f80cf

#cfbe6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbe6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbe6f Color CSS Codes

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

#cfbe6f Text Font Color

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

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


#cfbe6f Background Color

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

This div background color is #cfbe6f


#cfbe6f Border Color

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

This div border color is #cfbe6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbe6f


Comments

No comments written yet.

Please login to write comment.