Color Hex Logo

#bfaeff Color Hex

#BFAEFF
(191,174,255)
0 Favorites   0 Comments

Color spaces of #bfaeff

RGB 191174255
HSL0.701.000.84
HSV253°32°100°
CMYK 0.250.320.00   0.00
XYZ54.671948.5685101.1009
Yxy48.56850.26760.2377
Hunter Lab69.691118.0718-37.2282
CIE-Lab75.182122.8000-37.9064

#bfaeff color RGB value is (191,174,255).

#bfaeff hex color red value is 191, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bfaeff hue: 0.70 , saturation: 1.00 and the lightness value of bfaeff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 11111111
Octal 277 256 377
Decimal 191 174 255
Hex BF AE FF

RGB Percentages of Color #bfaeff

%30.81
%28.06
%41.13

CMYK Percentages of Color #bfaeff

%25
%32
%0
%0

Triadic Colors of #bfaeff

#bfaeff #ffbfae #aeffbf

Analogous Colors of #bfaeff

#bfaeff #e8aeff #aec6ff

Monochromatic Colors of #bfaeff

#bfaeff

Complementary Color

#bfaeff #eeffae

#bfaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaeff Color CSS Codes

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

#bfaeff Text Font Color

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

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


#bfaeff Background Color

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

This div background color is #bfaeff


#bfaeff Border Color

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

This div border color is #bfaeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaeff

Related Colors


Comments

No comments written yet.

Please login to write comment.