Color Hex Logo

#cfbc5b Color Hex

#CFBC5B
(207,188,91)
0 Favorites   0 Comments

Color spaces of #cfbc5b

RGB 20718891
HSL0.140.550.58
HSV50°56°81°
CMYK 0.000.090.56   0.19
XYZ45.603749.987217.1424
Yxy49.98720.40450.4434
Hunter Lab70.7016-8.592435.1156
CIE-Lab76.0614-5.383650.7323

#cfbc5b color RGB value is (207,188,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111100 01011011
Octal 317 274 133
Decimal 207 188 91
Hex CF BC 5B

RGB Percentages of Color #cfbc5b

%42.59
%38.68
%18.72

CMYK Percentages of Color #cfbc5b

%0
%9
%56
%19

Triadic Colors of #cfbc5b

#cfbc5b #5bcfbc #bc5bcf

Analogous Colors of #cfbc5b

#cfbc5b #a8cf5b #cf825b

Monochromatic Colors of #cfbc5b

#cfbc5b

Complementary Color

#cfbc5b #5b6ecf

#cfbc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbc5b Color CSS Codes

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

#cfbc5b Text Font Color

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

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


#cfbc5b Background Color

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

This div background color is #cfbc5b


#cfbc5b Border Color

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

This div border color is #cfbc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbc5b


Comments

No comments written yet.

Please login to write comment.