Color Hex Logo

#cfbc3f Color Hex

#CFBC3F
(207,188,63)
0 Favorites   0 Comments

Color spaces of #cfbc3f

RGB 20718863
HSL0.140.600.53
HSV52°70°81°
CMYK 0.000.090.70   0.19
XYZ44.612549.590711.9233
Yxy49.59070.42040.4673
Hunter Lab70.4207-10.153939.2558
CIE-Lab75.8173-7.188462.6212

#cfbc3f color RGB value is (207,188,63).

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

The process color (four color CMYK) of #cfbc3f color hex is 0.00, 0.09, 0.70, 0.19. Web safe color of #cfbc3f is #cccc33. Color #cfbc3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111100 00111111
Octal 317 274 77
Decimal 207 188 63
Hex CF BC 3F

RGB Percentages of Color #cfbc3f

%45.20
%41.05
%13.76

CMYK Percentages of Color #cfbc3f

%0
%9
%70
%19

Triadic Colors of #cfbc3f

#cfbc3f #3fcfbc #bc3fcf

Analogous Colors of #cfbc3f

#cfbc3f #9acf3f #cf743f

Monochromatic Colors of #cfbc3f

#cfbc3f

Complementary Color

#cfbc3f #3f52cf

#cfbc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbc3f Color CSS Codes

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

#cfbc3f Text Font Color

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

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


#cfbc3f Background Color

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

This div background color is #cfbc3f


#cfbc3f Border Color

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

This div border color is #cfbc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbc3f


Comments

No comments written yet.

Please login to write comment.