Color Hex Logo

#bab1de Color Hex

#BAB1DE
(186,177,222)
0 Favorites   0 Comments

Color spaces of #bab1de

RGB 186177222
HSL0.700.410.78
HSV252°20°87°
CMYK 0.160.200.00   0.13
XYZ49.156747.157375.6187
Yxy47.15730.28590.2743
Hunter Lab68.67127.6006-17.2186
CIE-Lab74.290312.1630-21.4412

#bab1de color RGB value is (186,177,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 11011110
Octal 272 261 336
Decimal 186 177 222
Hex BA B1 DE

RGB Percentages of Color #bab1de

%31.79
%30.26
%37.95

CMYK Percentages of Color #bab1de

%16
%20
%0
%13

Triadic Colors of #bab1de

#bab1de #debab1 #b1deba

Analogous Colors of #bab1de

#bab1de #d1b1de #b1bfde

Monochromatic Colors of #bab1de

#bab1de

Complementary Color

#bab1de #d5deb1

#bab1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab1de Color CSS Codes

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

#bab1de Text Font Color

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

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


#bab1de Background Color

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

This div background color is #bab1de


#bab1de Border Color

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

This div border color is #bab1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab1de


Comments

No comments written yet.

Please login to write comment.