Color Hex Logo

#bfbaee Color Hex

#BFBAEE
(191,186,238)
0 Favorites   0 Comments

Color spaces of #bfbaee

RGB 191186238
HSL0.680.600.83
HSV246°22°93°
CMYK 0.200.220.00   0.07
XYZ54.477452.367288.1255
Yxy52.36720.27940.2686
Hunter Lab72.36527.7379-21.5471
CIE-Lab77.499912.3158-25.1781

#bfbaee color RGB value is (191,186,238).

#bfbaee hex color red value is 191, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bfbaee hue: 0.68 , saturation: 0.60 and the lightness value of bfbaee is 0.83.

The process color (four color CMYK) of #bfbaee color hex is 0.20, 0.22, 0.00, 0.07. Web safe color of #bfbaee is #ccccff. Color #bfbaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111010 11101110
Octal 277 272 356
Decimal 191 186 238
Hex BF BA EE

RGB Percentages of Color #bfbaee

%31.06
%30.24
%38.70

CMYK Percentages of Color #bfbaee

%20
%22
%0
%7

Triadic Colors of #bfbaee

#bfbaee #eebfba #baeebf

Analogous Colors of #bfbaee

#bfbaee #d9baee #bacfee

Monochromatic Colors of #bfbaee

#bfbaee

Complementary Color

#bfbaee #e9eeba

#bfbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbaee Color CSS Codes

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

#bfbaee Text Font Color

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

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


#bfbaee Background Color

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

This div background color is #bfbaee


#bfbaee Border Color

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

This div border color is #bfbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbaee


Comments

No comments written yet.

Please login to write comment.