Color Hex Logo

#bfa09e Color Hex

#BFA09E
(191,160,158)
0 Favorites   0 Comments

Color spaces of #bfa09e

RGB 191160158
HSL0.010.200.68
HSV17°75°
CMYK 0.000.160.17   0.25
XYZ40.228238.686637.6948
Yxy38.68660.34500.3318
Hunter Lab62.19866.60117.6069
CIE-Lab68.523611.07965.2970

#bfa09e color RGB value is (191,160,158).

#bfa09e hex color red value is 191, green value is 160 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bfa09e hue: 0.01 , saturation: 0.20 and the lightness value of bfa09e is 0.68.

The process color (four color CMYK) of #bfa09e color hex is 0.00, 0.16, 0.17, 0.25. Web safe color of #bfa09e is #cc9999. Color #bfa09e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100000 10011110
Octal 277 240 236
Decimal 191 160 158
Hex BF A0 9E

RGB Percentages of Color #bfa09e

%37.52
%31.43
%31.04

CMYK Percentages of Color #bfa09e

%0
%16
%17
%25

Triadic Colors of #bfa09e

#bfa09e #9ebfa0 #a09ebf

Analogous Colors of #bfa09e

#bfa09e #bfb19e #bf9ead

Monochromatic Colors of #bfa09e

#bfa09e

Complementary Color

#bfa09e #9ebdbf

#bfa09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa09e Color CSS Codes

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

#bfa09e Text Font Color

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

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


#bfa09e Background Color

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

This div background color is #bfa09e


#bfa09e Border Color

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

This div border color is #bfa09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa09e


Comments

No comments written yet.

Please login to write comment.