Color Hex Logo

#bfadcb Color Hex

#BFADCB
(191,173,203)
0 Favorites   0 Comments

Color spaces of #bfadcb

RGB 191173203
HSL0.770.220.74
HSV276°15°80°
CMYK 0.060.150.00   0.20
XYZ47.208945.275362.7507
Yxy45.27530.30410.2917
Hunter Lab67.28697.4845-8.1921
CIE-Lab73.072812.0381-12.8631

#bfadcb color RGB value is (191,173,203).

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

The process color (four color CMYK) of #bfadcb color hex is 0.06, 0.15, 0.00, 0.20. Web safe color of #bfadcb is #cc99cc. Color #bfadcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 11001011
Octal 277 255 313
Decimal 191 173 203
Hex BF AD CB

RGB Percentages of Color #bfadcb

%33.69
%30.51
%35.80

CMYK Percentages of Color #bfadcb

%6
%15
%0
%20

Triadic Colors of #bfadcb

#bfadcb #cbbfad #adcbbf

Analogous Colors of #bfadcb

#bfadcb #cbadc8 #b0adcb

Monochromatic Colors of #bfadcb

#bfadcb

Complementary Color

#bfadcb #b9cbad

#bfadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfadcb Color CSS Codes

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

#bfadcb Text Font Color

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

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


#bfadcb Background Color

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

This div background color is #bfadcb


#bfadcb Border Color

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

This div border color is #bfadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfadcb


Comments

No comments written yet.

Please login to write comment.