Color Hex Logo

#bab7ec Color Hex

#BAB7EC
(186,183,236)
0 Favorites   0 Comments

Color spaces of #bab7ec

RGB 186183236
HSL0.680.580.82
HSV243°22°93°
CMYK 0.210.220.00   0.07
XYZ52.323550.362286.3200
Yxy50.36220.27680.2665
Hunter Lab70.96637.4170-22.4410
CIE-Lab76.291011.9788-25.9806

#bab7ec color RGB value is (186,183,236).

#bab7ec hex color red value is 186, green value is 183 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bab7ec hue: 0.68 , saturation: 0.58 and the lightness value of bab7ec is 0.82.

The process color (four color CMYK) of #bab7ec color hex is 0.21, 0.22, 0.00, 0.07. Web safe color of #bab7ec is #ccccff. Color #bab7ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110111 11101100
Octal 272 267 354
Decimal 186 183 236
Hex BA B7 EC

RGB Percentages of Color #bab7ec

%30.74
%30.25
%39.01

CMYK Percentages of Color #bab7ec

%21
%22
%0
%7

Triadic Colors of #bab7ec

#bab7ec #ecbab7 #b7ecba

Analogous Colors of #bab7ec

#bab7ec #d5b7ec #b7cfec

Monochromatic Colors of #bab7ec

#bab7ec

Complementary Color

#bab7ec #e9ecb7

#bab7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab7ec Color CSS Codes

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

#bab7ec Text Font Color

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

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


#bab7ec Background Color

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

This div background color is #bab7ec


#bab7ec Border Color

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

This div border color is #bab7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab7ec


Comments

No comments written yet.

Please login to write comment.