Color Hex Logo

#beaadf Color Hex

#BEAADF
(190,170,223)
0 Favorites   0 Comments

Color spaces of #beaadf

RGB 190170223
HSL0.730.450.77
HSV263°24°87°
CMYK 0.150.240.00   0.13
XYZ48.929245.024375.9238
Yxy45.02430.28800.2650
Hunter Lab67.100112.7363-20.1165
CIE-Lab72.907917.5015-24.0625

#beaadf color RGB value is (190,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 11011111
Octal 276 252 337
Decimal 190 170 223
Hex BE AA DF

RGB Percentages of Color #beaadf

%32.59
%29.16
%38.25

CMYK Percentages of Color #beaadf

%15
%24
%0
%13

Triadic Colors of #beaadf

#beaadf #dfbeaa #aadfbe

Analogous Colors of #beaadf

#beaadf #d9aadf #aab1df

Monochromatic Colors of #beaadf

#beaadf

Complementary Color

#beaadf #cbdfaa

#beaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaadf Color CSS Codes

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

#beaadf Text Font Color

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

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


#beaadf Background Color

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

This div background color is #beaadf


#beaadf Border Color

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

This div border color is #beaadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaadf


Comments

No comments written yet.

Please login to write comment.