Color Hex Logo

#babbe6 Color Hex

#BABBE6
(186,187,230)
0 Favorites   0 Comments

Color spaces of #babbe6

RGB 186187230
HSL0.660.470.82
HSV239°19°90°
CMYK 0.190.190.00   0.10
XYZ52.303051.692982.0840
Yxy51.69290.28110.2778
Hunter Lab71.89784.0311-17.3616
CIE-Lab77.09688.4520-21.5125

#babbe6 color RGB value is (186,187,230).

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

The process color (four color CMYK) of #babbe6 color hex is 0.19, 0.19, 0.00, 0.10. Web safe color of #babbe6 is #ccccff. Color #babbe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 11100110
Octal 272 273 346
Decimal 186 187 230
Hex BA BB E6

RGB Percentages of Color #babbe6

%30.85
%31.01
%38.14

CMYK Percentages of Color #babbe6

%19
%19
%0
%10

Triadic Colors of #babbe6

#babbe6 #e6babb #bbe6ba

Analogous Colors of #babbe6

#babbe6 #cfbae6 #bad1e6

Monochromatic Colors of #babbe6

#babbe6

Complementary Color

#babbe6 #e6e5ba

#babbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babbe6 Color CSS Codes

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

#babbe6 Text Font Color

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

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


#babbe6 Background Color

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

This div background color is #babbe6


#babbe6 Border Color

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

This div border color is #babbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babbe6


Comments

No comments written yet.

Please login to write comment.