Color Hex Logo

#cfba7d Color Hex

#CFBA7D
(207,186,125)
0 Favorites   0 Comments

Color spaces of #cfba7d

RGB 207186125
HSL0.120.460.65
HSV45°40°81°
CMYK 0.000.100.40   0.19
XYZ46.992749.863926.5499
Yxy49.86390.38080.4041
Hunter Lab70.6144-4.786427.1380
CIE-Lab75.9856-1.122633.6475

#cfba7d color RGB value is (207,186,125).

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

The process color (four color CMYK) of #cfba7d color hex is 0.00, 0.10, 0.40, 0.19. Web safe color of #cfba7d is #cccc66. Color #cfba7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111010 01111101
Octal 317 272 175
Decimal 207 186 125
Hex CF BA 7D

RGB Percentages of Color #cfba7d

%39.96
%35.91
%24.13

CMYK Percentages of Color #cfba7d

%0
%10
%40
%19

Triadic Colors of #cfba7d

#cfba7d #7dcfba #ba7dcf

Analogous Colors of #cfba7d

#cfba7d #bbcf7d #cf917d

Monochromatic Colors of #cfba7d

#cfba7d

Complementary Color

#cfba7d #7d92cf

#cfba7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfba7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfba7d Color CSS Codes

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

#cfba7d Text Font Color

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

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


#cfba7d Background Color

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

This div background color is #cfba7d


#cfba7d Border Color

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

This div border color is #cfba7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfba7d


Comments

No comments written yet.

Please login to write comment.