Color Hex Logo

#babdc3 Color Hex

#BABDC3
(186,189,195)
0 Favorites   0 Comments

Color spaces of #babdc3

RGB 186189195
HSL0.610.070.75
HSV220°76°
CMYK 0.050.030.00   0.24
XYZ48.297650.774458.8846
Yxy50.77440.30580.3214
Hunter Lab71.2562-3.71050.8833
CIE-Lab76.54220.1048-3.3906

#babdc3 color RGB value is (186,189,195).

#babdc3 hex color red value is 186, green value is 189 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #babdc3 hue: 0.61 , saturation: 0.07 and the lightness value of babdc3 is 0.75.

The process color (four color CMYK) of #babdc3 color hex is 0.05, 0.03, 0.00, 0.24. Web safe color of #babdc3 is #cccccc. Color #babdc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 11000011
Octal 272 275 303
Decimal 186 189 195
Hex BA BD C3

RGB Percentages of Color #babdc3

%32.63
%33.16
%34.21

CMYK Percentages of Color #babdc3

%5
%3
%0
%24

Triadic Colors of #babdc3

#babdc3 #c3babd #bdc3ba

Analogous Colors of #babdc3

#babdc3 #bcbac3 #bac2c3

Monochromatic Colors of #babdc3

#babdc3

Complementary Color

#babdc3 #c3c0ba

#babdc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdc3 Color CSS Codes

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

#babdc3 Text Font Color

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

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


#babdc3 Background Color

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

This div background color is #babdc3


#babdc3 Border Color

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

This div border color is #babdc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdc3

#babdc3 Color Palettes


Comments

No comments written yet.

Please login to write comment.