Color Hex Logo

#babcf6 Color Hex

#BABCF6
(186,188,246)
0 Favorites   0 Comments

Color spaces of #babcf6

RGB 186188246
HSL0.660.770.85
HSV238°24°96°
CMYK 0.240.240.00   0.04
XYZ54.867553.059494.5384
Yxy53.05940.27100.2621
Hunter Lab72.84196.9802-25.9607
CIE-Lab77.910111.5369-28.8866

#babcf6 color RGB value is (186,188,246).

#babcf6 hex color red value is 186, green value is 188 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #babcf6 hue: 0.66 , saturation: 0.77 and the lightness value of babcf6 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111100 11110110
Octal 272 274 366
Decimal 186 188 246
Hex BA BC F6

RGB Percentages of Color #babcf6

%30.00
%30.32
%39.68

CMYK Percentages of Color #babcf6

%24
%24
%0
%4

Triadic Colors of #babcf6

#babcf6 #f6babc #bcf6ba

Analogous Colors of #babcf6

#babcf6 #d6baf6 #badaf6

Monochromatic Colors of #babcf6

#babcf6

Complementary Color

#babcf6 #f6f4ba

#babcf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babcf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babcf6 Color CSS Codes

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

#babcf6 Text Font Color

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

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


#babcf6 Background Color

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

This div background color is #babcf6


#babcf6 Border Color

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

This div border color is #babcf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babcf6


Comments

No comments written yet.

Please login to write comment.