Color Hex Logo

#bfbade Color Hex

#BFBADE
(191,186,222)
0 Favorites   0 Comments

Color spaces of #bfbade

RGB 191186222
HSL0.690.350.80
HSV248°16°87°
CMYK 0.140.160.00   0.13
XYZ52.229651.468176.2888
Yxy51.46810.29020.2860
Hunter Lab71.74134.4056-12.8294
CIE-Lab76.96178.8428-17.3569

#bfbade color RGB value is (191,186,222).

#bfbade hex color red value is 191, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bfbade hue: 0.69 , saturation: 0.35 and the lightness value of bfbade is 0.80.

The process color (four color CMYK) of #bfbade color hex is 0.14, 0.16, 0.00, 0.13. Web safe color of #bfbade is #cccccc. Color #bfbade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111010 11011110
Octal 277 272 336
Decimal 191 186 222
Hex BF BA DE

RGB Percentages of Color #bfbade

%31.89
%31.05
%37.06

CMYK Percentages of Color #bfbade

%14
%16
%0
%13

Triadic Colors of #bfbade

#bfbade #debfba #badebf

Analogous Colors of #bfbade

#bfbade #d1bade #bac7de

Monochromatic Colors of #bfbade

#bfbade

Complementary Color

#bfbade #d9deba

#bfbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbade Color CSS Codes

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

#bfbade Text Font Color

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

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


#bfbade Background Color

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

This div background color is #bfbade


#bfbade Border Color

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

This div border color is #bfbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbade


Comments

No comments written yet.

Please login to write comment.