Color Hex Logo

#bab1dc Color Hex

#BAB1DC
(186,177,220)
0 Favorites   0 Comments

Color spaces of #bab1dc

RGB 186177220
HSL0.700.380.78
HSV253°20°86°
CMYK 0.150.200.00   0.14
XYZ48.890147.050774.2151
Yxy47.05070.28730.2765
Hunter Lab68.59357.1874-16.1337
CIE-Lab74.222211.7296-20.4559

#bab1dc color RGB value is (186,177,220).

#bab1dc hex color red value is 186, green value is 177 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bab1dc hue: 0.70 , saturation: 0.38 and the lightness value of bab1dc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 11011100
Octal 272 261 334
Decimal 186 177 220
Hex BA B1 DC

RGB Percentages of Color #bab1dc

%31.90
%30.36
%37.74

CMYK Percentages of Color #bab1dc

%15
%20
%0
%14

Triadic Colors of #bab1dc

#bab1dc #dcbab1 #b1dcba

Analogous Colors of #bab1dc

#bab1dc #d0b1dc #b1bedc

Monochromatic Colors of #bab1dc

#bab1dc

Complementary Color

#bab1dc #d3dcb1

#bab1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab1dc Color CSS Codes

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

#bab1dc Text Font Color

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

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


#bab1dc Background Color

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

This div background color is #bab1dc


#bab1dc Border Color

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

This div border color is #bab1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab1dc


Comments

No comments written yet.

Please login to write comment.