Color Hex Logo

#bfaeee Color Hex

#BFAEEE
(191,174,238)
0 Favorites   0 Comments

Color spaces of #bfaeee

RGB 191174238
HSL0.710.650.81
HSV256°27°93°
CMYK 0.200.270.00   0.07
XYZ52.054547.521587.3179
Yxy47.52150.27850.2543
Hunter Lab68.935814.1503-26.8449
CIE-Lab74.522118.9001-29.7411

#bfaeee color RGB value is (191,174,238).

#bfaeee hex color red value is 191, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bfaeee hue: 0.71 , saturation: 0.65 and the lightness value of bfaeee is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 11101110
Octal 277 256 356
Decimal 191 174 238
Hex BF AE EE

RGB Percentages of Color #bfaeee

%31.67
%28.86
%39.47

CMYK Percentages of Color #bfaeee

%20
%27
%0
%7

Triadic Colors of #bfaeee

#bfaeee #eebfae #aeeebf

Analogous Colors of #bfaeee

#bfaeee #dfaeee #aebdee

Monochromatic Colors of #bfaeee

#bfaeee

Complementary Color

#bfaeee #ddeeae

#bfaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaeee Color CSS Codes

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

#bfaeee Text Font Color

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

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


#bfaeee Background Color

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

This div background color is #bfaeee


#bfaeee Border Color

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

This div border color is #bfaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaeee


Comments

No comments written yet.

Please login to write comment.