Color Hex Logo

#cfbc4e Color Hex

#CFBC4E
(207,188,78)
0 Favorites   0 Comments

Color spaces of #cfbc4e

RGB 20718878
HSL0.140.570.56
HSV51°62°81°
CMYK 0.000.090.62   0.19
XYZ45.090549.781914.4401
Yxy49.78190.41250.4554
Hunter Lab70.5563-9.399337.2551
CIE-Lab75.9352-6.313556.5168

#cfbc4e color RGB value is (207,188,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111100 01001110
Octal 317 274 116
Decimal 207 188 78
Hex CF BC 4E

RGB Percentages of Color #cfbc4e

%43.76
%39.75
%16.49

CMYK Percentages of Color #cfbc4e

%0
%9
%62
%19

Triadic Colors of #cfbc4e

#cfbc4e #4ecfbc #bc4ecf

Analogous Colors of #cfbc4e

#cfbc4e #a2cf4e #cf7c4e

Monochromatic Colors of #cfbc4e

#cfbc4e

Complementary Color

#cfbc4e #4e61cf

#cfbc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbc4e Color CSS Codes

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

#cfbc4e Text Font Color

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

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


#cfbc4e Background Color

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

This div background color is #cfbc4e


#cfbc4e Border Color

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

This div border color is #cfbc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbc4e


Comments

No comments written yet.

Please login to write comment.