Color Hex Logo

#bea9de Color Hex

#BEA9DE
(190,169,222)
3 Favorites   0 Comments

Color spaces of #bea9de

RGB 190169222
HSL0.730.450.77
HSV264°24°87°
CMYK 0.140.240.00   0.13
XYZ48.608044.597075.1534
Yxy44.59700.28870.2649
Hunter Lab66.781013.0584-19.9766
CIE-Lab72.625717.8388-23.9470

#bea9de color RGB value is (190,169,222).

#bea9de hex color red value is 190, green value is 169 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bea9de hue: 0.73 , saturation: 0.45 and the lightness value of bea9de is 0.77.

The process color (four color CMYK) of #bea9de color hex is 0.14, 0.24, 0.00, 0.13. Web safe color of #bea9de is #cc99cc. Color #bea9de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 11011110
Octal 276 251 336
Decimal 190 169 222
Hex BE A9 DE

RGB Percentages of Color #bea9de

%32.70
%29.09
%38.21

CMYK Percentages of Color #bea9de

%14
%24
%0
%13

Triadic Colors of #bea9de

#bea9de #debea9 #a9debe

Analogous Colors of #bea9de

#bea9de #d9a9de #a9afde

Monochromatic Colors of #bea9de

#bea9de

Complementary Color

#bea9de #c9dea9

#bea9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea9de Color CSS Codes

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

#bea9de Text Font Color

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

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


#bea9de Background Color

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

This div background color is #bea9de


#bea9de Border Color

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

This div border color is #bea9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea9de

#bea9de Color Palettes


Comments

No comments written yet.

Please login to write comment.