Color Hex Logo

#baabcd Color Hex

#BAABCD
(186,171,205)
0 Favorites   0 Comments

Color spaces of #baabcd

RGB 186171205
HSL0.740.250.74
HSV266°17°80°
CMYK 0.090.170.00   0.20
XYZ45.832143.972763.8296
Yxy43.97270.29830.2862
Hunter Lab66.31197.3261-10.6522
CIE-Lab72.210211.8686-15.2987

#baabcd color RGB value is (186,171,205).

#baabcd hex color red value is 186, green value is 171 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #baabcd hue: 0.74 , saturation: 0.25 and the lightness value of baabcd is 0.74.

The process color (four color CMYK) of #baabcd color hex is 0.09, 0.17, 0.00, 0.20. Web safe color of #baabcd is #cc99cc. Color #baabcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11001101
Octal 272 253 315
Decimal 186 171 205
Hex BA AB CD

RGB Percentages of Color #baabcd

%33.10
%30.43
%36.48

CMYK Percentages of Color #baabcd

%9
%17
%0
%20

Triadic Colors of #baabcd

#baabcd #cdbaab #abcdba

Analogous Colors of #baabcd

#baabcd #cbabcd #abadcd

Monochromatic Colors of #baabcd

#baabcd

Complementary Color

#baabcd #becdab

#baabcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabcd Color CSS Codes

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

#baabcd Text Font Color

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

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


#baabcd Background Color

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

This div background color is #baabcd


#baabcd Border Color

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

This div border color is #baabcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabcd


Comments

No comments written yet.

Please login to write comment.