Color Hex Logo

#babdec Color Hex

#BABDEC
(186,189,236)
0 Favorites   0 Comments

Color spaces of #babdec

RGB 186189236
HSL0.660.570.83
HSV236°21°93°
CMYK 0.210.200.00   0.07
XYZ53.587652.890486.7414
Yxy52.89040.27730.2737
Hunter Lab72.72584.2566-19.8082
CIE-Lab77.81028.7044-23.6621

#babdec color RGB value is (186,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 11101100
Octal 272 275 354
Decimal 186 189 236
Hex BA BD EC

RGB Percentages of Color #babdec

%30.44
%30.93
%38.63

CMYK Percentages of Color #babdec

%21
%20
%0
%7

Triadic Colors of #babdec

#babdec #ecbabd #bdecba

Analogous Colors of #babdec

#babdec #d0baec #bad6ec

Monochromatic Colors of #babdec

#babdec

Complementary Color

#babdec #ece9ba

#babdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdec Color CSS Codes

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

#babdec Text Font Color

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

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


#babdec Background Color

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

This div background color is #babdec


#babdec Border Color

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

This div border color is #babdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdec


Comments

No comments written yet.

Please login to write comment.