Color Hex Logo

#baaedb Color Hex

#BAAEDB
(186,174,219)
0 Favorites   0 Comments

Color spaces of #baaedb

RGB 186174219
HSL0.710.380.77
HSV256°21°86°
CMYK 0.150.210.00   0.14
XYZ48.171945.825773.3241
Yxy45.82570.28790.2739
Hunter Lab67.69478.5559-16.8342
CIE-Lab73.432313.1629-21.1106

#baaedb color RGB value is (186,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 11011011
Octal 272 256 333
Decimal 186 174 219
Hex BA AE DB

RGB Percentages of Color #baaedb

%32.12
%30.05
%37.82

CMYK Percentages of Color #baaedb

%15
%21
%0
%14

Triadic Colors of #baaedb

#baaedb #dbbaae #aedbba

Analogous Colors of #baaedb

#baaedb #d1aedb #aeb9db

Monochromatic Colors of #baaedb

#baaedb

Complementary Color

#baaedb #cfdbae

#baaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaedb Color CSS Codes

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

#baaedb Text Font Color

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

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


#baaedb Background Color

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

This div background color is #baaedb


#baaedb Border Color

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

This div border color is #baaedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,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 #baaedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaedb


Comments

No comments written yet.

Please login to write comment.