Color Hex Logo

#babfe9 Color Hex

#BABFE9
(186,191,233)
0 Favorites   0 Comments

Color spaces of #babfe9

RGB 186191233
HSL0.650.520.82
HSV234°20°91°
CMYK 0.200.180.00   0.09
XYZ53.588553.583984.6091
Yxy53.58390.27940.2794
Hunter Lab73.20102.5733-17.2894
CIE-Lab78.21856.9471-21.4264

#babfe9 color RGB value is (186,191,233).

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

The process color (four color CMYK) of #babfe9 color hex is 0.20, 0.18, 0.00, 0.09. Web safe color of #babfe9 is #ccccff. Color #babfe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 11101001
Octal 272 277 351
Decimal 186 191 233
Hex BA BF E9

RGB Percentages of Color #babfe9

%30.49
%31.31
%38.20

CMYK Percentages of Color #babfe9

%20
%18
%0
%9

Triadic Colors of #babfe9

#babfe9 #e9babf #bfe9ba

Analogous Colors of #babfe9

#babfe9 #cdbae9 #bad7e9

Monochromatic Colors of #babfe9

#babfe9

Complementary Color

#babfe9 #e9e4ba

#babfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babfe9 Color CSS Codes

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

#babfe9 Text Font Color

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

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


#babfe9 Background Color

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

This div background color is #babfe9


#babfe9 Border Color

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

This div border color is #babfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babfe9

#babfe9 Color Palettes


Comments

No comments written yet.

Please login to write comment.