Color Hex Logo

#bfc372 Color Hex

#BFC372
(191,195,114)
0 Favorites   0 Comments

Color spaces of #bfc372

RGB 191195114
HSL0.170.400.61
HSV63°42°76°
CMYK 0.020.000.42   0.24
XYZ44.038251.321523.5046
Yxy51.32150.37050.4318
Hunter Lab71.6390-15.640130.6944
CIE-Lab76.8733-13.414740.1505

#bfc372 color RGB value is (191,195,114).

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

The process color (four color CMYK) of #bfc372 color hex is 0.02, 0.00, 0.42, 0.24. Web safe color of #bfc372 is #cccc66. Color #bfc372 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 01110010
Octal 277 303 162
Decimal 191 195 114
Hex BF C3 72

RGB Percentages of Color #bfc372

%38.20
%39.00
%22.80

CMYK Percentages of Color #bfc372

%2
%0
%42
%24

Triadic Colors of #bfc372

#bfc372 #72bfc3 #c372bf

Analogous Colors of #bfc372

#bfc372 #97c372 #c39f72

Monochromatic Colors of #bfc372

#bfc372

Complementary Color

#bfc372 #7672c3

#bfc372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc372 Color CSS Codes

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

#bfc372 Text Font Color

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

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


#bfc372 Background Color

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

This div background color is #bfc372


#bfc372 Border Color

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

This div border color is #bfc372


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,195,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 #bfc372">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc372


Comments

No comments written yet.

Please login to write comment.