Color Hex Logo

#beacfb Color Hex

#BEACFB
(190,172,251)
0 Favorites   0 Comments

Color spaces of #beacfb

RGB 190172251
HSL0.700.910.83
HSV254°31°98°
CMYK 0.240.310.00   0.02
XYZ53.400347.417297.6047
Yxy47.41720.26910.2390
Hunter Lab68.860117.9196-35.8375
CIE-Lab74.455822.6812-36.8830

#beacfb color RGB value is (190,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11111011
Octal 276 254 373
Decimal 190 172 251
Hex BE AC FB

RGB Percentages of Color #beacfb

%31.00
%28.06
%40.95

CMYK Percentages of Color #beacfb

%24
%31
%0
%2

Triadic Colors of #beacfb

#beacfb #fbbeac #acfbbe

Analogous Colors of #beacfb

#beacfb #e6acfb #acc2fb

Monochromatic Colors of #beacfb

#beacfb

Complementary Color

#beacfb #e9fbac

#beacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacfb Color CSS Codes

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

#beacfb Text Font Color

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

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


#beacfb Background Color

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

This div background color is #beacfb


#beacfb Border Color

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

This div border color is #beacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacfb


Comments

No comments written yet.

Please login to write comment.