Color Hex Logo

#beadfb Color Hex

#BEADFB
(190,173,251)
0 Favorites   0 Comments

Color spaces of #beadfb

RGB 190173251
HSL0.700.910.83
HSV253°31°98°
CMYK 0.240.310.00   0.02
XYZ53.591447.799397.6684
Yxy47.79930.26920.2401
Hunter Lab69.137017.3740-35.3618
CIE-Lab74.698222.1283-36.5072

#beadfb color RGB value is (190,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11111011
Octal 276 255 373
Decimal 190 173 251
Hex BE AD FB

RGB Percentages of Color #beadfb

%30.94
%28.18
%40.88

CMYK Percentages of Color #beadfb

%24
%31
%0
%2

Triadic Colors of #beadfb

#beadfb #fbbead #adfbbe

Analogous Colors of #beadfb

#beadfb #e5adfb #adc3fb

Monochromatic Colors of #beadfb

#beadfb

Complementary Color

#beadfb #eafbad

#beadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadfb Color CSS Codes

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

#beadfb Text Font Color

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

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


#beadfb Background Color

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

This div background color is #beadfb


#beadfb Border Color

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

This div border color is #beadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadfb

Related Colors


Comments

No comments written yet.

Please login to write comment.