Color Hex Logo

#bfaedc Color Hex

#BFAEDC
(191,174,220)
0 Favorites   0 Comments

Color spaces of #bfaedc

RGB 191174220
HSL0.730.400.77
HSV262°21°86°
CMYK 0.130.210.00   0.14
XYZ49.540246.515874.0775
Yxy46.51580.29120.2734
Hunter Lab68.202510.3026-16.6555
CIE-Lab73.879014.9768-20.9388

#bfaedc color RGB value is (191,174,220).

#bfaedc hex color red value is 191, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bfaedc hue: 0.73 , saturation: 0.40 and the lightness value of bfaedc is 0.77.

The process color (four color CMYK) of #bfaedc color hex is 0.13, 0.21, 0.00, 0.14. Web safe color of #bfaedc is #cc99cc. Color #bfaedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 11011100
Octal 277 256 334
Decimal 191 174 220
Hex BF AE DC

RGB Percentages of Color #bfaedc

%32.65
%29.74
%37.61

CMYK Percentages of Color #bfaedc

%13
%21
%0
%14

Triadic Colors of #bfaedc

#bfaedc #dcbfae #aedcbf

Analogous Colors of #bfaedc

#bfaedc #d6aedc #aeb4dc

Monochromatic Colors of #bfaedc

#bfaedc

Complementary Color

#bfaedc #cbdcae

#bfaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaedc Color CSS Codes

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

#bfaedc Text Font Color

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

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


#bfaedc Background Color

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

This div background color is #bfaedc


#bfaedc Border Color

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

This div border color is #bfaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaedc


Comments

No comments written yet.

Please login to write comment.