Color Hex Logo

#bab5df Color Hex

#BAB5DF
(186,181,223)
0 Favorites   0 Comments

Color spaces of #bab5df

RGB 186181223
HSL0.690.400.79
HSV247°19°87°
CMYK 0.170.190.00   0.13
XYZ50.092948.814676.5940
Yxy48.81460.28540.2781
Hunter Lab69.86745.7112-16.0910
CIE-Lab75.335810.1882-20.3967

#bab5df color RGB value is (186,181,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 11011111
Octal 272 265 337
Decimal 186 181 223
Hex BA B5 DF

RGB Percentages of Color #bab5df

%31.53
%30.68
%37.80

CMYK Percentages of Color #bab5df

%17
%19
%0
%13

Triadic Colors of #bab5df

#bab5df #dfbab5 #b5dfba

Analogous Colors of #bab5df

#bab5df #cfb5df #b5c5df

Monochromatic Colors of #bab5df

#bab5df

Complementary Color

#bab5df #dadfb5

#bab5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab5df Color CSS Codes

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

#bab5df Text Font Color

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

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


#bab5df Background Color

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

This div background color is #bab5df


#bab5df Border Color

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

This div border color is #bab5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab5df


Comments

No comments written yet.

Please login to write comment.