Color Hex Logo

#bcadfb Color Hex

#BCADFB
(188,173,251)
0 Favorites   0 Comments

Color spaces of #bcadfb

RGB 188173251
HSL0.700.910.83
HSV252°31°98°
CMYK 0.250.310.00   0.02
XYZ53.095247.543597.6452
Yxy47.54350.26780.2398
Hunter Lab68.951816.7854-35.6965
CIE-Lab74.536121.5481-36.7713

#bcadfb color RGB value is (188,173,251).

#bcadfb hex color red value is 188, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bcadfb hue: 0.70 , saturation: 0.91 and the lightness value of bcadfb is 0.83.

The process color (four color CMYK) of #bcadfb color hex is 0.25, 0.31, 0.00, 0.02. Web safe color of #bcadfb is #cc99ff. Color #bcadfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11111011
Octal 274 255 373
Decimal 188 173 251
Hex BC AD FB

RGB Percentages of Color #bcadfb

%30.72
%28.27
%41.01

CMYK Percentages of Color #bcadfb

%25
%31
%0
%2

Triadic Colors of #bcadfb

#bcadfb #fbbcad #adfbbc

Analogous Colors of #bcadfb

#bcadfb #e3adfb #adc5fb

Monochromatic Colors of #bcadfb

#bcadfb

Complementary Color

#bcadfb #ecfbad

#bcadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadfb Color CSS Codes

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

#bcadfb Text Font Color

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

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


#bcadfb Background Color

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

This div background color is #bcadfb


#bcadfb Border Color

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

This div border color is #bcadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadfb


Comments

No comments written yet.

Please login to write comment.