Color Hex Logo

#babdce Color Hex

#BABDCE
(186,189,206)
0 Favorites   0 Comments

Color spaces of #babdce

RGB 186189206
HSL0.640.170.77
HSV231°10°81°
CMYK 0.100.080.00   0.19
XYZ49.587951.290565.6790
Yxy51.29050.29770.3079
Hunter Lab71.6174-1.7370-4.2416
CIE-Lab76.85462.2798-8.8923

#babdce color RGB value is (186,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 11001110
Octal 272 275 316
Decimal 186 189 206
Hex BA BD CE

RGB Percentages of Color #babdce

%32.01
%32.53
%35.46

CMYK Percentages of Color #babdce

%10
%8
%0
%19

Triadic Colors of #babdce

#babdce #cebabd #bdceba

Analogous Colors of #babdce

#babdce #c1bace #bac7ce

Monochromatic Colors of #babdce

#babdce

Complementary Color

#babdce #cecbba

#babdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdce Color CSS Codes

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

#babdce Text Font Color

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

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


#babdce Background Color

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

This div background color is #babdce


#babdce Border Color

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

This div border color is #babdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdce


Comments

No comments written yet.

Please login to write comment.