Color Hex Logo

#bfc38a Color Hex

#BFC38A
(191,195,138)
0 Favorites   0 Comments

Color spaces of #bfc38a

RGB 191195138
HSL0.180.320.65
HSV64°29°76°
CMYK 0.020.000.29   0.24
XYZ45.588451.941631.6677
Yxy51.94160.35290.4020
Hunter Lab72.0705-13.212824.3974
CIE-Lab77.2459-10.533028.2588

#bfc38a color RGB value is (191,195,138).

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

The process color (four color CMYK) of #bfc38a color hex is 0.02, 0.00, 0.29, 0.24. Web safe color of #bfc38a is #cccc99. Color #bfc38a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 10001010
Octal 277 303 212
Decimal 191 195 138
Hex BF C3 8A

RGB Percentages of Color #bfc38a

%36.45
%37.21
%26.34

CMYK Percentages of Color #bfc38a

%2
%0
%29
%24

Triadic Colors of #bfc38a

#bfc38a #8abfc3 #c38abf

Analogous Colors of #bfc38a

#bfc38a #a3c38a #c3ab8a

Monochromatic Colors of #bfc38a

#bfc38a

Complementary Color

#bfc38a #8e8ac3

#bfc38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc38a Color CSS Codes

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

#bfc38a Text Font Color

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

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


#bfc38a Background Color

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

This div background color is #bfc38a


#bfc38a Border Color

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

This div border color is #bfc38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc38a


Comments

No comments written yet.

Please login to write comment.