Color Hex Logo

#bcaffb Color Hex

#BCAFFB
(188,175,251)
0 Favorites   0 Comments

Color spaces of #bcaffb

RGB 188175251
HSL0.700.900.84
HSV250°30°98°
CMYK 0.250.300.00   0.02
XYZ53.481648.316397.7740
Yxy48.31630.26800.2421
Hunter Lab69.509915.6972-34.7415
CIE-Lab75.024020.4416-36.0149

#bcaffb color RGB value is (188,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 11111011
Octal 274 257 373
Decimal 188 175 251
Hex BC AF FB

RGB Percentages of Color #bcaffb

%30.62
%28.50
%40.88

CMYK Percentages of Color #bcaffb

%25
%30
%0
%2

Triadic Colors of #bcaffb

#bcaffb #fbbcaf #affbbc

Analogous Colors of #bcaffb

#bcaffb #e2affb #afc8fb

Monochromatic Colors of #bcaffb

#bcaffb

Complementary Color

#bcaffb #eefbaf

#bcaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaffb Color CSS Codes

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

#bcaffb Text Font Color

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

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


#bcaffb Background Color

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

This div background color is #bcaffb


#bcaffb Border Color

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

This div border color is #bcaffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaffb


Comments

No comments written yet.

Please login to write comment.