Color Hex Logo

#bfaee9 Color Hex

#BFAEE9
(191,174,233)
0 Favorites   0 Comments

Color spaces of #bfaee9

RGB 191174233
HSL0.710.570.80
HSV257°25°91°
CMYK 0.180.250.00   0.09
XYZ51.329947.231783.5020
Yxy47.23170.28190.2594
Hunter Lab68.725313.0496-23.9303
CIE-Lab74.337717.7878-27.3118

#bfaee9 color RGB value is (191,174,233).

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

The process color (four color CMYK) of #bfaee9 color hex is 0.18, 0.25, 0.00, 0.09. Web safe color of #bfaee9 is #cc99ff. Color #bfaee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 11101001
Octal 277 256 351
Decimal 191 174 233
Hex BF AE E9

RGB Percentages of Color #bfaee9

%31.94
%29.10
%38.96

CMYK Percentages of Color #bfaee9

%18
%25
%0
%9

Triadic Colors of #bfaee9

#bfaee9 #e9bfae #aee9bf

Analogous Colors of #bfaee9

#bfaee9 #ddaee9 #aebbe9

Monochromatic Colors of #bfaee9

#bfaee9

Complementary Color

#bfaee9 #d8e9ae

#bfaee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaee9 Color CSS Codes

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

#bfaee9 Text Font Color

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

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


#bfaee9 Background Color

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

This div background color is #bfaee9


#bfaee9 Border Color

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

This div border color is #bfaee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaee9


Comments

No comments written yet.

Please login to write comment.