Color Hex Logo

#bfc47a Color Hex

#BFC47A
(191,196,122)
0 Favorites   0 Comments

Color spaces of #bfc47a

RGB 191196122
HSL0.180.390.62
HSV64°38°77°
CMYK 0.030.000.38   0.23
XYZ44.738651.961426.0839
Yxy51.96140.36440.4232
Hunter Lab72.0843-15.362629.0047
CIE-Lab77.2578-13.031236.5761

#bfc47a color RGB value is (191,196,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 01111010
Octal 277 304 172
Decimal 191 196 122
Hex BF C4 7A

RGB Percentages of Color #bfc47a

%37.52
%38.51
%23.97

CMYK Percentages of Color #bfc47a

%3
%0
%38
%23

Triadic Colors of #bfc47a

#bfc47a #7abfc4 #c47abf

Analogous Colors of #bfc47a

#bfc47a #9ac47a #c4a47a

Monochromatic Colors of #bfc47a

#bfc47a

Complementary Color

#bfc47a #7f7ac4

#bfc47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc47a Color CSS Codes

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

#bfc47a Text Font Color

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

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


#bfc47a Background Color

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

This div background color is #bfc47a


#bfc47a Border Color

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

This div border color is #bfc47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc47a


Comments

No comments written yet.

Please login to write comment.