Color Hex Logo

#babbfd Color Hex

#BABBFD
(186,187,253)
0 Favorites   0 Comments

Color spaces of #babbfd

RGB 186187253
HSL0.660.940.86
HSV239°26°99°
CMYK 0.260.260.00   0.01
XYZ55.749653.0716100.2340
Yxy53.07160.26670.2539
Hunter Lab72.85039.1115-30.5814
CIE-Lab77.917313.7250-32.6314

#babbfd color RGB value is (186,187,253).

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

The process color (four color CMYK) of #babbfd color hex is 0.26, 0.26, 0.00, 0.01. Web safe color of #babbfd is #ccccff. Color #babbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 11111101
Octal 272 273 375
Decimal 186 187 253
Hex BA BB FD

RGB Percentages of Color #babbfd

%29.71
%29.87
%40.42

CMYK Percentages of Color #babbfd

%26
%26
%0
%1

Triadic Colors of #babbfd

#babbfd #fdbabb #bbfdba

Analogous Colors of #babbfd

#babbfd #dbbafd #baddfd

Monochromatic Colors of #babbfd

#babbfd

Complementary Color

#babbfd #fdfcba

#babbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#babbfd Color CSS Codes

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

#babbfd Text Font Color

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

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


#babbfd Background Color

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

This div background color is #babbfd


#babbfd Border Color

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

This div border color is #babbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babbfd


Comments

No comments written yet.

Please login to write comment.