Color Hex Logo

#bfb002 Color Hex

#BFB002
(191,176,2)
0 Favorites   0 Comments

Color spaces of #bfb002

RGB 1911762
HSL0.150.980.38
HSV55°99°75°
CMYK 0.000.080.99   0.25
XYZ37.022142.13146.2383
Yxy42.13140.43360.4934
Hunter Lab64.9087-11.778939.7378
CIE-Lab70.9614-9.678572.8315

#bfb002 color RGB value is (191,176,2).

#bfb002 hex color red value is 191, green value is 176 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #bfb002 hue: 0.15 , saturation: 0.98 and the lightness value of bfb002 is 0.38.

The process color (four color CMYK) of #bfb002 color hex is 0.00, 0.08, 0.99, 0.25. Web safe color of #bfb002 is #cc9900. Color #bfb002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 00000010
Octal 277 260 2
Decimal 191 176 2
Hex BF B0 2

RGB Percentages of Color #bfb002

%51.76
%47.70
%0.54

CMYK Percentages of Color #bfb002

%0
%8
%99
%25

Triadic Colors of #bfb002

#bfb002 #02bfb0 #b002bf

Analogous Colors of #bfb002

#bfb002 #70bf02 #bf5102

Monochromatic Colors of #bfb002

#bfb002

Complementary Color

#bfb002 #0211bf

#bfb002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb002 Color CSS Codes

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

#bfb002 Text Font Color

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

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


#bfb002 Background Color

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

This div background color is #bfb002


#bfb002 Border Color

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

This div border color is #bfb002


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,176,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfb002; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfb002;
  -webkit-box-shadow: 1px 1px 3px 2px #bfb002;
  box-shadow:         1px 1px 3px 2px #bfb002; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb002


Comments

No comments written yet.

Please login to write comment.