Color Hex Logo

#babefb Color Hex

#BABEFB
(186,190,251)
0 Favorites   0 Comments

Color spaces of #babefb

RGB 186190251
HSL0.660.890.86
HSV236°26°98°
CMYK 0.260.240.00   0.02
XYZ56.075754.231098.7789
Yxy54.23100.26820.2594
Hunter Lab73.64177.0488-27.9791
CIE-Lab78.596211.6129-30.5146

#babefb color RGB value is (186,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11111011
Octal 272 276 373
Decimal 186 190 251
Hex BA BE FB

RGB Percentages of Color #babefb

%29.67
%30.30
%40.03

CMYK Percentages of Color #babefb

%26
%24
%0
%2

Triadic Colors of #babefb

#babefb #fbbabe #befbba

Analogous Colors of #babefb

#babefb #d7bafb #badffb

Monochromatic Colors of #babefb

#babefb

Complementary Color

#babefb #fbf7ba

#babefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#babefb Color CSS Codes

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

#babefb Text Font Color

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

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


#babefb Background Color

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

This div background color is #babefb


#babefb Border Color

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

This div border color is #babefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babefb


Comments

No comments written yet.

Please login to write comment.