Color Hex Logo

#bf9eae Color Hex

#BF9EAE
(191,158,174)
0 Favorites   0 Comments

Color spaces of #bf9eae

RGB 191158174
HSL0.920.200.68
HSV331°17°75°
CMYK 0.000.170.09   0.25
XYZ41.352738.586145.3127
Yxy38.58610.33020.3081
Hunter Lab62.117710.12420.2324
CIE-Lab68.450414.8611-3.7154

#bf9eae color RGB value is (191,158,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011110 10101110
Octal 277 236 256
Decimal 191 158 174
Hex BF 9E AE

RGB Percentages of Color #bf9eae

%36.52
%30.21
%33.27

CMYK Percentages of Color #bf9eae

%0
%17
%9
%25

Triadic Colors of #bf9eae

#bf9eae #aebf9e #9eaebf

Analogous Colors of #bf9eae

#bf9eae #bf9f9e #bf9ebf

Monochromatic Colors of #bf9eae

#bf9eae

Complementary Color

#bf9eae #9ebfaf

#bf9eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf9eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf9eae Color CSS Codes

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

#bf9eae Text Font Color

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

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


#bf9eae Background Color

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

This div background color is #bf9eae


#bf9eae Border Color

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

This div border color is #bf9eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf9eae


Comments

No comments written yet.

Please login to write comment.