Color Hex Logo

#beaae8 Color Hex

#BEAAE8
(190,170,232)
0 Favorites   0 Comments

Color spaces of #beaae8

RGB 190170232
HSL0.720.570.79
HSV259°27°91°
CMYK 0.180.270.00   0.09
XYZ50.175445.522882.4862
Yxy45.52280.28160.2555
Hunter Lab67.470614.6704-25.2556
CIE-Lab73.234819.4659-28.4680

#beaae8 color RGB value is (190,170,232).

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

The process color (four color CMYK) of #beaae8 color hex is 0.18, 0.27, 0.00, 0.09. Web safe color of #beaae8 is #cc99ff. Color #beaae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 11101000
Octal 276 252 350
Decimal 190 170 232
Hex BE AA E8

RGB Percentages of Color #beaae8

%32.09
%28.72
%39.19

CMYK Percentages of Color #beaae8

%18
%27
%0
%9

Triadic Colors of #beaae8

#beaae8 #e8beaa #aae8be

Analogous Colors of #beaae8

#beaae8 #ddaae8 #aab5e8

Monochromatic Colors of #beaae8

#beaae8

Complementary Color

#beaae8 #d4e8aa

#beaae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaae8 Color CSS Codes

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

#beaae8 Text Font Color

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

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


#beaae8 Background Color

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

This div background color is #beaae8


#beaae8 Border Color

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

This div border color is #beaae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaae8


Comments

No comments written yet.

Please login to write comment.