Color Hex Logo

#babdbe Color Hex

#BABDBE
(186,189,190)
0 Favorites   0 Comments

Color spaces of #babdbe

RGB 186189190
HSL0.540.030.74
HSV195°75°
CMYK 0.020.010.00   0.25
XYZ47.741650.552055.9565
Yxy50.55200.30950.3277
Hunter Lab71.0999-4.56723.1080
CIE-Lab76.4068-0.8489-0.8770

#babdbe color RGB value is (186,189,190).

#babdbe hex color red value is 186, green value is 189 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #babdbe hue: 0.54 , saturation: 0.03 and the lightness value of babdbe is 0.74.

The process color (four color CMYK) of #babdbe color hex is 0.02, 0.01, 0.00, 0.25. Web safe color of #babdbe is #cccccc. Color #babdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 10111110
Octal 272 275 276
Decimal 186 189 190
Hex BA BD BE

RGB Percentages of Color #babdbe

%32.92
%33.45
%33.63

CMYK Percentages of Color #babdbe

%2
%1
%0
%25

Triadic Colors of #babdbe

#babdbe #bebabd #bdbeba

Analogous Colors of #babdbe

#babdbe #babbbe #babebd

Monochromatic Colors of #babdbe

#babdbe

Complementary Color

#babdbe #bebbba

#babdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdbe Color CSS Codes

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

#babdbe Text Font Color

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

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


#babdbe Background Color

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

This div background color is #babdbe


#babdbe Border Color

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

This div border color is #babdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdbe

#babdbe Color Palettes


Comments

No comments written yet.

Please login to write comment.