Color Hex Logo

#cfbb2e Color Hex

#CFBB2E
(207,187,46)
0 Favorites   0 Comments

Color spaces of #cfbb2e

RGB 20718746
HSL0.150.640.50
HSV53°78°81°
CMYK 0.000.100.78   0.19
XYZ43.995649.00339.7245
Yxy49.00330.42830.4770
Hunter Lab70.0024-10.319140.7653
CIE-Lab75.4534-7.418968.2793

#cfbb2e color RGB value is (207,187,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111011 00101110
Octal 317 273 56
Decimal 207 187 46
Hex CF BB 2E

RGB Percentages of Color #cfbb2e

%47.05
%42.50
%10.45

CMYK Percentages of Color #cfbb2e

%0
%10
%78
%19

Triadic Colors of #cfbb2e

#cfbb2e #2ecfbb #bb2ecf

Analogous Colors of #cfbb2e

#cfbb2e #93cf2e #cf6b2e

Monochromatic Colors of #cfbb2e

#cfbb2e

Complementary Color

#cfbb2e #2e42cf

#cfbb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbb2e Color CSS Codes

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

#cfbb2e Text Font Color

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

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


#cfbb2e Background Color

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

This div background color is #cfbb2e


#cfbb2e Border Color

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

This div border color is #cfbb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbb2e


Comments

No comments written yet.

Please login to write comment.