Color Hex Logo

#beaaea Color Hex

#BEAAEA
(190,170,234)
0 Favorites   0 Comments

Color spaces of #beaaea

RGB 190170234
HSL0.720.600.79
HSV259°27°92°
CMYK 0.190.270.00   0.08
XYZ50.461245.637183.9912
Yxy45.63710.28020.2534
Hunter Lab67.555215.1111-26.4264
CIE-Lab73.309419.9101-29.4415

#beaaea color RGB value is (190,170,234).

#beaaea hex color red value is 190, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #beaaea hue: 0.72 , saturation: 0.60 and the lightness value of beaaea is 0.79.

The process color (four color CMYK) of #beaaea color hex is 0.19, 0.27, 0.00, 0.08. Web safe color of #beaaea is #cc99ff. Color #beaaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 11101010
Octal 276 252 352
Decimal 190 170 234
Hex BE AA EA

RGB Percentages of Color #beaaea

%31.99
%28.62
%39.39

CMYK Percentages of Color #beaaea

%19
%27
%0
%8

Triadic Colors of #beaaea

#beaaea #eabeaa #aaeabe

Analogous Colors of #beaaea

#beaaea #deaaea #aab6ea

Monochromatic Colors of #beaaea

#beaaea

Complementary Color

#beaaea #d6eaaa

#beaaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaaea Color CSS Codes

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

#beaaea Text Font Color

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

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


#beaaea Background Color

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

This div background color is #beaaea


#beaaea Border Color

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

This div border color is #beaaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaaea


Comments

No comments written yet.

Please login to write comment.