Color Hex Logo

#bab5ca Color Hex

#BAB5CA
(186,181,202)
0 Favorites   0 Comments

Color spaces of #bab5ca

RGB 186181202
HSL0.710.170.75
HSV254°10°79°
CMYK 0.080.100.00   0.21
XYZ47.434247.751162.5939
Yxy47.75110.30060.3026
Hunter Lab69.10221.6000-5.3344
CIE-Lab74.66775.7926-9.9745

#bab5ca color RGB value is (186,181,202).

#bab5ca hex color red value is 186, green value is 181 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bab5ca hue: 0.71 , saturation: 0.17 and the lightness value of bab5ca is 0.75.

The process color (four color CMYK) of #bab5ca color hex is 0.08, 0.10, 0.00, 0.21. Web safe color of #bab5ca is #cccccc. Color #bab5ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 11001010
Octal 272 265 312
Decimal 186 181 202
Hex BA B5 CA

RGB Percentages of Color #bab5ca

%32.69
%31.81
%35.50

CMYK Percentages of Color #bab5ca

%8
%10
%0
%21

Triadic Colors of #bab5ca

#bab5ca #cabab5 #b5caba

Analogous Colors of #bab5ca

#bab5ca #c5b5ca #b5bbca

Monochromatic Colors of #bab5ca

#bab5ca

Complementary Color

#bab5ca #c5cab5

#bab5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab5ca Color CSS Codes

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

#bab5ca Text Font Color

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

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


#bab5ca Background Color

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

This div background color is #bab5ca


#bab5ca Border Color

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

This div border color is #bab5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab5ca


Comments

No comments written yet.

Please login to write comment.