Color Hex Logo

#baabef Color Hex

#BAABEF
(186,171,239)
0 Favorites   0 Comments

Color spaces of #baabef

RGB 186171239
HSL0.700.680.80
HSV253°28°94°
CMYK 0.220.280.00   0.06
XYZ50.392645.796987.8451
Yxy45.79690.27380.2488
Hunter Lab67.673414.4905-29.5914
CIE-Lab73.413619.2777-32.0256

#baabef color RGB value is (186,171,239).

#baabef hex color red value is 186, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #baabef hue: 0.70 , saturation: 0.68 and the lightness value of baabef is 0.80.

The process color (four color CMYK) of #baabef color hex is 0.22, 0.28, 0.00, 0.06. Web safe color of #baabef is #cc99ff. Color #baabef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11101111
Octal 272 253 357
Decimal 186 171 239
Hex BA AB EF

RGB Percentages of Color #baabef

%31.21
%28.69
%40.10

CMYK Percentages of Color #baabef

%22
%28
%0
%6

Triadic Colors of #baabef

#baabef #efbaab #abefba

Analogous Colors of #baabef

#baabef #dcabef #abbeef

Monochromatic Colors of #baabef

#baabef

Complementary Color

#baabef #e0efab

#baabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabef Color CSS Codes

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

#baabef Text Font Color

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

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


#baabef Background Color

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

This div background color is #baabef


#baabef Border Color

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

This div border color is #baabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabef


Comments

No comments written yet.

Please login to write comment.