Color Hex Logo

#babdcb Color Hex

#BABDCB
(186,189,203)
1 Favorites   0 Comments

Color spaces of #babdcb

RGB 186189203
HSL0.640.140.76
HSV229°80°
CMYK 0.080.070.00   0.20
XYZ49.226851.146163.7776
Yxy51.14610.29990.3116
Hunter Lab71.5165-2.2874-2.8126
CIE-Lab76.76741.6763-7.3960

#babdcb color RGB value is (186,189,203).

#babdcb hex color red value is 186, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #babdcb hue: 0.64 , saturation: 0.14 and the lightness value of babdcb is 0.76.

The process color (four color CMYK) of #babdcb color hex is 0.08, 0.07, 0.00, 0.20. Web safe color of #babdcb is #cccccc. Color #babdcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 11001011
Octal 272 275 313
Decimal 186 189 203
Hex BA BD CB

RGB Percentages of Color #babdcb

%32.18
%32.70
%35.12

CMYK Percentages of Color #babdcb

%8
%7
%0
%20

Triadic Colors of #babdcb

#babdcb #cbbabd #bdcbba

Analogous Colors of #babdcb

#babdcb #c0bacb #bac6cb

Monochromatic Colors of #babdcb

#babdcb

Complementary Color

#babdcb #cbc8ba

#babdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdcb Color CSS Codes

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

#babdcb Text Font Color

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

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


#babdcb Background Color

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

This div background color is #babdcb


#babdcb Border Color

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

This div border color is #babdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdcb


Comments

No comments written yet.

Please login to write comment.