Color Hex Logo

#bab1ed Color Hex

#BAB1ED
(186,177,237)
0 Favorites   0 Comments

Color spaces of #bab1ed

RGB 186177237
HSL0.690.630.81
HSV249°25°93°
CMYK 0.220.250.00   0.07
XYZ51.257947.997886.6837
Yxy47.99780.27570.2581
Hunter Lab69.280410.8244-25.6873
CIE-Lab74.823515.5033-28.7704

#bab1ed color RGB value is (186,177,237).

#bab1ed hex color red value is 186, green value is 177 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bab1ed hue: 0.69 , saturation: 0.63 and the lightness value of bab1ed is 0.81.

The process color (four color CMYK) of #bab1ed color hex is 0.22, 0.25, 0.00, 0.07. Web safe color of #bab1ed is #cc99ff. Color #bab1ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 11101101
Octal 272 261 355
Decimal 186 177 237
Hex BA B1 ED

RGB Percentages of Color #bab1ed

%31.00
%29.50
%39.50

CMYK Percentages of Color #bab1ed

%22
%25
%0
%7

Triadic Colors of #bab1ed

#bab1ed #edbab1 #b1edba

Analogous Colors of #bab1ed

#bab1ed #d8b1ed #b1c6ed

Monochromatic Colors of #bab1ed

#bab1ed

Complementary Color

#bab1ed #e4edb1

#bab1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab1ed Color CSS Codes

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

#bab1ed Text Font Color

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

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


#bab1ed Background Color

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

This div background color is #bab1ed


#bab1ed Border Color

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

This div border color is #bab1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab1ed

#bab1ed Color Palettes


Comments

No comments written yet.

Please login to write comment.