Color Hex Logo

#bfaee4 Color Hex

#BFAEE4
(191,174,228)
0 Favorites   0 Comments

Color spaces of #bfaee4

RGB 191174228
HSL0.720.500.79
HSV259°24°89°
CMYK 0.160.240.00   0.11
XYZ50.625546.949979.7928
Yxy46.94990.28540.2647
Hunter Lab68.520011.9734-21.0803
CIE-Lab74.157716.6926-24.8704

#bfaee4 color RGB value is (191,174,228).

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

The process color (four color CMYK) of #bfaee4 color hex is 0.16, 0.24, 0.00, 0.11. Web safe color of #bfaee4 is #cc99cc. Color #bfaee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 11100100
Octal 277 256 344
Decimal 191 174 228
Hex BF AE E4

RGB Percentages of Color #bfaee4

%32.21
%29.34
%38.45

CMYK Percentages of Color #bfaee4

%16
%24
%0
%11

Triadic Colors of #bfaee4

#bfaee4 #e4bfae #aee4bf

Analogous Colors of #bfaee4

#bfaee4 #daaee4 #aeb8e4

Monochromatic Colors of #bfaee4

#bfaee4

Complementary Color

#bfaee4 #d3e4ae

#bfaee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaee4 Color CSS Codes

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

#bfaee4 Text Font Color

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

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


#bfaee4 Background Color

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

This div background color is #bfaee4


#bfaee4 Border Color

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

This div border color is #bfaee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaee4


Comments

No comments written yet.

Please login to write comment.