Color Hex Logo

#baaecb Color Hex

#BAAECB
(186,174,203)
0 Favorites   0 Comments

Color spaces of #baaecb

RGB 186174203
HSL0.740.220.74
HSV265°14°80°
CMYK 0.080.140.00   0.20
XYZ46.165245.023062.7571
Yxy45.02300.29990.2925
Hunter Lab67.09925.3870-8.4838
CIE-Lab72.90709.8128-13.1545

#baaecb color RGB value is (186,174,203).

#baaecb hex color red value is 186, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #baaecb hue: 0.74 , saturation: 0.22 and the lightness value of baaecb is 0.74.

The process color (four color CMYK) of #baaecb color hex is 0.08, 0.14, 0.00, 0.20. Web safe color of #baaecb is #cc99cc. Color #baaecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 11001011
Octal 272 256 313
Decimal 186 174 203
Hex BA AE CB

RGB Percentages of Color #baaecb

%33.04
%30.91
%36.06

CMYK Percentages of Color #baaecb

%8
%14
%0
%20

Triadic Colors of #baaecb

#baaecb #cbbaae #aecbba

Analogous Colors of #baaecb

#baaecb #c9aecb #aeb1cb

Monochromatic Colors of #baaecb

#baaecb

Complementary Color

#baaecb #bfcbae

#baaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaecb Color CSS Codes

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

#baaecb Text Font Color

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

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


#baaecb Background Color

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

This div background color is #baaecb


#baaecb Border Color

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

This div border color is #baaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaecb


Comments

No comments written yet.

Please login to write comment.