Color Hex Logo

#baabeb Color Hex

#BAABEB
(186,171,235)
0 Favorites   0 Comments

Color spaces of #baabeb

RGB 186171235
HSL0.710.620.80
HSV254°27°92°
CMYK 0.210.270.00   0.08
XYZ49.808045.563184.7667
Yxy45.56310.27650.2529
Hunter Lab67.500413.5878-27.2058
CIE-Lab73.261118.3637-30.0876

#baabeb color RGB value is (186,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11101011
Octal 272 253 353
Decimal 186 171 235
Hex BA AB EB

RGB Percentages of Color #baabeb

%31.42
%28.89
%39.70

CMYK Percentages of Color #baabeb

%21
%27
%0
%8

Triadic Colors of #baabeb

#baabeb #ebbaab #abebba

Analogous Colors of #baabeb

#baabeb #daabeb #abbceb

Monochromatic Colors of #baabeb

#baabeb

Complementary Color

#baabeb #dcebab

#baabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabeb Color CSS Codes

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

#baabeb Text Font Color

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

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


#baabeb Background Color

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

This div background color is #baabeb


#baabeb Border Color

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

This div border color is #baabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabeb


Comments

No comments written yet.

Please login to write comment.