Color Hex Logo

#cfbb2a Color Hex

#CFBB2A
(207,187,42)
0 Favorites   0 Comments

Color spaces of #cfbb2a

RGB 20718742
HSL0.150.660.49
HSV53°80°81°
CMYK 0.000.100.80   0.19
XYZ43.920448.97329.3284
Yxy48.97320.42970.4791
Hunter Lab69.9809-10.438841.0833
CIE-Lab75.4347-7.558769.4777

#cfbb2a color RGB value is (207,187,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111011 00101010
Octal 317 273 52
Decimal 207 187 42
Hex CF BB 2A

RGB Percentages of Color #cfbb2a

%47.48
%42.89
%9.63

CMYK Percentages of Color #cfbb2a

%0
%10
%80
%19

Triadic Colors of #cfbb2a

#cfbb2a #2acfbb #bb2acf

Analogous Colors of #cfbb2a

#cfbb2a #91cf2a #cf692a

Monochromatic Colors of #cfbb2a

#cfbb2a

Complementary Color

#cfbb2a #2a3ecf

#cfbb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbb2a Color CSS Codes

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

#cfbb2a Text Font Color

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

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


#cfbb2a Background Color

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

This div background color is #cfbb2a


#cfbb2a Border Color

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

This div border color is #cfbb2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbb2a


Comments

No comments written yet.

Please login to write comment.