Color Hex Logo

#bfc172 Color Hex

#BFC172
(191,193,114)
0 Favorites   0 Comments

Color spaces of #bfc172

RGB 191193114
HSL0.170.390.60
HSV62°41°76°
CMYK 0.010.000.41   0.24
XYZ43.593150.431223.3562
Yxy50.43120.37140.4296
Hunter Lab71.0149-14.702430.2105
CIE-Lab76.3332-12.394239.4722

#bfc172 color RGB value is (191,193,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000001 01110010
Octal 277 301 162
Decimal 191 193 114
Hex BF C1 72

RGB Percentages of Color #bfc172

%38.35
%38.76
%22.89

CMYK Percentages of Color #bfc172

%1
%0
%41
%24

Triadic Colors of #bfc172

#bfc172 #72bfc1 #c172bf

Analogous Colors of #bfc172

#bfc172 #98c172 #c19c72

Monochromatic Colors of #bfc172

#bfc172

Complementary Color

#bfc172 #7472c1

#bfc172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc172 Color CSS Codes

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

#bfc172 Text Font Color

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

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


#bfc172 Background Color

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

This div background color is #bfc172


#bfc172 Border Color

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

This div border color is #bfc172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc172


Comments

No comments written yet.

Please login to write comment.