Color Hex Logo

#babae2 Color Hex

#BABAE2
(186,186,226)
0 Favorites   0 Comments

Color spaces of #babae2

RGB 186186226
HSL0.670.410.81
HSV240°18°89°
CMYK 0.180.180.00   0.11
XYZ51.536151.047979.0885
Yxy51.04790.28370.2810
Hunter Lab71.44783.7204-15.6171
CIE-Lab76.70808.1156-19.9412

#babae2 color RGB value is (186,186,226).

#babae2 hex color red value is 186, green value is 186 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #babae2 hue: 0.67 , saturation: 0.41 and the lightness value of babae2 is 0.81.

The process color (four color CMYK) of #babae2 color hex is 0.18, 0.18, 0.00, 0.11. Web safe color of #babae2 is #cccccc. Color #babae2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 11100010
Octal 272 272 342
Decimal 186 186 226
Hex BA BA E2

RGB Percentages of Color #babae2

%31.10
%31.10
%37.79

CMYK Percentages of Color #babae2

%18
%18
%0
%11

Triadic Colors of #babae2

#babae2 #e2baba #bae2ba

Analogous Colors of #babae2

#babae2 #cebae2 #bacee2

Monochromatic Colors of #babae2

#babae2

Complementary Color

#babae2 #e2e2ba

#babae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babae2 Color CSS Codes

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

#babae2 Text Font Color

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

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


#babae2 Background Color

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

This div background color is #babae2


#babae2 Border Color

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

This div border color is #babae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babae2


Comments

No comments written yet.

Please login to write comment.