Color Hex Logo

#bfaedd Color Hex

#BFAEDD
(191,174,221)
0 Favorites   0 Comments

Color spaces of #bfaedd

RGB 191174221
HSL0.730.410.77
HSV262°21°87°
CMYK 0.140.210.00   0.13
XYZ49.673146.568974.7773
Yxy46.56890.29050.2723
Hunter Lab68.241410.5081-17.1996
CIE-Lab73.913215.1890-21.4320

#bfaedd color RGB value is (191,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101110 11011101
Octal 277 256 335
Decimal 191 174 221
Hex BF AE DD

RGB Percentages of Color #bfaedd

%32.59
%29.69
%37.71

CMYK Percentages of Color #bfaedd

%14
%21
%0
%13

Triadic Colors of #bfaedd

#bfaedd #ddbfae #aeddbf

Analogous Colors of #bfaedd

#bfaedd #d7aedd #aeb5dd

Monochromatic Colors of #bfaedd

#bfaedd

Complementary Color

#bfaedd #ccddae

#bfaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaedd Color CSS Codes

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

#bfaedd Text Font Color

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

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


#bfaedd Background Color

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

This div background color is #bfaedd


#bfaedd Border Color

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

This div border color is #bfaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaedd


Comments

No comments written yet.

Please login to write comment.