Color Hex Logo

#cfbb4f Color Hex

#CFBB4F
(207,187,79)
0 Favorites   0 Comments

Color spaces of #cfbb4f

RGB 20718779
HSL0.140.570.56
HSV51°62°81°
CMYK 0.000.100.62   0.19
XYZ44.913749.370614.5594
Yxy49.37060.41260.4536
Hunter Lab70.2642-8.863136.8995
CIE-Lab75.6813-5.729455.7990

#cfbb4f color RGB value is (207,187,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111011 01001111
Octal 317 273 117
Decimal 207 187 79
Hex CF BB 4F

RGB Percentages of Color #cfbb4f

%43.76
%39.53
%16.70

CMYK Percentages of Color #cfbb4f

%0
%10
%62
%19

Triadic Colors of #cfbb4f

#cfbb4f #4fcfbb #bb4fcf

Analogous Colors of #cfbb4f

#cfbb4f #a3cf4f #cf7b4f

Monochromatic Colors of #cfbb4f

#cfbb4f

Complementary Color

#cfbb4f #4f63cf

#cfbb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbb4f Color CSS Codes

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

#cfbb4f Text Font Color

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

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


#cfbb4f Background Color

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

This div background color is #cfbb4f


#cfbb4f Border Color

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

This div border color is #cfbb4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,187,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 #cfbb4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbb4f


Comments

No comments written yet.

Please login to write comment.