Color Hex Logo

#bab5de Color Hex

#BAB5DE
(186,181,222)
0 Favorites   0 Comments

Color spaces of #bab5de

RGB 186181222
HSL0.690.380.79
HSV247°18°87°
CMYK 0.160.180.00   0.13
XYZ49.958448.760875.8859
Yxy48.76080.28610.2793
Hunter Lab69.82895.5054-15.5526
CIE-Lab75.30239.9710-19.9047

#bab5de color RGB value is (186,181,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 11011110
Octal 272 265 336
Decimal 186 181 222
Hex BA B5 DE

RGB Percentages of Color #bab5de

%31.58
%30.73
%37.69

CMYK Percentages of Color #bab5de

%16
%18
%0
%13

Triadic Colors of #bab5de

#bab5de #debab5 #b5deba

Analogous Colors of #bab5de

#bab5de #cfb5de #b5c5de

Monochromatic Colors of #bab5de

#bab5de

Complementary Color

#bab5de #d9deb5

#bab5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab5de Color CSS Codes

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

#bab5de Text Font Color

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

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


#bab5de Background Color

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

This div background color is #bab5de


#bab5de Border Color

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

This div border color is #bab5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab5de


Comments

No comments written yet.

Please login to write comment.