Color Hex Logo

#beaaed Color Hex

#BEAAED
(190,170,237)
0 Favorites   0 Comments

Color spaces of #beaaed

RGB 190170237
HSL0.720.650.80
HSV258°28°93°
CMYK 0.200.280.00   0.07
XYZ50.896045.811086.2807
Yxy45.81100.27810.2504
Hunter Lab67.683815.7794-28.2019
CIE-Lab73.422720.5813-30.8979

#beaaed color RGB value is (190,170,237).

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

The process color (four color CMYK) of #beaaed color hex is 0.20, 0.28, 0.00, 0.07. Web safe color of #beaaed is #cc99ff. Color #beaaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 11101101
Octal 276 252 355
Decimal 190 170 237
Hex BE AA ED

RGB Percentages of Color #beaaed

%31.83
%28.48
%39.70

CMYK Percentages of Color #beaaed

%20
%28
%0
%7

Triadic Colors of #beaaed

#beaaed #edbeaa #aaedbe

Analogous Colors of #beaaed

#beaaed #e0aaed #aab8ed

Monochromatic Colors of #beaaed

#beaaed

Complementary Color

#beaaed #d9edaa

#beaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaaed Color CSS Codes

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

#beaaed Text Font Color

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

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


#beaaed Background Color

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

This div background color is #beaaed


#beaaed Border Color

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

This div border color is #beaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaaed


Comments

No comments written yet.

Please login to write comment.