Color Hex Logo

#cfbd76 Color Hex

#CFBD76
(207,189,118)
0 Favorites   0 Comments

Color spaces of #cfbd76

RGB 207189118
HSL0.130.480.64
HSV48°43°81°
CMYK 0.000.090.43   0.19
XYZ47.199750.968624.4898
Yxy50.96860.38480.4155
Hunter Lab71.3923-6.924529.6363
CIE-Lab76.6600-3.449638.1292

#cfbd76 color RGB value is (207,189,118).

#cfbd76 hex color red value is 207, green value is 189 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cfbd76 hue: 0.13 , saturation: 0.48 and the lightness value of cfbd76 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111101 01110110
Octal 317 275 166
Decimal 207 189 118
Hex CF BD 76

RGB Percentages of Color #cfbd76

%40.27
%36.77
%22.96

CMYK Percentages of Color #cfbd76

%0
%9
%43
%19

Triadic Colors of #cfbd76

#cfbd76 #76cfbd #bd76cf

Analogous Colors of #cfbd76

#cfbd76 #b5cf76 #cf9176

Monochromatic Colors of #cfbd76

#cfbd76

Complementary Color

#cfbd76 #7688cf

#cfbd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbd76 Color CSS Codes

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

#cfbd76 Text Font Color

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

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


#cfbd76 Background Color

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

This div background color is #cfbd76


#cfbd76 Border Color

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

This div border color is #cfbd76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbd76


Comments

No comments written yet.

Please login to write comment.