Color Hex Logo

#beaecd Color Hex

#BEAECD
(190,174,205)
0 Favorites   0 Comments

Color spaces of #beaecd

RGB 190174205
HSL0.750.240.74
HSV271°15°80°
CMYK 0.070.150.00   0.20
XYZ47.390745.627064.0667
Yxy45.62700.30170.2905
Hunter Lab67.54787.0249-8.9511
CIE-Lab73.302811.5542-13.6219

#beaecd color RGB value is (190,174,205).

#beaecd hex color red value is 190, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #beaecd hue: 0.75 , saturation: 0.24 and the lightness value of beaecd is 0.74.

The process color (four color CMYK) of #beaecd color hex is 0.07, 0.15, 0.00, 0.20. Web safe color of #beaecd is #cc99cc. Color #beaecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11001101
Octal 276 256 315
Decimal 190 174 205
Hex BE AE CD

RGB Percentages of Color #beaecd

%33.39
%30.58
%36.03

CMYK Percentages of Color #beaecd

%7
%15
%0
%20

Triadic Colors of #beaecd

#beaecd #cdbeae #aecdbe

Analogous Colors of #beaecd

#beaecd #cdaecd #afaecd

Monochromatic Colors of #beaecd

#beaecd

Complementary Color

#beaecd #bdcdae

#beaecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaecd Color CSS Codes

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

#beaecd Text Font Color

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

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


#beaecd Background Color

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

This div background color is #beaecd


#beaecd Border Color

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

This div border color is #beaecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaecd


Comments

No comments written yet.

Please login to write comment.