Color Hex Logo

#babfff Color Hex

#BABFFF
(186,191,255)
2 Favorites   0 Comments

Color spaces of #babfff

RGB 186191255
HSL0.651.000.86
HSV236°27°100°
CMYK 0.270.250.00   0.00
XYZ56.930554.9207102.2079
Yxy54.92070.26600.2566
Hunter Lab74.10857.4347-29.8948
CIE-Lab78.995612.0117-32.0410

#babfff color RGB value is (186,191,255).

#babfff hex color red value is 186, green value is 191 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #babfff hue: 0.65 , saturation: 1.00 and the lightness value of babfff is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 11111111
Octal 272 277 377
Decimal 186 191 255
Hex BA BF FF

RGB Percentages of Color #babfff

%29.43
%30.22
%40.35

CMYK Percentages of Color #babfff

%27
%25
%0
%0

Triadic Colors of #babfff

#babfff #ffbabf #bfffba

Analogous Colors of #babfff

#babfff #d8baff #bae2ff

Monochromatic Colors of #babfff

#babfff

Complementary Color

#babfff #fffaba

#babfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#babfff Color CSS Codes

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

#babfff Text Font Color

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

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


#babfff Background Color

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

This div background color is #babfff


#babfff Border Color

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

This div border color is #babfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babfff

Related Colors


Comments

No comments written yet.

Please login to write comment.