Color Hex Logo

#beadfc Color Hex

#BEADFC
(190,173,252)
0 Favorites   0 Comments

Color spaces of #beadfc

RGB 190173252
HSL0.700.930.83
HSV253°31°99°
CMYK 0.250.310.00   0.01
XYZ53.749547.862698.5010
Yxy47.86260.26860.2392
Hunter Lab69.182817.6103-35.9879
CIE-Lab74.738222.3616-36.9847

#beadfc color RGB value is (190,173,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11111100
Octal 276 255 374
Decimal 190 173 252
Hex BE AD FC

RGB Percentages of Color #beadfc

%30.89
%28.13
%40.98

CMYK Percentages of Color #beadfc

%25
%31
%0
%1

Triadic Colors of #beadfc

#beadfc #fcbead #adfcbe

Analogous Colors of #beadfc

#beadfc #e6adfc #adc4fc

Monochromatic Colors of #beadfc

#beadfc

Complementary Color

#beadfc #ebfcad

#beadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadfc Color CSS Codes

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

#beadfc Text Font Color

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

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


#beadfc Background Color

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

This div background color is #beadfc


#beadfc Border Color

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

This div border color is #beadfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadfc


Comments

No comments written yet.

Please login to write comment.