Color Hex Logo

#bfaceb Color Hex

#BFACEB
(191,172,235)
0 Favorites   0 Comments

Color spaces of #bfaceb

RGB 191172235
HSL0.720.610.80
HSV258°27°92°
CMYK 0.190.270.00   0.08
XYZ51.233846.579684.8877
Yxy46.57960.28040.2549
Hunter Lab68.249214.5614-25.9698
CIE-Lab73.920119.3339-29.0390

#bfaceb color RGB value is (191,172,235).

#bfaceb hex color red value is 191, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bfaceb hue: 0.72 , saturation: 0.61 and the lightness value of bfaceb is 0.80.

The process color (four color CMYK) of #bfaceb color hex is 0.19, 0.27, 0.00, 0.08. Web safe color of #bfaceb is #cc99ff. Color #bfaceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 11101011
Octal 277 254 353
Decimal 191 172 235
Hex BF AC EB

RGB Percentages of Color #bfaceb

%31.94
%28.76
%39.30

CMYK Percentages of Color #bfaceb

%19
%27
%0
%8

Triadic Colors of #bfaceb

#bfaceb #ebbfac #acebbf

Analogous Colors of #bfaceb

#bfaceb #dfaceb #acb9eb

Monochromatic Colors of #bfaceb

#bfaceb

Complementary Color

#bfaceb #d8ebac

#bfaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaceb Color CSS Codes

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

#bfaceb Text Font Color

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

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


#bfaceb Background Color

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

This div background color is #bfaceb


#bfaceb Border Color

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

This div border color is #bfaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaceb


Comments

No comments written yet.

Please login to write comment.