Color Hex Logo

#bfafec Color Hex

#BFAFEC
(191,175,236)
0 Favorites   0 Comments

Color spaces of #bfafec

RGB 191175236
HSL0.710.620.81
HSV256°26°93°
CMYK 0.190.260.00   0.07
XYZ51.956247.792485.8434
Yxy47.79240.27990.2575
Hunter Lab69.132013.1706-25.2298
CIE-Lab74.693817.9024-28.3932

#bfafec color RGB value is (191,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 11101100
Octal 277 257 354
Decimal 191 175 236
Hex BF AF EC

RGB Percentages of Color #bfafec

%31.73
%29.07
%39.20

CMYK Percentages of Color #bfafec

%19
%26
%0
%7

Triadic Colors of #bfafec

#bfafec #ecbfaf #afecbf

Analogous Colors of #bfafec

#bfafec #deafec #afbeec

Monochromatic Colors of #bfafec

#bfafec

Complementary Color

#bfafec #dcecaf

#bfafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfafec Color CSS Codes

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

#bfafec Text Font Color

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

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


#bfafec Background Color

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

This div background color is #bfafec


#bfafec Border Color

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

This div border color is #bfafec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,175,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 #bfafec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfafec


Comments

No comments written yet.

Please login to write comment.