Color Hex Logo

#baabea Color Hex

#BAABEA
(186,171,234)
0 Favorites   0 Comments

Color spaces of #baabea

RGB 186171234
HSL0.710.600.79
HSV254°27°92°
CMYK 0.210.270.00   0.08
XYZ49.663945.505484.0078
Yxy45.50540.27720.2540
Hunter Lab67.457713.3648-26.6159
CIE-Lab73.223418.1371-29.6019

#baabea color RGB value is (186,171,234).

#baabea hex color red value is 186, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #baabea hue: 0.71 , saturation: 0.60 and the lightness value of baabea is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11101010
Octal 272 253 352
Decimal 186 171 234
Hex BA AB EA

RGB Percentages of Color #baabea

%31.47
%28.93
%39.59

CMYK Percentages of Color #baabea

%21
%27
%0
%8

Triadic Colors of #baabea

#baabea #eabaab #abeaba

Analogous Colors of #baabea

#baabea #daabea #abbcea

Monochromatic Colors of #baabea

#baabea

Complementary Color

#baabea #dbeaab

#baabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabea Color CSS Codes

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

#baabea Text Font Color

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

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


#baabea Background Color

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

This div background color is #baabea


#baabea Border Color

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

This div border color is #baabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabea

#baabea Color Palettes


Comments

No comments written yet.

Please login to write comment.