Color Hex Logo

#babbdb Color Hex

#BABBDB
(186,187,219)
0 Favorites   0 Comments

Color spaces of #babbdb

RGB 186187219
HSL0.660.310.79
HSV238°15°86°
CMYK 0.150.150.00   0.14
XYZ50.806251.094274.2022
Yxy51.09420.28850.2901
Hunter Lab71.48021.7826-11.5116
CIE-Lab76.73606.0608-16.1115

#babbdb color RGB value is (186,187,219).

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

The process color (four color CMYK) of #babbdb color hex is 0.15, 0.15, 0.00, 0.14. Web safe color of #babbdb is #cccccc. Color #babbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 11011011
Octal 272 273 333
Decimal 186 187 219
Hex BA BB DB

RGB Percentages of Color #babbdb

%31.42
%31.59
%36.99

CMYK Percentages of Color #babbdb

%15
%15
%0
%14

Triadic Colors of #babbdb

#babbdb #dbbabb #bbdbba

Analogous Colors of #babbdb

#babbdb #cabadb #baccdb

Monochromatic Colors of #babbdb

#babbdb

Complementary Color

#babbdb #dbdaba

#babbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#babbdb Color CSS Codes

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

#babbdb Text Font Color

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

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


#babbdb Background Color

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

This div background color is #babbdb


#babbdb Border Color

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

This div border color is #babbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babbdb


Comments

No comments written yet.

Please login to write comment.