Color Hex Logo

#babec5 Color Hex

#BABEC5
(186,190,197)
0 Favorites   0 Comments

Color spaces of #babec5

RGB 186190197
HSL0.610.090.75
HSV218°77°
CMYK 0.060.040.00   0.23
XYZ48.741251.297260.1557
Yxy51.29720.30430.3202
Hunter Lab71.6221-3.86340.3375
CIE-Lab76.8587-0.0417-4.0090

#babec5 color RGB value is (186,190,197).

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

The process color (four color CMYK) of #babec5 color hex is 0.06, 0.04, 0.00, 0.23. Web safe color of #babec5 is #cccccc. Color #babec5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 11000101
Octal 272 276 305
Decimal 186 190 197
Hex BA BE C5

RGB Percentages of Color #babec5

%32.46
%33.16
%34.38

CMYK Percentages of Color #babec5

%6
%4
%0
%23

Triadic Colors of #babec5

#babec5 #c5babe #bec5ba

Analogous Colors of #babec5

#babec5 #bcbac5 #bac4c5

Monochromatic Colors of #babec5

#babec5

Complementary Color

#babec5 #c5c1ba

#babec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babec5 Color CSS Codes

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

#babec5 Text Font Color

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

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


#babec5 Background Color

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

This div background color is #babec5


#babec5 Border Color

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

This div border color is #babec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babec5


Comments

No comments written yet.

Please login to write comment.