Color Hex Logo

#bfaeec Color Hex

#BFAEEC
(191,174,236)
0 Favorites   0 Comments

Color spaces of #bfaeec

RGB 191174236
HSL0.710.620.80
HSV256°26°93°
CMYK 0.190.260.00   0.07
XYZ51.762247.404685.7787
Yxy47.40460.27990.2563
Hunter Lab68.851013.7071-25.6713
CIE-Lab74.447818.4531-28.7709

#bfaeec color RGB value is (191,174,236).

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

The process color (four color CMYK) of #bfaeec color hex is 0.19, 0.26, 0.00, 0.07. Web safe color of #bfaeec is #cc99ff. Color #bfaeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 11101100
Octal 277 256 354
Decimal 191 174 236
Hex BF AE EC

RGB Percentages of Color #bfaeec

%31.78
%28.95
%39.27

CMYK Percentages of Color #bfaeec

%19
%26
%0
%7

Triadic Colors of #bfaeec

#bfaeec #ecbfae #aeecbf

Analogous Colors of #bfaeec

#bfaeec #deaeec #aebcec

Monochromatic Colors of #bfaeec

#bfaeec

Complementary Color

#bfaeec #dbecae

#bfaeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaeec Color CSS Codes

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

#bfaeec Text Font Color

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

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


#bfaeec Background Color

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

This div background color is #bfaeec


#bfaeec Border Color

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

This div border color is #bfaeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaeec


Comments

No comments written yet.

Please login to write comment.