Color Hex Logo

#beaede Color Hex

#BEAEDE
(190,174,222)
0 Favorites   0 Comments

Color spaces of #beaede

RGB 190174222
HSL0.720.420.78
HSV260°22°87°
CMYK 0.140.220.00   0.13
XYZ49.556146.493275.4694
Yxy46.49320.28890.2711
Hunter Lab68.185910.4047-17.8931
CIE-Lab73.864415.0826-22.0588

#beaede color RGB value is (190,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11011110
Octal 276 256 336
Decimal 190 174 222
Hex BE AE DE

RGB Percentages of Color #beaede

%32.42
%29.69
%37.88

CMYK Percentages of Color #beaede

%14
%22
%0
%13

Triadic Colors of #beaede

#beaede #debeae #aedebe

Analogous Colors of #beaede

#beaede #d6aede #aeb6de

Monochromatic Colors of #beaede

#beaede

Complementary Color

#beaede #cedeae

#beaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaede Color CSS Codes

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

#beaede Text Font Color

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

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


#beaede Background Color

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

This div background color is #beaede


#beaede Border Color

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

This div border color is #beaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaede


Comments

No comments written yet.

Please login to write comment.