Color Hex Logo

#bfaeb4 Color Hex

#BFAEB4
(191,174,180)
0 Favorites   0 Comments

Color spaces of #bfaeb4

RGB 191174180
HSL0.940.120.72
HSV339°75°
CMYK 0.000.090.06   0.25
XYZ44.860144.643849.4327
Yxy44.64380.32290.3213
Hunter Lab66.81602.91642.9065
CIE-Lab72.65677.1525-0.8580

#bfaeb4 color RGB value is (191,174,180).

#bfaeb4 hex color red value is 191, green value is 174 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bfaeb4 hue: 0.94 , saturation: 0.12 and the lightness value of bfaeb4 is 0.72.

The process color (four color CMYK) of #bfaeb4 color hex is 0.00, 0.09, 0.06, 0.25. Web safe color of #bfaeb4 is #cc99cc. Color #bfaeb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 10110100
Octal 277 256 264
Decimal 191 174 180
Hex BF AE B4

RGB Percentages of Color #bfaeb4

%35.05
%31.93
%33.03

CMYK Percentages of Color #bfaeb4

%0
%9
%6
%25

Triadic Colors of #bfaeb4

#bfaeb4 #b4bfae #aeb4bf

Analogous Colors of #bfaeb4

#bfaeb4 #bfb1ae #bfaebd

Monochromatic Colors of #bfaeb4

#bfaeb4

Complementary Color

#bfaeb4 #aebfb9

#bfaeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaeb4 Color CSS Codes

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

#bfaeb4 Text Font Color

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

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


#bfaeb4 Background Color

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

This div background color is #bfaeb4


#bfaeb4 Border Color

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

This div border color is #bfaeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaeb4


Comments

No comments written yet.

Please login to write comment.