Color Hex Logo

#babec7 Color Hex

#BABEC7
(186,190,199)
0 Favorites   0 Comments

Color spaces of #babec7

RGB 186190199
HSL0.620.100.75
HSV222°78°
CMYK 0.070.050.00   0.22
XYZ48.972051.389561.3709
Yxy51.38950.30280.3177
Hunter Lab71.6865-3.5106-0.5777
CIE-Lab76.91430.3491-5.0107

#babec7 color RGB value is (186,190,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11000111
Octal 272 276 307
Decimal 186 190 199
Hex BA BE C7

RGB Percentages of Color #babec7

%32.35
%33.04
%34.61

CMYK Percentages of Color #babec7

%7
%5
%0
%22

Triadic Colors of #babec7

#babec7 #c7babe #bec7ba

Analogous Colors of #babec7

#babec7 #bdbac7 #bac5c7

Monochromatic Colors of #babec7

#babec7

Complementary Color

#babec7 #c7c3ba

#babec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babec7 Color CSS Codes

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

#babec7 Text Font Color

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

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


#babec7 Background Color

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

This div background color is #babec7


#babec7 Border Color

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

This div border color is #babec7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,190,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 #babec7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babec7


Comments

No comments written yet.

Please login to write comment.