Color Hex Logo

#beadf5 Color Hex

#BEADF5
(190,173,245)
0 Favorites   0 Comments

Color spaces of #beadf5

RGB 190173245
HSL0.710.780.82
HSV254°29°96°
CMYK 0.220.290.00   0.04
XYZ52.660247.426992.7650
Yxy47.42690.27310.2459
Hunter Lab68.867215.9748-31.6574
CIE-Lab74.462020.7397-33.6309

#beadf5 color RGB value is (190,173,245).

#beadf5 hex color red value is 190, green value is 173 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #beadf5 hue: 0.71 , saturation: 0.78 and the lightness value of beadf5 is 0.82.

The process color (four color CMYK) of #beadf5 color hex is 0.22, 0.29, 0.00, 0.04. Web safe color of #beadf5 is #cc99ff. Color #beadf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11110101
Octal 276 255 365
Decimal 190 173 245
Hex BE AD F5

RGB Percentages of Color #beadf5

%31.25
%28.45
%40.30

CMYK Percentages of Color #beadf5

%22
%29
%0
%4

Triadic Colors of #beadf5

#beadf5 #f5bead #adf5be

Analogous Colors of #beadf5

#beadf5 #e2adf5 #adc0f5

Monochromatic Colors of #beadf5

#beadf5

Complementary Color

#beadf5 #e4f5ad

#beadf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadf5 Color CSS Codes

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

#beadf5 Text Font Color

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

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


#beadf5 Background Color

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

This div background color is #beadf5


#beadf5 Border Color

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

This div border color is #beadf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadf5


Comments

No comments written yet.

Please login to write comment.