Color Hex Logo

#cfbb2f Color Hex

#CFBB2F
(207,187,47)
0 Favorites   0 Comments

Color spaces of #cfbb2f

RGB 20718747
HSL0.150.630.50
HSV53°77°81°
CMYK 0.000.100.77   0.19
XYZ44.015549.01139.8296
Yxy49.01130.42790.4765
Hunter Lab70.0081-10.287540.6809
CIE-Lab75.4584-7.382167.9670

#cfbb2f color RGB value is (207,187,47).

#cfbb2f hex color red value is 207, green value is 187 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cfbb2f hue: 0.15 , saturation: 0.63 and the lightness value of cfbb2f is 0.50.

The process color (four color CMYK) of #cfbb2f color hex is 0.00, 0.10, 0.77, 0.19. Web safe color of #cfbb2f is #cccc33. Color #cfbb2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111011 00101111
Octal 317 273 57
Decimal 207 187 47
Hex CF BB 2F

RGB Percentages of Color #cfbb2f

%46.94
%42.40
%10.66

CMYK Percentages of Color #cfbb2f

%0
%10
%77
%19

Triadic Colors of #cfbb2f

#cfbb2f #2fcfbb #bb2fcf

Analogous Colors of #cfbb2f

#cfbb2f #93cf2f #cf6b2f

Monochromatic Colors of #cfbb2f

#cfbb2f

Complementary Color

#cfbb2f #2f43cf

#cfbb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbb2f Color CSS Codes

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

#cfbb2f Text Font Color

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

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


#cfbb2f Background Color

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

This div background color is #cfbb2f


#cfbb2f Border Color

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

This div border color is #cfbb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbb2f


Comments

No comments written yet.

Please login to write comment.