Color Hex Logo

#babffe Color Hex

#BABFFE
(186,191,254)
0 Favorites   0 Comments

Color spaces of #babffe

RGB 186191254
HSL0.650.970.86
HSV236°27°100°
CMYK 0.270.250.00   0.00
XYZ56.769954.8565101.3622
Yxy54.85650.26650.2576
Hunter Lab74.06527.2037-29.2960
CIE-Lab78.958511.7746-31.5633

#babffe color RGB value is (186,191,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 11111110
Octal 272 277 376
Decimal 186 191 254
Hex BA BF FE

RGB Percentages of Color #babffe

%29.48
%30.27
%40.25

CMYK Percentages of Color #babffe

%27
%25
%0
%0

Triadic Colors of #babffe

#babffe #febabf #bffeba

Analogous Colors of #babffe

#babffe #d7bafe #bae1fe

Monochromatic Colors of #babffe

#babffe

Complementary Color

#babffe #fef9ba

#babffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#babffe Color CSS Codes

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

#babffe Text Font Color

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

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


#babffe Background Color

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

This div background color is #babffe


#babffe Border Color

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

This div border color is #babffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babffe


Comments

No comments written yet.

Please login to write comment.