Color Hex Logo

#babbde Color Hex

#BABBDE
(186,187,222)
0 Favorites   0 Comments

Color spaces of #babbde

RGB 186187222
HSL0.660.350.80
HSV238°16°87°
CMYK 0.160.160.00   0.13
XYZ51.204851.253776.3014
Yxy51.25370.28640.2867
Hunter Lab71.59172.3838-13.0763
CIE-Lab76.83246.7037-17.5896

#babbde color RGB value is (186,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 11011110
Octal 272 273 336
Decimal 186 187 222
Hex BA BB DE

RGB Percentages of Color #babbde

%31.26
%31.43
%37.31

CMYK Percentages of Color #babbde

%16
%16
%0
%13

Triadic Colors of #babbde

#babbde #debabb #bbdeba

Analogous Colors of #babbde

#babbde #cbbade #bacdde

Monochromatic Colors of #babbde

#babbde

Complementary Color

#babbde #deddba

#babbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#babbde Color CSS Codes

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

#babbde Text Font Color

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

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


#babbde Background Color

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

This div background color is #babbde


#babbde Border Color

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

This div border color is #babbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babbde


Comments

No comments written yet.

Please login to write comment.