Color Hex Logo

#babad5 Color Hex

#BABAD5
(186,186,213)
0 Favorites   0 Comments

Color spaces of #babad5

RGB 186186213
HSL0.670.240.78
HSV240°13°84°
CMYK 0.130.130.00   0.16
XYZ49.818850.361070.0457
Yxy50.36100.29270.2958
Hunter Lab70.96551.1200-8.8457
CIE-Lab76.29035.3361-13.5303

#babad5 color RGB value is (186,186,213).

#babad5 hex color red value is 186, green value is 186 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #babad5 hue: 0.67 , saturation: 0.24 and the lightness value of babad5 is 0.78.

The process color (four color CMYK) of #babad5 color hex is 0.13, 0.13, 0.00, 0.16. Web safe color of #babad5 is #cccccc. Color #babad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 11010101
Octal 272 272 325
Decimal 186 186 213
Hex BA BA D5

RGB Percentages of Color #babad5

%31.79
%31.79
%36.41

CMYK Percentages of Color #babad5

%13
%13
%0
%16

Triadic Colors of #babad5

#babad5 #d5baba #bad5ba

Analogous Colors of #babad5

#babad5 #c8bad5 #bac8d5

Monochromatic Colors of #babad5

#babad5

Complementary Color

#babad5 #d5d5ba

#babad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babad5 Color CSS Codes

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

#babad5 Text Font Color

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

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


#babad5 Background Color

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

This div background color is #babad5


#babad5 Border Color

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

This div border color is #babad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babad5


Comments

No comments written yet.

Please login to write comment.