Color Hex Logo

#babade Color Hex

#BABADE
(186,186,222)
3 Favorites   0 Comments

Color spaces of #babade

RGB 186186222
HSL0.670.350.80
HSV240°16°87°
CMYK 0.160.160.00   0.13
XYZ50.993450.830876.2309
Yxy50.83080.28640.2855
Hunter Lab71.29572.9024-13.4871
CIE-Lab76.57647.2467-17.9763

#babade color RGB value is (186,186,222).

#babade hex color red value is 186, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #babade hue: 0.67 , saturation: 0.35 and the lightness value of babade is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 11011110
Octal 272 272 336
Decimal 186 186 222
Hex BA BA DE

RGB Percentages of Color #babade

%31.31
%31.31
%37.37

CMYK Percentages of Color #babade

%16
%16
%0
%13

Triadic Colors of #babade

#babade #debaba #badeba

Analogous Colors of #babade

#babade #ccbade #baccde

Monochromatic Colors of #babade

#babade

Complementary Color

#babade #dedeba

#babade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babade Color Preview on White Background

Lorem ipsum dolor sit amet.

#babade Color CSS Codes

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

#babade Text Font Color

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

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


#babade Background Color

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

This div background color is #babade


#babade Border Color

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

This div border color is #babade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babade

#babade Color Palettes


Comments

No comments written yet.

Please login to write comment.