Color Hex Logo

#bfc173 Color Hex

#BFC173
(191,193,115)
0 Favorites   0 Comments

Color spaces of #bfc173

RGB 191193115
HSL0.170.390.60
HSV62°40°76°
CMYK 0.010.000.40   0.24
XYZ43.650350.454123.6577
Yxy50.45410.37070.4284
Hunter Lab71.0310-14.611829.9745
CIE-Lab76.3471-12.285938.9833

#bfc173 color RGB value is (191,193,115).

#bfc173 hex color red value is 191, green value is 193 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bfc173 hue: 0.17 , saturation: 0.39 and the lightness value of bfc173 is 0.60.

The process color (four color CMYK) of #bfc173 color hex is 0.01, 0.00, 0.40, 0.24. Web safe color of #bfc173 is #cccc66. Color #bfc173 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000001 01110011
Octal 277 301 163
Decimal 191 193 115
Hex BF C1 73

RGB Percentages of Color #bfc173

%38.28
%38.68
%23.05

CMYK Percentages of Color #bfc173

%1
%0
%40
%24

Triadic Colors of #bfc173

#bfc173 #73bfc1 #c173bf

Analogous Colors of #bfc173

#bfc173 #98c173 #c19c73

Monochromatic Colors of #bfc173

#bfc173

Complementary Color

#bfc173 #7573c1

#bfc173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc173 Color CSS Codes

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

#bfc173 Text Font Color

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

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


#bfc173 Background Color

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

This div background color is #bfc173


#bfc173 Border Color

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

This div border color is #bfc173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc173


Comments

No comments written yet.

Please login to write comment.