Color Hex Logo

#cfb94d Color Hex

#CFB94D
(207,185,77)
0 Favorites   0 Comments

Color spaces of #cfb94d

RGB 20718577
HSL0.140.580.56
HSV50°63°81°
CMYK 0.000.110.63   0.19
XYZ44.420648.499114.0412
Yxy48.49910.41530.4534
Hunter Lab69.6413-8.016336.7948
CIE-Lab75.1386-4.820956.0914

#cfb94d color RGB value is (207,185,77).

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

The process color (four color CMYK) of #cfb94d color hex is 0.00, 0.11, 0.63, 0.19. Web safe color of #cfb94d is #cccc66. Color #cfb94d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 01001101
Octal 317 271 115
Decimal 207 185 77
Hex CF B9 4D

RGB Percentages of Color #cfb94d

%44.14
%39.45
%16.42

CMYK Percentages of Color #cfb94d

%0
%11
%63
%19

Triadic Colors of #cfb94d

#cfb94d #4dcfb9 #b94dcf

Analogous Colors of #cfb94d

#cfb94d #a4cf4d #cf784d

Monochromatic Colors of #cfb94d

#cfb94d

Complementary Color

#cfb94d #4d63cf

#cfb94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb94d Color CSS Codes

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

#cfb94d Text Font Color

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

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


#cfb94d Background Color

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

This div background color is #cfb94d


#cfb94d Border Color

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

This div border color is #cfb94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb94d


Comments

No comments written yet.

Please login to write comment.