Color Hex Logo

#bab0ec Color Hex

#BAB0EC
(186,176,236)
0 Favorites   0 Comments

Color spaces of #bab0ec

RGB 186176236
HSL0.690.610.81
HSV250°25°93°
CMYK 0.210.250.00   0.07
XYZ50.915447.545985.8506
Yxy47.54590.27620.2580
Hunter Lab68.953511.1360-25.5515
CIE-Lab74.537615.8273-28.6677

#bab0ec color RGB value is (186,176,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 11101100
Octal 272 260 354
Decimal 186 176 236
Hex BA B0 EC

RGB Percentages of Color #bab0ec

%31.10
%29.43
%39.46

CMYK Percentages of Color #bab0ec

%21
%25
%0
%7

Triadic Colors of #bab0ec

#bab0ec #ecbab0 #b0ecba

Analogous Colors of #bab0ec

#bab0ec #d8b0ec #b0c4ec

Monochromatic Colors of #bab0ec

#bab0ec

Complementary Color

#bab0ec #e2ecb0

#bab0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab0ec Color CSS Codes

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

#bab0ec Text Font Color

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

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


#bab0ec Background Color

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

This div background color is #bab0ec


#bab0ec Border Color

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

This div border color is #bab0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab0ec


Comments

No comments written yet.

Please login to write comment.