Color Hex Logo

#babafe Color Hex

#BABAFE
(186,186,254)
0 Favorites   0 Comments

Color spaces of #babafe

RGB 186186254
HSL0.670.970.86
HSV240°27°100°
CMYK 0.270.270.00   0.00
XYZ55.698052.7127101.0049
Yxy52.71270.26600.2517
Hunter Lab72.60359.8807-31.6609
CIE-Lab77.705114.5105-33.4947

#babafe color RGB value is (186,186,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 11111110
Octal 272 272 376
Decimal 186 186 254
Hex BA BA FE

RGB Percentages of Color #babafe

%29.71
%29.71
%40.58

CMYK Percentages of Color #babafe

%27
%27
%0
%0

Triadic Colors of #babafe

#babafe #febaba #bafeba

Analogous Colors of #babafe

#babafe #dcbafe #badcfe

Monochromatic Colors of #babafe

#babafe

Complementary Color

#babafe #fefeba

#babafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#babafe Color CSS Codes

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

#babafe Text Font Color

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

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


#babafe Background Color

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

This div background color is #babafe


#babafe Border Color

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

This div border color is #babafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babafe

Related Colors


Comments

No comments written yet.

Please login to write comment.