Color Hex Logo

#babaeb Color Hex

#BABAEB
(186,186,235)
0 Favorites   0 Comments

Color spaces of #babaeb

RGB 186186235
HSL0.670.550.83
HSV240°21°92°
CMYK 0.210.210.00   0.08
XYZ52.804051.555185.7653
Yxy51.55510.27770.2712
Hunter Lab71.80195.6178-20.5589
CIE-Lab77.014010.1130-24.3367

#babaeb color RGB value is (186,186,235).

#babaeb hex color red value is 186, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #babaeb hue: 0.67 , saturation: 0.55 and the lightness value of babaeb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 11101011
Octal 272 272 353
Decimal 186 186 235
Hex BA BA EB

RGB Percentages of Color #babaeb

%30.64
%30.64
%38.71

CMYK Percentages of Color #babaeb

%21
%21
%0
%8

Triadic Colors of #babaeb

#babaeb #ebbaba #baebba

Analogous Colors of #babaeb

#babaeb #d3baeb #bad3eb

Monochromatic Colors of #babaeb

#babaeb

Complementary Color

#babaeb #ebebba

#babaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#babaeb Color CSS Codes

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

#babaeb Text Font Color

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

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


#babaeb Background Color

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

This div background color is #babaeb


#babaeb Border Color

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

This div border color is #babaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,186,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #babaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babaeb


Comments

No comments written yet.

Please login to write comment.