Color Hex Logo

#cfbd5f Color Hex

#CFBD5F
(207,189,95)
0 Favorites   0 Comments

Color spaces of #cfbd5f

RGB 20718995
HSL0.140.540.59
HSV50°54°81°
CMYK 0.000.090.54   0.19
XYZ45.995350.486818.1472
Yxy50.48680.40130.4404
Hunter Lab71.0541-8.796534.5952
CIE-Lab76.3671-5.584049.1893

#cfbd5f color RGB value is (207,189,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111101 01011111
Octal 317 275 137
Decimal 207 189 95
Hex CF BD 5F

RGB Percentages of Color #cfbd5f

%42.16
%38.49
%19.35

CMYK Percentages of Color #cfbd5f

%0
%9
%54
%19

Triadic Colors of #cfbd5f

#cfbd5f #5fcfbd #bd5fcf

Analogous Colors of #cfbd5f

#cfbd5f #a9cf5f #cf855f

Monochromatic Colors of #cfbd5f

#cfbd5f

Complementary Color

#cfbd5f #5f71cf

#cfbd5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbd5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbd5f Color CSS Codes

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

#cfbd5f Text Font Color

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

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


#cfbd5f Background Color

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

This div background color is #cfbd5f


#cfbd5f Border Color

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

This div border color is #cfbd5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbd5f


Comments

No comments written yet.

Please login to write comment.