Color Hex Logo

#bfc467 Color Hex

#BFC467
(191,196,103)
0 Favorites   0 Comments

Color spaces of #bfc467

RGB 191196103
HSL0.180.440.59
HSV63°47°77°
CMYK 0.030.000.47   0.23
XYZ43.674051.535520.4774
Yxy51.53550.37750.4455
Hunter Lab71.7882-17.034933.3394
CIE-Lab77.0023-15.039845.7618

#bfc467 color RGB value is (191,196,103).

#bfc467 hex color red value is 191, green value is 196 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #bfc467 hue: 0.18 , saturation: 0.44 and the lightness value of bfc467 is 0.59.

The process color (four color CMYK) of #bfc467 color hex is 0.03, 0.00, 0.47, 0.23. Web safe color of #bfc467 is #cccc66. Color #bfc467 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 01100111
Octal 277 304 147
Decimal 191 196 103
Hex BF C4 67

RGB Percentages of Color #bfc467

%38.98
%40.00
%21.02

CMYK Percentages of Color #bfc467

%3
%0
%47
%23

Triadic Colors of #bfc467

#bfc467 #67bfc4 #c467bf

Analogous Colors of #bfc467

#bfc467 #91c467 #c49b67

Monochromatic Colors of #bfc467

#bfc467

Complementary Color

#bfc467 #6c67c4

#bfc467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc467 Color CSS Codes

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

#bfc467 Text Font Color

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

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


#bfc467 Background Color

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

This div background color is #bfc467


#bfc467 Border Color

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

This div border color is #bfc467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc467


Comments

No comments written yet.

Please login to write comment.