Color Hex Logo

#beadfa Color Hex

#BEADFA
(190,173,250)
0 Favorites   0 Comments

Color spaces of #beadfa

RGB 190173250
HSL0.700.890.83
HSV253°31°98°
CMYK 0.240.310.00   0.02
XYZ53.434147.736496.8402
Yxy47.73640.26990.2411
Hunter Lab69.091517.1384-34.7381
CIE-Lab74.658421.8953-36.0290

#beadfa color RGB value is (190,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11111010
Octal 276 255 372
Decimal 190 173 250
Hex BE AD FA

RGB Percentages of Color #beadfa

%31.00
%28.22
%40.78

CMYK Percentages of Color #beadfa

%24
%31
%0
%2

Triadic Colors of #beadfa

#beadfa #fabead #adfabe

Analogous Colors of #beadfa

#beadfa #e5adfa #adc3fa

Monochromatic Colors of #beadfa

#beadfa

Complementary Color

#beadfa #e9faad

#beadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadfa Color CSS Codes

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

#beadfa Text Font Color

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

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


#beadfa Background Color

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

This div background color is #beadfa


#beadfa Border Color

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

This div border color is #beadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadfa


Comments

No comments written yet.

Please login to write comment.