Color Hex Logo

#bfaec1 Color Hex

#BFAEC1
(191,174,193)
0 Favorites   0 Comments

Color spaces of #bfaec1

RGB 191174193
HSL0.820.130.72
HSV294°10°76°
CMYK 0.010.100.00   0.24
XYZ46.247545.198756.7388
Yxy45.19870.31210.3050
Hunter Lab67.23005.1377-2.9769
CIE-Lab73.02259.5484-7.4551

#bfaec1 color RGB value is (191,174,193).

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

The process color (four color CMYK) of #bfaec1 color hex is 0.01, 0.10, 0.00, 0.24. Web safe color of #bfaec1 is #cc99cc. Color #bfaec1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 11000001
Octal 277 256 301
Decimal 191 174 193
Hex BF AE C1

RGB Percentages of Color #bfaec1

%34.23
%31.18
%34.59

CMYK Percentages of Color #bfaec1

%1
%10
%0
%24

Triadic Colors of #bfaec1

#bfaec1 #c1bfae #aec1bf

Analogous Colors of #bfaec1

#bfaec1 #c1aeba #b6aec1

Monochromatic Colors of #bfaec1

#bfaec1

Complementary Color

#bfaec1 #b0c1ae

#bfaec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaec1 Color CSS Codes

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

#bfaec1 Text Font Color

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

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


#bfaec1 Background Color

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

This div background color is #bfaec1


#bfaec1 Border Color

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

This div border color is #bfaec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaec1


Comments

No comments written yet.

Please login to write comment.