Color Hex Logo

#babbe0 Color Hex

#BABBE0
(186,187,224)
0 Favorites   0 Comments

Color spaces of #babbe0

RGB 186187224
HSL0.660.380.80
HSV238°17°88°
CMYK 0.170.170.00   0.12
XYZ51.474651.361677.7218
Yxy51.36160.28510.2845
Hunter Lab71.66702.7898-14.1322
CIE-Lab76.89757.1365-18.5729

#babbe0 color RGB value is (186,187,224).

#babbe0 hex color red value is 186, green value is 187 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #babbe0 hue: 0.66 , saturation: 0.38 and the lightness value of babbe0 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 11100000
Octal 272 273 340
Decimal 186 187 224
Hex BA BB E0

RGB Percentages of Color #babbe0

%31.16
%31.32
%37.52

CMYK Percentages of Color #babbe0

%17
%17
%0
%12

Triadic Colors of #babbe0

#babbe0 #e0babb #bbe0ba

Analogous Colors of #babbe0

#babbe0 #ccbae0 #bacee0

Monochromatic Colors of #babbe0

#babbe0

Complementary Color

#babbe0 #e0dfba

#babbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babbe0 Color CSS Codes

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

#babbe0 Text Font Color

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

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


#babbe0 Background Color

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

This div background color is #babbe0


#babbe0 Border Color

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

This div border color is #babbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babbe0


Comments

No comments written yet.

Please login to write comment.