Color Hex Logo

#babdf1 Color Hex

#BABDF1
(186,189,241)
0 Favorites   0 Comments

Color spaces of #babdf1

RGB 186189241
HSL0.660.660.84
HSV237°23°95°
CMYK 0.230.220.00   0.05
XYZ54.324553.185290.6216
Yxy53.18520.27420.2684
Hunter Lab72.92825.3411-22.6249
CIE-Lab77.98429.8393-26.0864

#babdf1 color RGB value is (186,189,241).

#babdf1 hex color red value is 186, green value is 189 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #babdf1 hue: 0.66 , saturation: 0.66 and the lightness value of babdf1 is 0.84.

The process color (four color CMYK) of #babdf1 color hex is 0.23, 0.22, 0.00, 0.05. Web safe color of #babdf1 is #ccccff. Color #babdf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 11110001
Octal 272 275 361
Decimal 186 189 241
Hex BA BD F1

RGB Percentages of Color #babdf1

%30.19
%30.68
%39.12

CMYK Percentages of Color #babdf1

%23
%22
%0
%5

Triadic Colors of #babdf1

#babdf1 #f1babd #bdf1ba

Analogous Colors of #babdf1

#babdf1 #d3baf1 #bad9f1

Monochromatic Colors of #babdf1

#babdf1

Complementary Color

#babdf1 #f1eeba

#babdf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdf1 Color CSS Codes

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

#babdf1 Text Font Color

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

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


#babdf1 Background Color

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

This div background color is #babdf1


#babdf1 Border Color

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

This div border color is #babdf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdf1


Comments

No comments written yet.

Please login to write comment.