Color Hex Logo

#babdcf Color Hex

#BABDCF
(186,189,207)
0 Favorites   0 Comments

Color spaces of #babdcf

RGB 186189207
HSL0.640.180.77
HSV231°10°81°
CMYK 0.100.090.00   0.19
XYZ49.709851.339366.3210
Yxy51.33930.29700.3067
Hunter Lab71.6514-1.5517-4.7232
CIE-Lab76.88412.4825-9.3904

#babdcf color RGB value is (186,189,207).

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

The process color (four color CMYK) of #babdcf color hex is 0.10, 0.09, 0.00, 0.19. Web safe color of #babdcf is #cccccc. Color #babdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 11001111
Octal 272 275 317
Decimal 186 189 207
Hex BA BD CF

RGB Percentages of Color #babdcf

%31.96
%32.47
%35.57

CMYK Percentages of Color #babdcf

%10
%9
%0
%19

Triadic Colors of #babdcf

#babdcf #cfbabd #bdcfba

Analogous Colors of #babdcf

#babdcf #c2bacf #bac8cf

Monochromatic Colors of #babdcf

#babdcf

Complementary Color

#babdcf #cfccba

#babdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdcf Color CSS Codes

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

#babdcf Text Font Color

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

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


#babdcf Background Color

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

This div background color is #babdcf


#babdcf Border Color

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

This div border color is #babdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdcf


Comments

No comments written yet.

Please login to write comment.