Color Hex Logo

#cfbd5c Color Hex

#CFBD5C
(207,189,92)
0 Favorites   0 Comments

Color spaces of #cfbd5c

RGB 20718992
HSL0.140.550.59
HSV51°56°81°
CMYK 0.000.090.56   0.19
XYZ45.861550.433317.4427
Yxy50.43330.40320.4434
Hunter Lab71.0164-9.005735.1490
CIE-Lab76.3345-5.824350.5761

#cfbd5c color RGB value is (207,189,92).

#cfbd5c hex color red value is 207, green value is 189 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cfbd5c hue: 0.14 , saturation: 0.55 and the lightness value of cfbd5c is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111101 01011100
Octal 317 275 134
Decimal 207 189 92
Hex CF BD 5C

RGB Percentages of Color #cfbd5c

%42.42
%38.73
%18.85

CMYK Percentages of Color #cfbd5c

%0
%9
%56
%19

Triadic Colors of #cfbd5c

#cfbd5c #5ccfbd #bd5ccf

Analogous Colors of #cfbd5c

#cfbd5c #a8cf5c #cf845c

Monochromatic Colors of #cfbd5c

#cfbd5c

Complementary Color

#cfbd5c #5c6ecf

#cfbd5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbd5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbd5c Color CSS Codes

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

#cfbd5c Text Font Color

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

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


#cfbd5c Background Color

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

This div background color is #cfbd5c


#cfbd5c Border Color

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

This div border color is #cfbd5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbd5c


Comments

No comments written yet.

Please login to write comment.