Color Hex Logo

#beadf2 Color Hex

#BEADF2
(190,173,242)
0 Favorites   0 Comments

Color spaces of #beadf2

RGB 190173242
HSL0.710.730.81
HSV255°29°95°
CMYK 0.210.290.00   0.05
XYZ52.205847.245190.3721
Yxy47.24510.27500.2489
Hunter Lab68.735115.2883-29.8393
CIE-Lab74.346320.0540-32.1859

#beadf2 color RGB value is (190,173,242).

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

The process color (four color CMYK) of #beadf2 color hex is 0.21, 0.29, 0.00, 0.05. Web safe color of #beadf2 is #cc99ff. Color #beadf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11110010
Octal 276 255 362
Decimal 190 173 242
Hex BE AD F2

RGB Percentages of Color #beadf2

%31.40
%28.60
%40.00

CMYK Percentages of Color #beadf2

%21
%29
%0
%5

Triadic Colors of #beadf2

#beadf2 #f2bead #adf2be

Analogous Colors of #beadf2

#beadf2 #e1adf2 #adbff2

Monochromatic Colors of #beadf2

#beadf2

Complementary Color

#beadf2 #e1f2ad

#beadf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadf2 Color CSS Codes

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

#beadf2 Text Font Color

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

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


#beadf2 Background Color

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

This div background color is #beadf2


#beadf2 Border Color

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

This div border color is #beadf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadf2


Comments

No comments written yet.

Please login to write comment.