Color Hex Logo

#bfaeef Color Hex

#BFAEEF
(191,174,239)
0 Favorites   0 Comments

Color spaces of #bfaeef

RGB 191174239
HSL0.710.670.81
HSV256°27°94°
CMYK 0.200.270.00   0.06
XYZ52.201947.580588.0940
Yxy47.58050.27790.2533
Hunter Lab68.978614.3733-27.4354
CIE-Lab74.559619.1244-30.2254

#bfaeef color RGB value is (191,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 11101111
Octal 277 256 357
Decimal 191 174 239
Hex BF AE EF

RGB Percentages of Color #bfaeef

%31.62
%28.81
%39.57

CMYK Percentages of Color #bfaeef

%20
%27
%0
%6

Triadic Colors of #bfaeef

#bfaeef #efbfae #aeefbf

Analogous Colors of #bfaeef

#bfaeef #e0aeef #aebeef

Monochromatic Colors of #bfaeef

#bfaeef

Complementary Color

#bfaeef #deefae

#bfaeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaeef Color CSS Codes

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

#bfaeef Text Font Color

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

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


#bfaeef Background Color

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

This div background color is #bfaeef


#bfaeef Border Color

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

This div border color is #bfaeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaeef


Comments

No comments written yet.

Please login to write comment.