Color Hex Logo

#babfe1 Color Hex

#BABFE1
(186,191,225)
0 Favorites   0 Comments

Color spaces of #babfe1

RGB 186191225
HSL0.650.390.81
HSV232°17°88°
CMYK 0.170.150.00   0.12
XYZ52.471153.136978.7251
Yxy53.13690.28470.2883
Hunter Lab72.89510.9210-13.0054
CIE-Lab77.95585.1883-17.5142

#babfe1 color RGB value is (186,191,225).

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

The process color (four color CMYK) of #babfe1 color hex is 0.17, 0.15, 0.00, 0.12. Web safe color of #babfe1 is #cccccc. Color #babfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 11100001
Octal 272 277 341
Decimal 186 191 225
Hex BA BF E1

RGB Percentages of Color #babfe1

%30.90
%31.73
%37.38

CMYK Percentages of Color #babfe1

%17
%15
%0
%12

Triadic Colors of #babfe1

#babfe1 #e1babf #bfe1ba

Analogous Colors of #babfe1

#babfe1 #c9bae1 #bad3e1

Monochromatic Colors of #babfe1

#babfe1

Complementary Color

#babfe1 #e1dcba

#babfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babfe1 Color CSS Codes

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

#babfe1 Text Font Color

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

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


#babfe1 Background Color

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

This div background color is #babfe1


#babfe1 Border Color

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

This div border color is #babfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babfe1


Comments

No comments written yet.

Please login to write comment.