Color Hex Logo

#babef1 Color Hex

#BABEF1
(186,190,241)
0 Favorites   0 Comments

Color spaces of #babef1

RGB 186190241
HSL0.650.660.84
HSV236°23°95°
CMYK 0.230.210.00   0.05
XYZ54.540353.616990.6936
Yxy53.61690.27430.2696
Hunter Lab73.22364.8138-22.1792
CIE-Lab78.23789.2949-25.6990

#babef1 color RGB value is (186,190,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11110001
Octal 272 276 361
Decimal 186 190 241
Hex BA BE F1

RGB Percentages of Color #babef1

%30.15
%30.79
%39.06

CMYK Percentages of Color #babef1

%23
%21
%0
%5

Triadic Colors of #babef1

#babef1 #f1babe #bef1ba

Analogous Colors of #babef1

#babef1 #d2baf1 #badaf1

Monochromatic Colors of #babef1

#babef1

Complementary Color

#babef1 #f1edba

#babef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babef1 Color CSS Codes

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

#babef1 Text Font Color

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

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


#babef1 Background Color

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

This div background color is #babef1


#babef1 Border Color

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

This div border color is #babef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babef1


Comments

No comments written yet.

Please login to write comment.