Color Hex Logo

#beaae0 Color Hex

#BEAAE0
(190,170,224)
0 Favorites   0 Comments

Color spaces of #beaae0

RGB 190170224
HSL0.730.470.77
HSV262°24°88°
CMYK 0.150.240.00   0.12
XYZ49.064545.078476.6360
Yxy45.07840.28730.2640
Hunter Lab67.140412.9474-20.6770
CIE-Lab72.943517.7170-24.5539

#beaae0 color RGB value is (190,170,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 11100000
Octal 276 252 340
Decimal 190 170 224
Hex BE AA E0

RGB Percentages of Color #beaae0

%32.53
%29.11
%38.36

CMYK Percentages of Color #beaae0

%15
%24
%0
%12

Triadic Colors of #beaae0

#beaae0 #e0beaa #aae0be

Analogous Colors of #beaae0

#beaae0 #d9aae0 #aab1e0

Monochromatic Colors of #beaae0

#beaae0

Complementary Color

#beaae0 #cce0aa

#beaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaae0 Color CSS Codes

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

#beaae0 Text Font Color

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

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


#beaae0 Background Color

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

This div background color is #beaae0


#beaae0 Border Color

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

This div border color is #beaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaae0


Comments

No comments written yet.

Please login to write comment.