Color Hex Logo

#bfaaee Color Hex

#BFAAEE
(191,170,238)
0 Favorites   0 Comments

Color spaces of #bfaaee

RGB 191170238
HSL0.720.670.80
HSV259°29°93°
CMYK 0.200.290.00   0.07
XYZ51.293245.998987.0641
Yxy45.99890.27820.2495
Hunter Lab67.822516.3077-28.6352
CIE-Lab73.544821.1085-31.2459

#bfaaee color RGB value is (191,170,238).

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

The process color (four color CMYK) of #bfaaee color hex is 0.20, 0.29, 0.00, 0.07. Web safe color of #bfaaee is #cc99ff. Color #bfaaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101010 11101110
Octal 277 252 356
Decimal 191 170 238
Hex BF AA EE

RGB Percentages of Color #bfaaee

%31.89
%28.38
%39.73

CMYK Percentages of Color #bfaaee

%20
%29
%0
%7

Triadic Colors of #bfaaee

#bfaaee #eebfaa #aaeebf

Analogous Colors of #bfaaee

#bfaaee #e1aaee #aab7ee

Monochromatic Colors of #bfaaee

#bfaaee

Complementary Color

#bfaaee #d9eeaa

#bfaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaaee Color CSS Codes

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

#bfaaee Text Font Color

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

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


#bfaaee Background Color

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

This div background color is #bfaaee


#bfaaee Border Color

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

This div border color is #bfaaee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,170,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 #bfaaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaaee


Comments

No comments written yet.

Please login to write comment.