Color Hex Logo

#babded Color Hex

#BABDED
(186,189,237)
0 Favorites   0 Comments

Color spaces of #babded

RGB 186189237
HSL0.660.590.83
HSV236°22°93°
CMYK 0.220.200.00   0.07
XYZ53.733452.948787.5088
Yxy52.94870.27670.2727
Hunter Lab72.76594.4717-20.3665
CIE-Lab77.84478.9301-24.1478

#babded color RGB value is (186,189,237).

#babded hex color red value is 186, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #babded hue: 0.66 , saturation: 0.59 and the lightness value of babded is 0.83.

The process color (four color CMYK) of #babded color hex is 0.22, 0.20, 0.00, 0.07. Web safe color of #babded is #ccccff. Color #babded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 11101101
Octal 272 275 355
Decimal 186 189 237
Hex BA BD ED

RGB Percentages of Color #babded

%30.39
%30.88
%38.73

CMYK Percentages of Color #babded

%22
%20
%0
%7

Triadic Colors of #babded

#babded #edbabd #bdedba

Analogous Colors of #babded

#babded #d1baed #bad7ed

Monochromatic Colors of #babded

#babded

Complementary Color

#babded #edeaba

#babded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babded Color Preview on White Background

Lorem ipsum dolor sit amet.

#babded Color CSS Codes

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

#babded Text Font Color

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

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


#babded Background Color

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

This div background color is #babded


#babded Border Color

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

This div border color is #babded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babded


Comments

No comments written yet.

Please login to write comment.