Color Hex Logo

#bfaddc Color Hex

#BFADDC
(191,173,220)
0 Favorites   0 Comments

Color spaces of #bfaddc

RGB 191173220
HSL0.730.400.77
HSV263°21°86°
CMYK 0.130.210.00   0.14
XYZ49.347746.130874.0134
Yxy46.13080.29120.2722
Hunter Lab67.919710.8315-17.0657
CIE-Lab73.630315.5268-21.3167

#bfaddc color RGB value is (191,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 11011100
Octal 277 255 334
Decimal 191 173 220
Hex BF AD DC

RGB Percentages of Color #bfaddc

%32.71
%29.62
%37.67

CMYK Percentages of Color #bfaddc

%13
%21
%0
%14

Triadic Colors of #bfaddc

#bfaddc #dcbfad #addcbf

Analogous Colors of #bfaddc

#bfaddc #d7addc #adb3dc

Monochromatic Colors of #bfaddc

#bfaddc

Complementary Color

#bfaddc #cadcad

#bfaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaddc Color CSS Codes

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

#bfaddc Text Font Color

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

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


#bfaddc Background Color

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

This div background color is #bfaddc


#bfaddc Border Color

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

This div border color is #bfaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaddc


Comments

No comments written yet.

Please login to write comment.