Color Hex Logo

#cfbc7e Color Hex

#CFBC7E
(207,188,126)
0 Favorites   0 Comments

Color spaces of #cfbc7e

RGB 207188126
HSL0.130.460.65
HSV46°39°81°
CMYK 0.000.090.39   0.19
XYZ47.481250.738227.0296
Yxy50.73820.37910.4051
Hunter Lab71.2308-5.668827.3630
CIE-Lab76.5202-2.061333.8210

#cfbc7e color RGB value is (207,188,126).

#cfbc7e hex color red value is 207, green value is 188 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cfbc7e hue: 0.13 , saturation: 0.46 and the lightness value of cfbc7e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111100 01111110
Octal 317 274 176
Decimal 207 188 126
Hex CF BC 7E

RGB Percentages of Color #cfbc7e

%39.73
%36.08
%24.18

CMYK Percentages of Color #cfbc7e

%0
%9
%39
%19

Triadic Colors of #cfbc7e

#cfbc7e #7ecfbc #bc7ecf

Analogous Colors of #cfbc7e

#cfbc7e #bacf7e #cf947e

Monochromatic Colors of #cfbc7e

#cfbc7e

Complementary Color

#cfbc7e #7e91cf

#cfbc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbc7e Color CSS Codes

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

#cfbc7e Text Font Color

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

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


#cfbc7e Background Color

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

This div background color is #cfbc7e


#cfbc7e Border Color

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

This div border color is #cfbc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbc7e


Comments

No comments written yet.

Please login to write comment.