Color Hex Logo

#babddd Color Hex

#BABDDD
(186,189,221)
0 Favorites   0 Comments

Color spaces of #babddd

RGB 186189221
HSL0.650.340.80
HSV235°16°87°
CMYK 0.160.140.00   0.13
XYZ51.498452.054875.7399
Yxy52.05480.28720.2903
Hunter Lab72.14901.1487-11.7366
CIE-Lab77.31365.4059-16.3231

#babddd color RGB value is (186,189,221).

#babddd hex color red value is 186, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #babddd hue: 0.65 , saturation: 0.34 and the lightness value of babddd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 11011101
Octal 272 275 335
Decimal 186 189 221
Hex BA BD DD

RGB Percentages of Color #babddd

%31.21
%31.71
%37.08

CMYK Percentages of Color #babddd

%16
%14
%0
%13

Triadic Colors of #babddd

#babddd #ddbabd #bdddba

Analogous Colors of #babddd

#babddd #c9badd #bacfdd

Monochromatic Colors of #babddd

#babddd

Complementary Color

#babddd #dddaba

#babddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#babddd Color CSS Codes

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

#babddd Text Font Color

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

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


#babddd Background Color

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

This div background color is #babddd


#babddd Border Color

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

This div border color is #babddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babddd


Comments

No comments written yet.

Please login to write comment.