Color Hex Logo

#babdc7 Color Hex

#BABDC7
(186,189,199)
0 Favorites   0 Comments

Color spaces of #babdc7

RGB 186189199
HSL0.630.100.75
HSV226°78°
CMYK 0.070.050.00   0.22
XYZ48.756150.957861.2990
Yxy50.95780.30280.3165
Hunter Lab71.3847-3.0070-0.9438
CIE-Lab76.65340.8837-5.3960

#babdc7 color RGB value is (186,189,199).

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

The process color (four color CMYK) of #babdc7 color hex is 0.07, 0.05, 0.00, 0.22. Web safe color of #babdc7 is #cccccc. Color #babdc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 11000111
Octal 272 275 307
Decimal 186 189 199
Hex BA BD C7

RGB Percentages of Color #babdc7

%32.40
%32.93
%34.67

CMYK Percentages of Color #babdc7

%7
%5
%0
%22

Triadic Colors of #babdc7

#babdc7 #c7babd #bdc7ba

Analogous Colors of #babdc7

#babdc7 #bebac7 #bac4c7

Monochromatic Colors of #babdc7

#babdc7

Complementary Color

#babdc7 #c7c4ba

#babdc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdc7 Color CSS Codes

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

#babdc7 Text Font Color

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

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


#babdc7 Background Color

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

This div background color is #babdc7


#babdc7 Border Color

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

This div border color is #babdc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdc7


Comments

No comments written yet.

Please login to write comment.