Color Hex Logo

#beaafe Color Hex

#BEAAFE
(190,170,254)
0 Favorites   0 Comments

Color spaces of #beaafe

RGB 190170254
HSL0.710.980.83
HSV254°33°100°
CMYK 0.250.330.00   0.00
XYZ53.499346.852499.9896
Yxy46.85240.26700.2339
Hunter Lab68.448819.7294-38.6963
CIE-Lab74.095324.4903-39.0627

#beaafe color RGB value is (190,170,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 11111110
Octal 276 252 376
Decimal 190 170 254
Hex BE AA FE

RGB Percentages of Color #beaafe

%30.94
%27.69
%41.37

CMYK Percentages of Color #beaafe

%25
%33
%0
%0

Triadic Colors of #beaafe

#beaafe #febeaa #aafebe

Analogous Colors of #beaafe

#beaafe #e8aafe #aac0fe

Monochromatic Colors of #beaafe

#beaafe

Complementary Color

#beaafe #eafeaa

#beaafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaafe Color CSS Codes

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

#beaafe Text Font Color

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

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


#beaafe Background Color

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

This div background color is #beaafe


#beaafe Border Color

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

This div border color is #beaafe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,170,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 #beaafe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaafe


Comments

No comments written yet.

Please login to write comment.