Color Hex Logo

#beadfe Color Hex

#BEADFE
(190,173,254)
0 Favorites   0 Comments

Color spaces of #beadfe

RGB 190173254
HSL0.700.980.84
HSV253°32°100°
CMYK 0.250.320.00   0.00
XYZ54.068247.9900100.1792
Yxy47.99000.26740.2373
Hunter Lab69.274818.0863-37.2477
CIE-Lab74.818622.8305-37.9384

#beadfe color RGB value is (190,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11111110
Octal 276 255 376
Decimal 190 173 254
Hex BE AD FE

RGB Percentages of Color #beadfe

%30.79
%28.04
%41.17

CMYK Percentages of Color #beadfe

%25
%32
%0
%0

Triadic Colors of #beadfe

#beadfe #febead #adfebe

Analogous Colors of #beadfe

#beadfe #e7adfe #adc5fe

Monochromatic Colors of #beadfe

#beadfe

Complementary Color

#beadfe #edfead

#beadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadfe Color CSS Codes

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

#beadfe Text Font Color

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

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


#beadfe Background Color

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

This div background color is #beadfe


#beadfe Border Color

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

This div border color is #beadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadfe


Comments

No comments written yet.

Please login to write comment.