Color Hex Logo

#cfb94f Color Hex

#CFB94F
(207,185,79)
0 Favorites   0 Comments

Color spaces of #cfb94f

RGB 20718579
HSL0.140.570.56
HSV50°62°81°
CMYK 0.000.110.62   0.19
XYZ44.492448.527814.4189
Yxy48.52780.41410.4517
Hunter Lab69.6619-7.902036.4912
CIE-Lab75.1566-4.689455.2244

#cfb94f color RGB value is (207,185,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 01001111
Octal 317 271 117
Decimal 207 185 79
Hex CF B9 4F

RGB Percentages of Color #cfb94f

%43.95
%39.28
%16.77

CMYK Percentages of Color #cfb94f

%0
%11
%62
%19

Triadic Colors of #cfb94f

#cfb94f #4fcfb9 #b94fcf

Analogous Colors of #cfb94f

#cfb94f #a5cf4f #cf794f

Monochromatic Colors of #cfb94f

#cfb94f

Complementary Color

#cfb94f #4f65cf

#cfb94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb94f Color CSS Codes

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

#cfb94f Text Font Color

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

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


#cfb94f Background Color

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

This div background color is #cfb94f


#cfb94f Border Color

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

This div border color is #cfb94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb94f


Comments

No comments written yet.

Please login to write comment.