Color Hex Logo

#babbce Color Hex

#BABBCE
(186,187,206)
0 Favorites   0 Comments

Color spaces of #babbce

RGB 186187206
HSL0.660.170.77
HSV237°10°81°
CMYK 0.100.090.00   0.19
XYZ49.160650.436065.5366
Yxy50.43600.29770.3054
Hunter Lab71.0183-0.7200-5.0008
CIE-Lab76.33613.3554-9.6642

#babbce color RGB value is (186,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 11001110
Octal 272 273 316
Decimal 186 187 206
Hex BA BB CE

RGB Percentages of Color #babbce

%32.12
%32.30
%35.58

CMYK Percentages of Color #babbce

%10
%9
%0
%19

Triadic Colors of #babbce

#babbce #cebabb #bbceba

Analogous Colors of #babbce

#babbce #c3bace #bac5ce

Monochromatic Colors of #babbce

#babbce

Complementary Color

#babbce #cecdba

#babbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#babbce Color CSS Codes

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

#babbce Text Font Color

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

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


#babbce Background Color

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

This div background color is #babbce


#babbce Border Color

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

This div border color is #babbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babbce


Comments

No comments written yet.

Please login to write comment.