Color Hex Logo

#babdfb Color Hex

#BABDFB
(186,189,251)
0 Favorites   0 Comments

Color spaces of #babdfb

RGB 186189251
HSL0.660.890.86
HSV237°26°98°
CMYK 0.260.250.00   0.02
XYZ55.859953.799398.7070
Yxy53.79930.26810.2582
Hunter Lab73.34807.5819-28.4450
CIE-Lab78.344612.1590-30.9016

#babdfb color RGB value is (186,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 11111011
Octal 272 275 373
Decimal 186 189 251
Hex BA BD FB

RGB Percentages of Color #babdfb

%29.71
%30.19
%40.10

CMYK Percentages of Color #babdfb

%26
%25
%0
%2

Triadic Colors of #babdfb

#babdfb #fbbabd #bdfbba

Analogous Colors of #babdfb

#babdfb #d8bafb #badefb

Monochromatic Colors of #babdfb

#babdfb

Complementary Color

#babdfb #fbf8ba

#babdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdfb Color CSS Codes

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

#babdfb Text Font Color

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

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


#babdfb Background Color

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

This div background color is #babdfb


#babdfb Border Color

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

This div border color is #babdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdfb


Comments

No comments written yet.

Please login to write comment.