Color Hex Logo

#bfc48d Color Hex

#BFC48D
(191,196,141)
0 Favorites   0 Comments

Color spaces of #bfc48d

RGB 191196141
HSL0.180.320.66
HSV65°28°77°
CMYK 0.030.000.28   0.23
XYZ46.033552.479332.9026
Yxy52.47930.35030.3993
Hunter Lab72.4426-13.347123.7810
CIE-Lab77.5666-10.645527.1111

#bfc48d color RGB value is (191,196,141).

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

The process color (four color CMYK) of #bfc48d color hex is 0.03, 0.00, 0.28, 0.23. Web safe color of #bfc48d is #cccc99. Color #bfc48d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 10001101
Octal 277 304 215
Decimal 191 196 141
Hex BF C4 8D

RGB Percentages of Color #bfc48d

%36.17
%37.12
%26.70

CMYK Percentages of Color #bfc48d

%3
%0
%28
%23

Triadic Colors of #bfc48d

#bfc48d #8dbfc4 #c48dbf

Analogous Colors of #bfc48d

#bfc48d #a4c48d #c4ae8d

Monochromatic Colors of #bfc48d

#bfc48d

Complementary Color

#bfc48d #928dc4

#bfc48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc48d Color CSS Codes

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

#bfc48d Text Font Color

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

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


#bfc48d Background Color

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

This div background color is #bfc48d


#bfc48d Border Color

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

This div border color is #bfc48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc48d


Comments

No comments written yet.

Please login to write comment.