Color Hex Logo

#bfaddd Color Hex

#BFADDD
(191,173,221)
0 Favorites   0 Comments

Color spaces of #bfaddd

RGB 191173221
HSL0.730.410.77
HSV263°22°87°
CMYK 0.140.220.00   0.13
XYZ49.480646.184074.7131
Yxy46.18400.29040.2711
Hunter Lab67.958811.0374-17.6115
CIE-Lab73.664815.7387-21.8098

#bfaddd color RGB value is (191,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 11011101
Octal 277 255 335
Decimal 191 173 221
Hex BF AD DD

RGB Percentages of Color #bfaddd

%32.65
%29.57
%37.78

CMYK Percentages of Color #bfaddd

%14
%22
%0
%13

Triadic Colors of #bfaddd

#bfaddd #ddbfad #adddbf

Analogous Colors of #bfaddd

#bfaddd #d7addd #adb3dd

Monochromatic Colors of #bfaddd

#bfaddd

Complementary Color

#bfaddd #cbddad

#bfaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaddd Color CSS Codes

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

#bfaddd Text Font Color

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

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


#bfaddd Background Color

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

This div background color is #bfaddd


#bfaddd Border Color

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

This div border color is #bfaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaddd


Comments

No comments written yet.

Please login to write comment.