Color Hex Logo

#bfc09e Color Hex

#BFC09E
(191,192,158)
0 Favorites   0 Comments

Color spaces of #bfc09e

RGB 191192158
HSL0.170.210.69
HSV62°18°75°
CMYK 0.010.000.18   0.25
XYZ46.507051.244339.7877
Yxy51.24430.33810.3726
Hunter Lab71.5851-9.307117.1556
CIE-Lab76.8268-6.115017.0603

#bfc09e color RGB value is (191,192,158).

#bfc09e hex color red value is 191, green value is 192 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bfc09e hue: 0.17 , saturation: 0.21 and the lightness value of bfc09e is 0.69.

The process color (four color CMYK) of #bfc09e color hex is 0.01, 0.00, 0.18, 0.25. Web safe color of #bfc09e is #cccc99. Color #bfc09e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000000 10011110
Octal 277 300 236
Decimal 191 192 158
Hex BF C0 9E

RGB Percentages of Color #bfc09e

%35.30
%35.49
%29.21

CMYK Percentages of Color #bfc09e

%1
%0
%18
%25

Triadic Colors of #bfc09e

#bfc09e #9ebfc0 #c09ebf

Analogous Colors of #bfc09e

#bfc09e #aec09e #c0b09e

Monochromatic Colors of #bfc09e

#bfc09e

Complementary Color

#bfc09e #9f9ec0

#bfc09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc09e Color CSS Codes

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

#bfc09e Text Font Color

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

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


#bfc09e Background Color

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

This div background color is #bfc09e


#bfc09e Border Color

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

This div border color is #bfc09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc09e


Comments

No comments written yet.

Please login to write comment.