Color Hex Logo

#bab3de Color Hex

#BAB3DE
(186,179,222)
0 Favorites   0 Comments

Color spaces of #bab3de

RGB 186179222
HSL0.690.390.79
HSV250°19°87°
CMYK 0.160.190.00   0.13
XYZ49.554647.953275.7513
Yxy47.95320.28600.2768
Hunter Lab69.24826.5516-16.3841
CIE-Lab74.795411.0657-20.6737

#bab3de color RGB value is (186,179,222).

#bab3de hex color red value is 186, green value is 179 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bab3de hue: 0.69 , saturation: 0.39 and the lightness value of bab3de is 0.79.

The process color (four color CMYK) of #bab3de color hex is 0.16, 0.19, 0.00, 0.13. Web safe color of #bab3de is #cccccc. Color #bab3de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 11011110
Octal 272 263 336
Decimal 186 179 222
Hex BA B3 DE

RGB Percentages of Color #bab3de

%31.69
%30.49
%37.82

CMYK Percentages of Color #bab3de

%16
%19
%0
%13

Triadic Colors of #bab3de

#bab3de #debab3 #b3deba

Analogous Colors of #bab3de

#bab3de #d0b3de #b3c2de

Monochromatic Colors of #bab3de

#bab3de

Complementary Color

#bab3de #d7deb3

#bab3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab3de Color CSS Codes

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

#bab3de Text Font Color

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

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


#bab3de Background Color

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

This div background color is #bab3de


#bab3de Border Color

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

This div border color is #bab3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab3de


Comments

No comments written yet.

Please login to write comment.