Color Hex Logo

#babbdf Color Hex

#BABBDF
(186,187,223)
0 Favorites   0 Comments

Color spaces of #babbdf

RGB 186187223
HSL0.660.370.80
HSV238°17°87°
CMYK 0.170.160.00   0.13
XYZ51.339351.307577.0095
Yxy51.30750.28580.2856
Hunter Lab71.62932.5863-13.6029
CIE-Lab76.86496.9197-18.0814

#babbdf color RGB value is (186,187,223).

#babbdf hex color red value is 186, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #babbdf hue: 0.66 , saturation: 0.37 and the lightness value of babbdf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 11011111
Octal 272 273 337
Decimal 186 187 223
Hex BA BB DF

RGB Percentages of Color #babbdf

%31.21
%31.38
%37.42

CMYK Percentages of Color #babbdf

%17
%16
%0
%13

Triadic Colors of #babbdf

#babbdf #dfbabb #bbdfba

Analogous Colors of #babbdf

#babbdf #ccbadf #bacedf

Monochromatic Colors of #babbdf

#babbdf

Complementary Color

#babbdf #dfdeba

#babbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#babbdf Color CSS Codes

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

#babbdf Text Font Color

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

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


#babbdf Background Color

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

This div background color is #babbdf


#babbdf Border Color

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

This div border color is #babbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babbdf


Comments

No comments written yet.

Please login to write comment.