Color Hex Logo

#baabde Color Hex

#BAABDE
(186,171,222)
0 Favorites   0 Comments

Color spaces of #baabde

RGB 186171222
HSL0.720.440.77
HSV258°23°87°
CMYK 0.160.230.00   0.13
XYZ47.997444.838875.2323
Yxy44.83880.28560.2668
Hunter Lab66.961810.7635-19.7397
CIE-Lab72.785615.4684-23.7332

#baabde color RGB value is (186,171,222).

#baabde hex color red value is 186, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #baabde hue: 0.72 , saturation: 0.44 and the lightness value of baabde is 0.77.

The process color (four color CMYK) of #baabde color hex is 0.16, 0.23, 0.00, 0.13. Web safe color of #baabde is #cc99cc. Color #baabde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11011110
Octal 272 253 336
Decimal 186 171 222
Hex BA AB DE

RGB Percentages of Color #baabde

%32.12
%29.53
%38.34

CMYK Percentages of Color #baabde

%16
%23
%0
%13

Triadic Colors of #baabde

#baabde #debaab #abdeba

Analogous Colors of #baabde

#baabde #d4abde #abb6de

Monochromatic Colors of #baabde

#baabde

Complementary Color

#baabde #cfdeab

#baabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabde Color CSS Codes

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

#baabde Text Font Color

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

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


#baabde Background Color

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

This div background color is #baabde


#baabde Border Color

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

This div border color is #baabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabde


Comments

No comments written yet.

Please login to write comment.