Color Hex Logo

#beaedb Color Hex

#BEAEDB
(190,174,219)
0 Favorites   0 Comments

Color spaces of #beaedb

RGB 190174219
HSL0.730.380.77
HSV261°21°86°
CMYK 0.130.210.00   0.14
XYZ49.157446.333773.3703
Yxy46.33370.29110.2744
Hunter Lab68.06899.7871-16.2595
CIE-Lab73.761514.4439-20.5797

#beaedb color RGB value is (190,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11011011
Octal 276 256 333
Decimal 190 174 219
Hex BE AE DB

RGB Percentages of Color #beaedb

%32.59
%29.85
%37.56

CMYK Percentages of Color #beaedb

%13
%21
%0
%14

Triadic Colors of #beaedb

#beaedb #dbbeae #aedbbe

Analogous Colors of #beaedb

#beaedb #d5aedb #aeb5db

Monochromatic Colors of #beaedb

#beaedb

Complementary Color

#beaedb #cbdbae

#beaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaedb Color CSS Codes

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

#beaedb Text Font Color

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

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


#beaedb Background Color

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

This div background color is #beaedb


#beaedb Border Color

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

This div border color is #beaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaedb


Comments

No comments written yet.

Please login to write comment.