Color Hex Logo

#beaedd Color Hex

#BEAEDD
(190,174,221)
0 Favorites   0 Comments

Color spaces of #beaedd

RGB 190174221
HSL0.720.410.77
HSV260°21°87°
CMYK 0.140.210.00   0.13
XYZ49.422446.439774.7655
Yxy46.43970.28970.2722
Hunter Lab68.146710.1979-17.3459
CIE-Lab73.829914.8690-21.5662

#beaedd color RGB value is (190,174,221).

#beaedd hex color red value is 190, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #beaedd hue: 0.72 , saturation: 0.41 and the lightness value of beaedd is 0.77.

The process color (four color CMYK) of #beaedd color hex is 0.14, 0.21, 0.00, 0.13. Web safe color of #beaedd is #cc99cc. Color #beaedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11011101
Octal 276 256 335
Decimal 190 174 221
Hex BE AE DD

RGB Percentages of Color #beaedd

%32.48
%29.74
%37.78

CMYK Percentages of Color #beaedd

%14
%21
%0
%13

Triadic Colors of #beaedd

#beaedd #ddbeae #aeddbe

Analogous Colors of #beaedd

#beaedd #d6aedd #aeb6dd

Monochromatic Colors of #beaedd

#beaedd

Complementary Color

#beaedd #cdddae

#beaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaedd Color CSS Codes

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

#beaedd Text Font Color

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

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


#beaedd Background Color

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

This div background color is #beaedd


#beaedd Border Color

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

This div border color is #beaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaedd


Comments

No comments written yet.

Please login to write comment.