Color Hex Logo

#babbdd Color Hex

#BABBDD
(186,187,221)
0 Favorites   0 Comments

Color spaces of #babbdd

RGB 186187221
HSL0.660.340.80
HSV238°16°87°
CMYK 0.160.150.00   0.13
XYZ51.071251.200275.5975
Yxy51.20020.28710.2879
Hunter Lab71.55432.1826-12.5522
CIE-Lab76.80016.4889-17.0973

#babbdd color RGB value is (186,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 11011101
Octal 272 273 335
Decimal 186 187 221
Hex BA BB DD

RGB Percentages of Color #babbdd

%31.31
%31.48
%37.21

CMYK Percentages of Color #babbdd

%16
%15
%0
%13

Triadic Colors of #babbdd

#babbdd #ddbabb #bbddba

Analogous Colors of #babbdd

#babbdd #cbbadd #bacddd

Monochromatic Colors of #babbdd

#babbdd

Complementary Color

#babbdd #dddcba

#babbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#babbdd Color CSS Codes

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

#babbdd Text Font Color

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

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


#babbdd Background Color

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

This div background color is #babbdd


#babbdd Border Color

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

This div border color is #babbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,187,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 #babbdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babbdd


Comments

No comments written yet.

Please login to write comment.